/expedia/hotels
Get Expedia hotel details by hotel id (numeric, h-prefixed, or a hotel page URL): name, hero image, VIP Access flag, guest rating with category subscores and verified review count, popular amenities, grouped amenities, neighborhood overview, nearby places and transit, policies, important information (fees and charges) and frequently asked questions.
Price: 1 credit
💡 AI Hint: Fetch a single Expedia hotel by id (numeric like 66525849, h-prefixed like h66525849, or a hotel URL containing .h.). Returns one item with id, name, image, is_vip, guest_rating, guest_rating_label, review_count, rating_categories (name, score), popular_amenities, amenity_groups (name, items), neighborhood, nearby_places (grouped name with places of name and info), policies and important_info (name, items), and faqs (question, answer).
⚠️ Common errors: 412: Hotel not found (well-formed but nonexistent hotel id)
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"
Max scrapping execution timeout (in seconds)
20 <= x <= 1500Response
Successful Response