Priceline Hotel Scraper avatar

Priceline Hotel Scraper

Pricing

from $4.00 / 1,000 dataset items

Go to Apify Store
Priceline Hotel Scraper

Priceline Hotel Scraper

Scrape Priceline.com hotels by destination and dates — nightly and total prices, star levels, guest-rating scores, amenities, GPS and neighborhoods, with optional room detail and reviews. Built on Priceline's official API for reliable, structured JSON. Pay only for the hotels you get.

Pricing

from $4.00 / 1,000 dataset items

Rating

0.0

(0)

Developer

axly

axly

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

Extract hotel availability and pricing from Priceline.com at scale. Give it a destination and dates and it returns every available hotel with nightly + total prices, star levels, guest-review scores, amenities, GPS coordinates and neighborhoods — optionally enriched with per-hotel guest reviews. Built on Priceline's official GraphQL API, so output is clean, structured JSON, not brittle HTML scraping.

Who it's for

  • Travel & OTA analysts / revenue managers — benchmark hotel rates across cities, track supply, monitor rate parity vs other channels.
  • Investors & market researchers — hotel pricing and guest-sentiment data per market and date range.
  • PropTech / travel-app developers — a stable JSON feed of hotel inventory to power apps, dashboards and price-comparison tools.
  • Agencies & data teams — bulk hotel datasets with reviews for any US or international destination.

What you get (output fields)

FieldDescription
hotel_idPriceline hotel id
nameHotel name
star_levelStar rating text (e.g. "3-Star Hotel")
neighborhoodNeighborhood / area
brand, brand_ownerHotel brand and parent group
latitude, longitudeGPS coordinates
price_amount, price_currencyNightly headline price
total_price_amountTotal stay price incl. taxes & fees
price_strike, price_savingsWas-price and savings when discounted
review_score_overall, review_scoresGuest rating (0–10) + sub-scores
review_count_labelNumber of reviews
amenities, themesAmenity list and property themes
imagesHotel photo URLs
cancellation_policy, payment_disclaimerBooking terms
reviewsGuest reviews (when Include guest reviews is on)
urlDirect hotel page URL
scraped_atISO-8601 scrape timestamp

Use cases

  • Rate benchmarking — pull the full hotel list for a city + date pair on a schedule and track how prices move over time.
  • Market supply analysis — count hotels, star tiers and brands per destination.
  • Guest-sentiment research — combine review scores and review text across a market.
  • Price-comparison products — feed Priceline inventory into a multi-OTA comparison app.

Input

FieldTypeDefaultDescription
destinationstring"New York"City name (auto-resolved) or numeric geo id
checkInstring+30 daysCheck-in YYYY-MM-DD
checkOutstring+32 daysCheck-out YYYY-MM-DD
adultsinteger2Adult guests
roomsinteger1Rooms
sortenumRECOMMENDEDRECOMMENDED, PRICE, REVIEW_SCORE
maxItemsinteger100Stop after N hotels
includeReviewsbooleanfalseAdd per-hotel guest reviews
maxReviewsinteger10Reviews per hotel
currencystringUSDISO 4217 currency
proxyConfigurationobjectApify residentialProxy settings

Example input

{
"destination": "Miami",
"checkIn": "2026-09-01",
"checkOut": "2026-09-03",
"adults": 2,
"sort": "PRICE",
"maxItems": 100
}

Example output row

{
"hotel_id": "40730",
"name": "New Yorker by Lotte Hotels",
"star_level": "3-Star Hotel",
"neighborhood": "Midtown West - Hell's Kitchen",
"latitude": 40.7522,
"longitude": -73.9935,
"price_amount": "338.26",
"price_currency": "USD",
"total_price_amount": "863.70",
"review_score_overall": "7.7",
"review_count_label": "1,338 Reviews",
"amenities": ["Free Internet Access", "Fitness Center"],
"url": "https://www.priceline.com/relax/at/40730/from/20260901/to/20260903/rooms/1/adults/2",
"scraped_at": "2026-07-21T00:00:00Z"
}

Scheduling & integrations

Run it on a schedule to build hotel price-history datasets, or trigger it via the Apify API and pipe results to Google Sheets, S3, a database, or a webhook. Every field above is available in JSON, CSV, Excel and HTML exports.

AI assistants (MCP)

Prefer to query Priceline live from Claude, ChatGPT or Cursor? Use the companion Priceline Travel MCP Server actor to search hotels and flights as MCP tools.

FAQ

Which destinations are supported? Any city Priceline covers, worldwide — pass a city name (auto-resolved) or a Priceline geo id.

How fresh is the data? Live — every run queries Priceline in real time for your exact dates.

Are opaque "Express Deal" hotels included? They appear as rows with a hidden name (Priceline only reveals it after booking); their pricing is still returned.

Is this reliable? It uses Priceline's official API endpoints rather than HTML scraping, so the schema is stable and results are consistent.

Is scraping this legal? The actor collects publicly available listing data. You are responsible for using the data in line with applicable laws and Priceline's terms.