Search Google Hotels by destination or property name, compare date-specific rates from available providers, and retrieve structured hotel details, amenities, images, ratings, and nearby places as JSON.
Use the same API key and credit balance across every ScrapeBadger API.
{
"name": "Harbor View Hotel",
"hotel_class": 4,
"overall_rating": 4.5,
"rate_per_night": {
"lowest": 189,
"currency": "USD"
}
}Choose an endpoint to see what it retrieves, which travel and localization parameters it accepts, and the structured JSON your application receives.
x-api-key/v1/google/hotels/search7 creditsSearch Google Travel Hotels using a destination or hotel name with required check-in and check-out dates. Returns property identity, location, hotel class, ratings, per-night and total rates, provider prices, amenities, images, and the property_token needed for a Hotel Details request.
q | required | Location or hotel name. |
check_in | required | Check-in date in YYYY-MM-DD format. |
check_out | required | Check-out date in YYYY-MM-DD format. |
curl --get \
'https://scrapebadger.com/v1/google/hotels/search' \
--data-urlencode 'q=hotels in Singapore' \
--data-urlencode 'check_in=2026-10-12' \
--data-urlencode 'check_out=2026-10-15' \
--data-urlencode 'adults=2' \
--data-urlencode 'currency=USD' \
--data-urlencode 'sort_by=rating_high' \
--data-urlencode 'hotel_class=4' \
--header 'x-api-key: YOUR_API_KEY'{
"properties": [
{
"name": "Harbor View Hotel",
"address": "100 Example Quay, Singapore",
"gps_coordinates": { "lat": 1.2868, "lng": 103.8545 },
"hotel_class": 4,
"overall_rating": 4.5,
"reviews_count": 1280,
"rate_per_night": {
"lowest": 189,
"currency": "USD"
},
"total_rate": {
"lowest": 567,
"currency": "USD"
},
"prices": [
{
"source": "Example Booking Provider",
"price": 189,
"currency": "USD",
"link": "https://booking.example.com/hotel",
"cancellation_policy": "Free cancellation until the displayed deadline"
}
],
"amenities": ["Free Wi-Fi", "Pool", "Fitness centre"],
"images": ["https://images.example.com/hotel-1.jpg"],
"property_token": "EXAMPLE_PROPERTY_TOKEN",
"thumbnail": "https://images.example.com/hotel-thumbnail.jpg"
}
],
"pagination": {
"current": 1,
"next": "NEXT_PAGE_TOKEN",
"total_results": 120
}
}Search a destination for specific travel dates, guest counts, price ranges, and hotel classes. Compare property names, locations, ratings, review counts, amenities, images, per-night rates, total rates, and available provider prices in a consistent JSON format.
Run scheduled searches for the same destination, stay dates, guest context, and currency to record how displayed per-night rates, total rates, booking sources, links, and cancellation-policy text change over time. Build alerts or internal dashboards from your own stored snapshots.
Use hotel search to discover properties, then use each property_token to retrieve a selected property record. Add descriptions, addresses, coordinates, ratings, amenities, nearby places, images, and date-specific price data to travel guides, destination pages, or internal research tools.
Compare hotel supply across destinations using price bands, star class, ratings, review volume, eco-certification signals, amenities, and nearby-place context. Repeat controlled searches to create a historical view of how the properties and rates surfaced by Google change.
1,000 free credits · No credit card required
Use the same ScrapeBadger account, API key, and credit balance to combine hotel results with place data, flight options, broader web research, and destination demand.
Search for places and retrieve business details, reviews, photos, and public business posts. Use Maps to add location context and nearby business data to a hotel or destination workflow.
Explore the Google Maps API →Search one-way, round-trip, or multi-city itineraries with prices, emissions, and price insights, then retrieve available booking options for a selected itinerary. Pair flight and hotel research for the same trip context.
Explore the Google Flights API →Retrieve complete Google SERP data, including organic results and available travel, local, Knowledge Graph, People Also Ask, and related-search elements. Use it when hotel research requires broader web context.
Explore the Google Web Search API →Measure search interest over time and by region, retrieve related topics and queries, and monitor changing destination demand. Combine Trends with hotel searches to compare interest signals with displayed property data.
Explore the Google Trends API →Structured JSON responses remove browser automation, proxy orchestration, and HTML parsing from your roadmap. Make your first request in minutes and move from proof of concept to production without maintaining scrapers.
99.9% uptime SLA. Your data pipeline does not stop because Google changes a page, rotates an anti-bot challenge, or moves a result block. Monitoring, session management, browser infrastructure, and parsing are all us.
Search, Maps, News, Hotels, Trends, Jobs, Shopping, Patents, Scholar, Images, Videos, Finance, AI Mode, Lens, Local, Shorts, Flights, Products, and Autocomplete — every Google surface under one API key.
RESTful API, SDK support, MCP, CLI, and no-code options. Use ScrapeBadger in an existing system or a new application with consistent authentication, structured JSON, and unified billing.
Use ScrapeBadger through an official SDK, a standard API request, MCP, CLI, or the tools already in your workflow.
Build asynchronous data pipelines with typed responses, retry handling, and access to the complete Google API suite.
Add Google data to Node.js and TypeScript applications with type definitions and support for both ESM and CommonJS.
Connect from any backend or programming language using standard HTTP requests. Responses arrive as structured JSON that can be stored, transformed, or passed into another service.
Access Search, Maps, News, Trends, Shopping, Scholar, Flights, and every other supported Google product with one ScrapeBadger API key and one credit balance.
Give compatible AI agents access to Google Search, Maps, News, Trends, Shopping, Scholar, Images, Flights, and more through ScrapeBadger's MCP server.
Run Google searches, inspect trends, collect local business data, and export results as JSON, CSV, Markdown, or terminal-friendly tables without building an application.
See why developers choose ScrapeBadger for reliable, structured web data.
“We switched from the official Twitter API and cut our costs by 95%. The pagination is seamless, and we've never hit a rate limit. Best decision we made this year.”
“The follower and engagement endpoints are incredibly detailed. We use it for influencer research and competitor analysis. Response times are sub-100ms consistently.”
“Started with the Apify actor, then moved to the API for more control. The 1,000 free credits were enough to build our MVP. Now processing 2M+ tweets monthly.”
“Perfect for academic research. The community and trends endpoints give us data we couldn't get anywhere else. Documentation could use more examples, but support is responsive.”
“We monitor 50,000+ accounts for our clients. ScrapeBadger handles it without breaking a sweat. The bulk ID endpoints are a game-changer for large-scale monitoring.”
“The geo and trends endpoints power our location-based analytics. Setup took 10 minutes. Their Apify actors are also great for quick one-off scrapes.”
Start with pay-as-you-go credits (never expire) or save up to 64% with a monthly or annual subscription. Failed requests never consume credits, and every Google API endpoint is included on every plan.
Choose an endpoint and enter your expected request volume. Google APIs use flat per-request credits, making usage easy to forecast. Failed requests cost 0 credits.
Everything you need to know about the Google Hotels API.
null or empty.properties array and pagination metadata. Hotel Details retrieves one selected property using the property_token from a search result plus check-in and check-out dates. It returns that hotel inside a single property object.check_in and check_out in YYYY-MM-DD format. Search also supports adults from 1 to 10 and children from 0 to 10, defaulting to 2 adults and 0 children. Hotel Details documents adults with a default of 2, but it does not document a children parameter. Keep the property token, dates, adult count, currency, country, and language aligned with the intended stay context.min_price , max_price , and hotel_class from 2 to 5. The documented sort_by values are price_low , rating_high , and most_reviewed . When another result page is available, pass the pagination token returned in pagination.next as next_page_token in the next request. Hotel Details does not support these search filters or pagination.hotel_class is the property's star classification, while overall_rating is its review score and reviews_count is the number of reviews represented. rate_per_night and total_rate contain lowest , extracted , and currency fields when available. The prices array identifies individual sources and can include a price, currency, link, and cancellation-policy text. Confirm the final amount and terms with the linked provider.X-Credits-Used response header. New accounts receive 1,000 free credits, which cover 142 successful Google Hotels requests.Use 1,000 free credits to search Google Hotels for specific stay dates, compare structured property and rate data, and retrieve selected hotel details through two JSON endpoints.
No credit card required · Failed requests cost 0 credits
Disclaimer: ScrapeBadger is not affiliated with, endorsed by, or in any way officially connected with Google LLC or any of its subsidiaries or affiliates. Google and related trademarks are the property of their respective owners.