Skyscanner API Bulk (Flights)
$15.00/month
Skyscanner API Bulk (Flights)
$15.00/month
Get the best flight itineraries and calendar prices in BULK from Skyscanner! Also supports Multi-city and Explore with various filters. It's fast.
You can access the Skyscanner API Bulk (Flights) programmatically from your own applications by using the Apify API. You can 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.
1echo '{
2 "query": [
3 {
4 "origin": "cdg",
5 "destination": "lyon",
6 "datefrom": "251004",
7 "dateto": "251007",
8 "adults": 2,
9 "children": [],
10 "classtype": "economy",
11 "direct": false
12 },
13 {
14 "origin": "las",
15 "destination": "everywhere",
16 "datefrom": "250618",
17 "dateto": "250620",
18 "adults": 1,
19 "children": [],
20 "classtype": "economy",
21 "direct": true
22 }
23 ],
24 "proxy": {
25 "useApifyProxy": true,
26 "apifyProxyGroups": [
27 "RESIDENTIAL"
28 ]
29 }
30}' |
31apify 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
1npm i -g apify-cli
2apify login
Other API clients include:
Actor Metrics
1 monthly user
-
0 No stars yet
96% runs succeeded
Created in Dec 2024
Modified a month ago