Hotels.com Hotels Scraper avatar

Hotels.com Hotels Scraper

Pricing

from $2.50 / 1,000 results

Go to Apify Store
Hotels.com Hotels Scraper

Hotels.com Hotels Scraper

Pricing

from $2.50 / 1,000 results

Rating

0.0

(0)

Developer

Syed Rupom

Syed Rupom

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

21 days ago

Last modified

Categories

Share

Scrape hotel listings from Hotels.com with amenity filters, guest ratings, nightly prices, and direct booking URLs.

What it does

  • Searches Hotels.com for hotels in any US city/region
  • Applies amenity filters (hot tub, pool, gym, parking, breakfast, spa, and more)
  • Returns guest ratings, nightly prices, and direct Hotels.com URLs
  • Handles bot detection automatically with IP rotation

Features

FeatureDetails
Amenity filterHot tub, pool, indoor pool, gym, parking, free parking, pet-friendly, restaurant, breakfast included, spa, free WiFi, airport shuttle, kitchen
Guest ratings10-point scale (e.g. 8.6 "Excellent")
PricingDate-specific nightly prices for your check-in/check-out dates
Results60–90 hotels per city

Output fields

{
"hotel_id": "3936",
"name": "Holiday Inn Express Atlanta Airport",
"guest_rating": 8.2,
"review_count": 1843,
"nightly_price": 106,
"property_url": "https://www.hotels.com/ho3936/...",
"city": "Atlanta",
"amenities": ["Pool", "Free WiFi"],
"check_in": "2026-08-01",
"check_out": "2026-08-03",
"location_searched": "Atlanta, Georgia"
}

Input

FieldTypeDescription
locationstring[]City names, e.g. ["Atlanta, Georgia", "Miami, Florida"]
checkInstringCheck-in date: YYYY-MM-DD
checkOutstringCheck-out date: YYYY-MM-DD
resultsWantednumberMax hotels per location (default: 50)
amenitiesstring[]Filter: hot_tub, pool, gym, parking, breakfast, spa, pet_friendly, wifi, airport_shuttle
sortstringRECOMMENDED, PRICE_LOW_TO_HIGH, PRICE_HIGH_TO_LOW, GUEST_RATING
roomsnumberNumber of rooms (default: 1)
adultsnumberAdults per room (default: 2)
proxyConfigurationobjectResidential US proxy (required)

Example

{
"location": ["Atlanta, Georgia"],
"checkIn": "2026-08-01",
"checkOut": "2026-08-03",
"amenities": ["hot_tub"],
"resultsWanted": 50,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "US"
}
}

Proxy requirement

Requires Residential proxy to bypass Hotels.com's bot detection. Apify Starter plan ($29/month) includes residential proxies at $8/GB.

Notes

  • Hotels.com uses a 10-point guest rating system (same as Expedia — shared infrastructure)
  • Results represent the first page of Hotels.com search results
  • Run time: 20–90 seconds per location