Hotel Search & Price Comparison Data
Search hotels, compare prices across booking platforms, and get location autocomplete from Google Hotels — covering millions of properties worldwide with real-time pricing.
500 free credits/month · No credit card required
What you can build
Structured data for real applications. Here are some ideas.
Price Comparison
Build hotel price comparison tools that aggregate rates from Booking.com, Expedia, Hotels.com, and direct hotel sites — all from one API call.
Travel Planning Apps
Power trip planning features with real-time hotel availability, pricing, and ratings. Help users find accommodation within their budget and preferences.
Rate Monitoring
Track hotel prices over time to identify pricing patterns, seasonal trends, and the best times to book. Alert users when prices drop.
Location Search UX
Use the autocomplete endpoint to build search experiences that suggest destinations as users type, matching Google's own hotel search UX.
Available endpoints
Everything you need in one API.
Hotel Search
/api/google-hotels/search
Search hotels with dates, guests, price filters, and sorting
Location Autocomplete
/api/google-hotels/autocomplete
Get destination suggestions as users type
Try it now
One API call. Structured JSON response.
Request
curl -X GET "https://scrappa.co/api/google-hotels/autocomplete?q=Paris" \
-H "Accept: application/json" \
-H "X-API-KEY: YOUR_API_KEY"
Response
{
"success": true,
"suggestions": [
{
"name": "Paris, France",
"type": "city",
"encoded_name": "CgZQYXJpc..."
},
{
"name": "Paris, Texas, United States",
"type": "city",
"encoded_name": "CgZQYXJpc..."
}
]
}
Key features
Frequently asked questions
What Google Hotels data can I access?
The Google Hotels API supports hotel search and destination autocomplete workflows, including hotel suggestions, locations, pricing context, ratings, and filters for travel search experiences.
Can I compare hotel prices across booking sites?
Yes. Google Hotels search results can include pricing context from multiple booking sources, making the API useful for hotel comparison, travel planning, and rate monitoring tools.
Does the API support destination autocomplete?
Yes. The autocomplete endpoint returns destination suggestions as users type, which helps travel apps resolve cities, regions, and hotels before running a full hotel search.
Do I need Google Cloud billing for this API?
No. Scrappa provides the Google Hotels API through Scrappa credits, so you do not need to set up Google Cloud billing for these extraction workflows.
Ready to get started?
Sign up and get 500 free credits. No credit card required.