Trivago Hotel Scraper avatar

Trivago Hotel Scraper

Under maintenance

Pricing

$10.00/month + usage

Go to Apify Store
Trivago Hotel Scraper

Trivago Hotel Scraper

Under maintenance

Monitor hotel prices and extract listings from Trivago across multiple dates using fast API-based scraping.

Pricing

$10.00/month + usage

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Trivago Hotel Scraper — Apify Actor

Scrapes hotel listings from Trivago's GraphQL API for multiple check-in dates.

How It Works

  1. Browser phase — Launches a headless Chromium browser via Playwright, navigates to the Trivago search page, and intercepts the first accommodationSearchQuery GraphQL request to capture live headers and the payload template.

  2. API replay phase — Uses httpx to replay that GraphQL endpoint for each check-in date, paginating until all hotels are collected. Results are pushed to the Apify dataset.

Input Parameters

ParameterTypeDefaultDescription
destinationstringhotels-cardiff-united-kingdomTrivago destination slug from the URL
daysinteger10Number of consecutive check-in dates
adultsinteger2Number of adult guests
childreninteger0Number of children
roomsinteger1Number of rooms
localestringen-GBTrivago locale code
maxRetriesinteger3Retries per failed page
delayBetweenPagesnumber2Seconds between API calls
proxyConfigurationobjectApify proxy settings

Output Fields

Each record in the dataset contains:

  • arrival, departure — Check-in / check-out dates
  • hotel_id, hotel_name — Hotel identifier and name
  • star_rating, user_rating, review_count — Ratings
  • latitude, longitude, city, country — Location
  • distance_info — Distance from city center
  • best_price_amount, best_price_eurocents — Best deal price
  • advertiser_id, advertiser_name — Booking provider
  • cheapest_price — Cheapest available price
  • hotel_category, construction_year — Property details
  • has_special_offer, highlights — Promotions and highlights