Wire it up. See the schema.
- 100 free requests on signup
- Every endpoint included
- No credit card required
- Same schema as paid
A quick demo might save your team weeks of engineering work.
Resources
Free Tools
Pull hotel search results, property details, live nightly prices, star ratings, and Google place reviews as clean JSON.
curl "https://api.stayapi.com/v1/google_hotels/search" \ -G \ -H "x-api-key: $STAYAPI_KEY" \ -d "location=Phuket" \ -d "check_in=2026-06-15" \ -d "check_out=2026-06-18" \ -d "adults=2" \ -d "currency=USD" \ -d "min_rating=4.5"
curl "https://api.stayapi.com/v1/google_hotels/info" \ -G \ -H "x-api-key: $STAYAPI_KEY" \ -d "query=The Plaza New York" \ -d "check_in=2026-06-15" \ -d "check_out=2026-06-18" \ -d "adults=2" \ -d "currency=USD"
curl "https://api.stayapi.com/v1/google_reviews/reviews" \ -G \ -H "x-api-key: $STAYAPI_KEY" \ -d "data_id=0x80c8c430cb5147bd:0x82f2c7c5d9d10d84" \ -d "sort_by=newest"
{
"location": "Phuket",
"check_in": "2026-06-15",
"check_out": "2026-06-18",
"hotels": [
{
"hotel_id": "http://www.bedlinehotel.com/",
"name": "Bedline Hotel",
"location": {
"latitude": 7.8743964,
"longitude": 98.3891373
},
"price": {
"current": 30.0,
"max_price": 60.0,
"price_per_night": 30.0
},
"rating": {
"value": 4.7,
"votes": 452,
"rating_max": 5.0
},
"amenities": [
"Free Wi-Fi",
"Free parking",
"Outdoor pool",
"Air conditioning"
],
"is_paid": false
}
],
"total_count": 354
}
{
"query": "The Plaza New York",
"check_in": "2026-06-15",
"check_out": "2026-06-18",
"hotel": {
"name": "The Plaza",
"type": "hotel",
"address": "768 5th Ave, New York, NY 10019",
"phone": "(212) 759-3000",
"property_token": "ChUIneeg3YDGqvthGgkvbS8wNDJ5N2oQAQ",
"gps_coordinates": {
"latitude": 40.7646318,
"longitude": -73.9743251
},
"rate_per_night": {
"lowest": "$1,542",
"extracted_lowest": 1542
},
"overall_rating": 4.5,
"reviews": 6775,
"hotel_class": "5-star hotel",
"extracted_hotel_class": 5,
"amenities": [
"Free Wi-Fi",
"Restaurant",
"Fitness center",
"Spa",
"Room service"
]
}
}
{
"success": true,
"data_id": "0x80c8c430cb5147bd:0x82f2c7c5d9d10d84",
"place_name": "Bellagio Hotel & Casino",
"place_address": "3600 Las Vegas Blvd S, Las Vegas, NV 89109",
"total_reviews": 139601,
"average_rating": 4.7,
"reviews": [
{
"review_id": "ChdDSUhNMG9nS0VJQ0FnSURiOTlySm1RRRAB",
"rating": 5,
"text": "Amazing hotel with fantastic fountains and excellent service.",
"iso_date": "2026-04-12T14:30:00Z",
"reviewer": {
"name": "John Smith",
"reviews_count": 25,
"local_guide": false
},
"likes": 3,
"owner_response": "Thank you for your wonderful review!"
}
],
"next_page_token": "CAESBkVnSUlDZw==",
"has_more": true
}
Trusted by hospitality teams at
Google surfaces hotel prices, ratings, and reviews that revenue and product teams want, but there is no public data API that hands them to you as JSON. The usual workaround is a scraping stack against the Google travel frontend: headless browsers, rotating proxies, and a parser that breaks every time the markup shifts.
StayAPI is that layer, run for you. You send a location, a hotel name, or a Google data_id and get structured JSON back: search results with pricing, full property details, star ratings and amenities, and Google place reviews with reviewer names, scores, and owner responses. The same data, the same shape, on every call.
X-API-Key in, JSON out. Hotel search, property info, and Google place reviews behind one base URL. No SDK to install.
Fetching the Google travel frontend, parsing, proxy rotation, and source uptime are ours. You consume normalized JSON and never touch a headless browser.
Every call hits Google live, so prices, ratings, and review counts are current to the request, not a stale nightly snapshot.
Each returns normalized JSON in the same shape. Click any endpoint for parameters, an example response, and a live playground.
The same endpoints, pointed at different jobs. These are the ones we see most.
Track a property's Google rating and stream new place reviews into your dashboard, sorted newest first, to catch and respond to feedback fast.
Power a search experience with live Google Hotels inventory: by location, dates, price, star rating, and amenities.
Pull Google's nightly rate and featured prices per property and date, then compare against your own rate or other channels.
Combine Google place reviews with Booking.com and TripAdvisor reviews on the same fields to score a property across every channel guests read.
Feed structured Google prices, ratings, and reviews into an LLM tool call so your agent answers from live data, not stale embeddings.
The same endpoints are exposed as MCP tools. Connect Claude, Cursor, or Claude Code, ask in plain English, and the agent calls the tool and answers from live Google Hotels data.
Flat monthly plans, every endpoint included on every plan. 1 request = 1 credit. No per-endpoint multipliers, no surprise overages.
Wire it up. See the schema.
Kick the tires in production.
Small prod workloads and growing apps.
Daily pulls in production.
Above 100k / month, annual terms, white-glove onboarding.
Every plan ships every endpoint. Same uptime, same schema, same response time.
Don't see your question? Email us at info@stayapi.com.
Google runs the Hotels Center and Hotel Ads APIs for advertisers and connectivity partners, but they are gated, contract-bound, and not built for pulling search results, prices, or reviews into your own product. StayAPI gives you that data over plain REST with a key you get in 30 seconds.
Call /v1/google_reviews/reviews with a Google data_id, or use /v1/google_reviews/search-and-review to search by location and get the top hotel plus its reviews in one request. You get reviewer names, scores, dates, and owner responses as JSON, paginated with a token. See the reviews endpoint docs.
Yes. /v1/google_hotels/search returns live nightly prices per property for your dates and occupancy, and /v1/google_hotels/info returns a single hotel's rate plus featured prices from booking sources, fetched live on each call.
The data_id is Google's internal identifier for a place on Maps (for example 0x80c8c430cb5147bd:0x82f2c7c5d9d10d84). It pins reviews to one exact property. You can resolve one with /v1/google_reviews/search-and-review and then reuse it to paginate every review for that place.
You get 100 free requests on signup, every endpoint included, no credit card. After that it is flat monthly plans starting at $49. One request equals one credit, with no per-endpoint multipliers.
Both end with live Google Hotels data in your stack. The fast path is on the left.
100 free requests after sign up. Fastest way to see if the schema fits.
Start free15 minutes. Volume + endpoint mix. Walk out with a quote.
Book a demo