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
Structured data for real applications. Here are some ideas.
Build hotel price comparison tools that aggregate rates from Booking.com, Expedia, Hotels.com, and direct hotel sites — all from one API call.
Power trip planning features with real-time hotel availability, pricing, and ratings. Help users find accommodation within their budget and preferences.
Track hotel prices over time to identify pricing patterns, seasonal trends, and the best times to book. Alert users when prices drop.
Use the autocomplete endpoint to build search experiences that suggest destinations as users type, matching Google's own hotel search UX.
Everything you need in one API.
/api/google-hotels/search
Search hotels with dates, guests, price filters, and sorting
/api/google-hotels/autocomplete
Get destination suggestions as users type
One API call. Structured JSON response.
curl -X GET "https://scrappa.co/api/google-hotels/autocomplete?q=Paris" \
-H "Accept: application/json" \
-H "X-API-KEY: YOUR_API_KEY"
{
"success": true,
"suggestions": [
{
"name": "Paris, France",
"type": "city",
"encoded_name": "CgZQYXJpc..."
},
{
"name": "Paris, Texas, United States",
"type": "city",
"encoded_name": "CgZQYXJpc..."
}
]
}
Sign up and get 500 free credits. No credit card required.