Google Hotels API

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.

GET

Hotel Search

/api/google-hotels/search

Search hotels with dates, guests, price filters, and sorting

GET

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

Global hotel coverage via Google Hotels
Multi-platform price comparison
Star rating & amenity filters
Free cancellation filter
Currency & locale support
Location autocomplete for search UX

Ready to get started?

Sign up and get 500 free credits. No credit card required.