/expedia/hotels/offers
Get the date-scoped room and rate grid for an Expedia hotel by hotel id (numeric, h-prefixed, or a hotel page URL) for a specific stay (check-in, check-out and number of adults). Returns one item per room type with id, name, guest rating, features (size, bed type, occupancy), room images, and a list of rates with displayed price, nightly price, strikethrough price, price qualifier, currency, payment model, refundable flag, cancellation policy, included board/meal and remaining-availability message.
Price: 1 credit
💡 AI Hint: Fetch the room/rate grid for one Expedia hotel and stay. Provide hotel (numeric id like 66525849, h-prefixed, or a hotel URL), check_in and check_out (YYYY-MM-DD), optional adults, and count. Returns rooms with id, name, rating, features, images and rates (id, price, price_per_night, strikeout_price, price_qualifier, currency, payment_model, is_refundable, cancellation, board, scarcity). Prices are live and change over time.
⚠️ Common errors: 412: Hotel not found or no rooms available for the given hotel id and stay dates
Authorizations
API token from the dashboard
Headers
Body
Expedia hotel id (numeric or h-prefixed) or a hotel page URL containing it
1"66525849"
"h66525849"
"https://www.expedia.com/x.h66525849.Hotel-Information"
Check-in date in YYYY-MM-DD format
"2026-07-15"
Check-out date in YYYY-MM-DD format
"2026-07-17"
Max number of rooms to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Number of adult guests
1 <= x <= 14