/google/hotels/prices
Get OTA price offers for a Google hotel by feature ID and stay dates.
Price: 1 credit
💡 AI Hint: Compare booking offers for a hotel across online travel agencies. Given a hotel feature_id (hex ‘0x..:0x..’) and optional check-in/check-out dates, returns every provider’s offer: provider name, nightly and total price, currency, guests and rooms covered, free-cancellation flag, provider logo, and the booking click-out link. Without dates it uses the next-day stay.
⚠️ Common errors: 412: Hotel not found for the given feature_id.
Authorizations
API token from the dashboard
Headers
Body
Hotel feature ID in hex form '0x..:0x..'
1"0x89c28aad4f6a9ce5:0xa4793816b9bcb218"
Max scrapping execution timeout (in seconds)
20 <= x <= 1500Check-in date in YYYY-MM-DD form
"2026-07-01"
Check-out date in YYYY-MM-DD form
"2026-07-02"