Skyscanner API Bulk (Flights) avatar
Skyscanner API Bulk (Flights)

Pricing

$15.00/month + usage

Go to Store
Skyscanner API Bulk (Flights)

Skyscanner API Bulk (Flights)

Developed by

Canadesk Support

Canadesk Support

Maintained by Community

Get the best flight itineraries and calendar prices in BULK from Skyscanner! Also supports Multi-city and Explore with various filters. It's fast.

0.0 (0)

Pricing

$15.00/month + usage

0

Total users

3

Monthly users

1

Runs succeeded

>99%

Last modified

5 months ago

You can access the Skyscanner API Bulk (Flights) programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

$echo '{
< "query": [
< {
< "origin": "cdg",
< "destination": "lyon",
< "datefrom": "251004",
< "dateto": "251007",
< "adults": 2,
< "children": [],
< "classtype": "economy",
< "direct": false
< },
< {
< "origin": "las",
< "destination": "everywhere",
< "datefrom": "250618",
< "dateto": "250620",
< "adults": 1,
< "children": [],
< "classtype": "economy",
< "direct": true
< }
< ],
< "proxy": {
< "useApifyProxy": true,
< "apifyProxyGroups": [
< "RESIDENTIAL"
< ]
< }
<}' |
<apify call canadesk/skyscanner-flights-api-bulk --silent --output-dataset

Skyscanner API Bulk (Flights) API through CLI

The Apify CLI is the official tool that allows you to use Skyscanner API Bulk (Flights) locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: