Priceline Hotel Scraper avatar

Priceline Hotel Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
Priceline Hotel Scraper

Priceline Hotel Scraper

Search Priceline hotels by destination and dates, returning hotel names, star ratings, guest scores, reviews, locations, brands, cancellation policies, and the cheapest nightly rates in a clean, structured format.

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

6 days ago

Last modified

Share

Searches Priceline.com hotels for a destination and date range and returns one clean row per hotel — name, star level, guest-review score and count, coordinates, neighborhood, brand and the cheapest nightly rate.

Input

FieldDefaultDescription
destination_querylas vegasCity or place to search.
check_intoday + 30 daysCheck-in date (YYYY-MM-DD or YYYYMMDD).
check_outtoday + 32 daysCheck-out date (YYYY-MM-DD or YYYYMMDD).
rooms1Number of rooms (1–8).
adults2Number of adults (1–16).
limit20Maximum hotels to return (1–200).
Proxy configurationUS proxy onOptional. Enable a US-based proxy for the most reliable results.

Output

Each result is one hotel. Example record:

{
"hotel_id": "17160104",
"name": "Waldorf Astoria Las Vegas",
"star_rating": 5.0,
"star_level_text": "5-Star Hotel",
"brand": null,
"city": "Las Vegas",
"state_code": "NV",
"country_code": "US",
"neighborhood": "The Strip - Southwest",
"latitude": 36.1097,
"longitude": -115.1746,
"overall_score": "8.4",
"review_scores": {"Location": "9.0", "Staff": "8.6", "Cleanliness": "8.8", "Overall": "8.4"},
"review_count": 222,
"price_amount": "223.20",
"price_display": "$223",
"currency_code": "USD",
"cancellation_policy": "Free cancellation",
"pcln_id": "…rate id…",
"search_destination": "Las Vegas, NV",
"check_in": "20260901",
"check_out": "20260903",
"raw": { ... }
}

Notes

  • Runs with empty input (defaults to las vegas, roughly a month out).
  • Enable a US-based proxy for the most reliable results.
  • Rates change constantly; treat each run as a point-in-time snapshot. Please review the site's Terms of Service and use results responsibly.