Skyscanner Hotels Scraper API - Prices, Reviews & Deals avatar

Skyscanner Hotels Scraper API - Prices, Reviews & Deals

Pricing

Pay per event

Go to Apify Store
Skyscanner Hotels Scraper API - Prices, Reviews & Deals

Skyscanner Hotels Scraper API - Prices, Reviews & Deals

Scrape Skyscanner Hotels with prices, reviews, distance to POI, partner offers (Booking.com, Hotels.com, Expedia). No API keys required.

Pricing

Pay per event

Rating

0.0

(0)

Developer

deusex machine

deusex machine

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Skyscanner Hotels Scraper API

Scrape Skyscanner hotels with prices, reviews, partner offers, and distance to points of interest. No API keys, no captchas.

What you get

FieldDescription
name, stars, starsLabelHotel name and star rating
reviewScore, reviewCount, reviewProviderTripAdvisor / Skyscanner ratings
pricePerNight, priceTotal, priceWithTaxesCheapest rate found
currencyDisplay currency
distanceDescription, distanceFrom"0.65 miles from British Museum"
latitude, longitudeGeolocation
bookingUrlDeep link to book on Skyscanner
images[]Multiple CDN images
partnerOffers[]Prices from Booking.com, Hotels.com, Expedia, Hyatt, etc.
highlightAmenities, accommodationSpecsFeatures
aiLabelSkyscanner's AI tag (e.g. "Great Value")

Input

Minimum: entityId, checkinDate, checkoutDate.

{
"entityId": "27544008",
"checkinDate": "2026-06-15",
"checkoutDate": "2026-06-16",
"adults": 2,
"rooms": 1,
"maxResults": 20,
"market": "US",
"currency": "USD",
"locale": "en-US"
}

Finding the entityId

  1. Go to https://www.skyscanner.com/hotels
  2. Search for your destination
  3. Look at the URL — it contains search_entity_id=XXXXXXXX
  4. Or open any hotel page — the URL has /ht-XXXXXXX — the parent city ID is what you want

Common entity IDs:

CityEntity ID
London27544008
New York27537542
Paris27539733
Tokyo27542082
Rome27539544
Bangkok27536671
Barcelona27548283
Dubai27537366

Output sample

{
"id": "145719101",
"name": "Hub by Premier Inn London Covent Garden",
"stars": 3,
"reviewScore": 4.6,
"reviewCount": 43,
"pricePerNight": 201,
"priceTotal": 201,
"priceWithTaxes": 241.21,
"currency": "USD",
"distanceDescription": "0.65 miles from The British Museum",
"latitude": 51.5194133,
"longitude": -0.1269566,
"bookingUrl": "https://www.skyscanner.com/hotels/...",
"partnerOffers": [...]
}

Pricing

Pay-per-result. First run is free to test.

Use cases

  • Hotel price monitoring and alerts
  • Market research and competitive intelligence
  • Travel agency inventory
  • Aggregator / meta-search products
  • Location analytics (distance to attractions)