Skyscanner (Hotels) avatar

Skyscanner (Hotels)

Try for free

3 days trial then $12.00/month - No credit card required now

Go to Store
Skyscanner (Hotels)

Skyscanner (Hotels)

canadesk/skyscanner-hotels
Try for free

3 days trial then $12.00/month - No credit card required now

Get the best prices and reviews for hotels from Skyscanner! Supports exact and nearby locations, and filters. It's fast and costs little!

Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • No reviews yet

  • 1 bookmark

  • >99% runs succeeded

  • Created in Nov 2024

  • Modified 3 months ago

Input and Output

[Input]

  • Process (select)

    1. Get Hotel Reviews/Prices (single): Returns partner prices for an exact hotel.

    2. Get Hotel Reviews/Prices (nearby): Return partner prices for hotels matching the specified query.

  • Market (select)

    Choose from the available countries. This will set default domain, country, locale and currency.

  • Query (string)

    Keywords to search for:

    1. Get Hotel Reviews/Prices (single): Must be close to the exact hotel name.

    2. Get Hotel Reviews/Prices (nearby): Can be a location or a hotel name. Example: "lax hotel".

  • Checkin/Checkout dates (string)

    Format: YYMMDD.

  • Number of rooms (integer)

    Maximum of 10. Cannot be superior to number of adults.

  • Number of adults (integer)

    Maximum of 10.

  • Number of children (array)

    Leave empty if no children are required in the reservation. Otherwise, create an array with one entry for each child (age 0 to 17).

    Example for two children: [ 1, 12 ]

  • Cancellation policy (select)

    All, Free cancellation, Non-refundable.

  • Breakfast (select)

    All, Breakfast included.

  • Radius (select)

    Returns up to 25 or 50 results within the query's range.

[Output]

Example for Get Hotels Reviews/Prices (nearby):

1{
2	"id": string,
3	"name": string,
4	"numberOfStars": integer,
5	"priceInfo": object,  // Best price
6	"amenities": array,
7	"reviews": object,
8	"pivot": boolean,
9	"position": object,
10	"allPricesInfo": object,  // All prices
11	"reviewsSummaryInfo": object,
12	"images": array,
13	"image": string,
14	"totalImages": integer,
15	"url": string
16}

How it works.

  1. Set the parameters.

  2. Set the crawler options.

  3. Run it! 🎉

Support

Always use a strong proxy (residential or custom), and make sure to wait long enough between requests!

Open a new issue for bugs and feature requests.

Cheers!