Expedia Hotel Scraper avatar

Expedia Hotel Scraper

Under maintenance

Pricing

from $9.99 / 1,000 results

Go to Apify Store
Expedia Hotel Scraper

Expedia Hotel Scraper

Under maintenance

Resolves free-text places into Expedia destination regions, returning Gaia IDs, region types, names, coordinates, country details, and airport codes needed for downstream hotel searches.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

Expedia Hotel Destination Scraper

Turns any free-text place name into Expedia's canonical destination (region) entities. For each match you get Expedia's region id (gaiaId) — the value every downstream Expedia hotel search needs — along with the region type, coordinates, airport codes and country details.

Input

FieldDefaultDescription
querylas vegasFree-text place, hotel or point of interest to resolve.
lobHOTELSProduct bias: HOTELS, FLIGHTS, CARS, or CRUISES.
limit10Maximum region matches to return (1–50).
Proxy configurationUS proxy onOptional. Enable a US-based proxy for the most reliable results.

Output

Each result is one Expedia region entity. Example record:

{
"query": "las vegas",
"gaia_id": "2008",
"type": "CITY",
"full_name": "Las Vegas, Nevada, United States of America",
"short_name": "Las Vegas",
"latitude": 36.17006,
"longitude": -115.141376,
"country_name": "United States",
"country_code": "US",
"airport_code": "LAS",
"airport_id": "6139100",
"raw": { ... }
}

Notes

  • Runs with empty input (defaults to las vegas).
  • Enable a US-based proxy for the most reliable results.
  • Please review the site's Terms of Service and use results responsibly.