/expedia/destinations
Get an Expedia travel-guide destination by destination id (numeric, d-prefixed, or a destination page URL): name, destination type, canonical url, hero image, editorial overview, parent geography, neighborhoods (with area rating and review count), top hotels and frequently asked questions.
Price: 1 credit
💡 AI Hint: Fetch a single Expedia travel-guide destination by id (numeric like 178293, d-prefixed like d178293, or a destination URL containing .d.). Returns one item with id, name, type, url, image, description, parents (geography as id and name), neighborhoods (name, summary, description, rating, review_count, image), top_hotels (name, address, image, star_rating, price_range, rating, review_count) and faqs (question, answer).
⚠️ Common errors: 412: Destination not found (well-formed but nonexistent destination id)
Authorizations
API token from the dashboard
Headers
Body
Expedia destination id (numeric or d-prefixed) or a destination page URL containing it
1"d178293"
"178293"
"https://www.expedia.com/New-York.d178293.Destination-Travel-Guides"
Max scrapping execution timeout (in seconds)
20 <= x <= 1500Response
Successful Response