Skyscanner API Bulk (Flights)

Skyscanner API Bulk (Flights)

by canadesk

Fetch Skyscanner flight itineraries and calendar prices in bulk. Supports multi-city trips, Explore searches, and filters for automated travel data collection.

1,111 runs
7 users
Try This Actor

Opens on Apify.com

About Skyscanner API Bulk (Flights)

Need to pull flight data from Skyscanner at scale? This actor is built for that. It lets you programmatically fetch the best itineraries and calendar pricing in bulk, which is perfect for building travel apps, doing market research, or automating deal alerts. You can configure it for complex multi-city trips or use the Explore function to find cheap destinations from a starting point. I use it with filters like airlines, stopovers, and specific date ranges to get exactly the data I need without the manual hassle. The speed is a real advantage—it handles these bulk requests efficiently, so you're not waiting around. It's essentially like having a direct pipeline to Skyscanner's search results, formatted and ready for your database or application. If you've ever tried to scrape this data manually, you'll appreciate how much time this saves.

What does this actor do?

Skyscanner API Bulk (Flights) is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

Skyscanner API Bulk (Flights) Actor

Overview

This actor programmatically queries Skyscanner for flight data. It supports fetching prices, listing providers, and retrieving calendar-based pricing. Output is returned as raw JSON for integration into other systems.

Key Features

  • Multiple Query Types: Get flight prices, list flight providers, or fetch monthly/daily calendar prices.
  • Flexible Itineraries: Supports one-way, round-trip, and complex multi-city searches.
  • Open Search: Use "everywhere" as a destination to find all available flights from an origin.
  • Detailed Parameters: Filter by cabin class, passenger counts (adults/children), direct flights, and nearby airports.
  • Bulk Processing: Handles multiple search queries in a single run via a JSON array.

How to Use

Configure the actor via its input parameters.

Core Parameters:
* Process: Select the operation (Get Flight Prices, Get Flight Providers, Get Calendar Prices).
* Market: Choose a country/locale (sets domain, currency, language).
* Query: A JSON array containing one or more search objects (see below).
* Retries/Delay: Adjust based on search complexity. Simple searches need fewer retries (e.g., 2) and shorter waits (e.g., 3 seconds). Complex multi-city searches may require more retries (e.g., 5+) and longer delays.

Query Fields (JSON Object):
Define your search within the Query array. Use IATA airport codes (e.g., "lax") for best performance.

Round-trip/One-way Example:

{
  "origin": "cdg",
  "destination": "lyon", // Use "everywhere" for open search
  "datefrom": "251004", // Format: YYMMDD
  "dateto": "251007",
  "adults": 2,
  "children": [5, 10], // Array of child ages
  "classtype": "economy",
  "direct": false
}

Multi-city Example:
Multi-city searches override the origin/destination and date fields. Provide paired arrays for airports and dates.

{
  "adults": 1,
  "children": [15],
  "classtype": "business",
  "multifrom": ["yvr", "lax", "lax", "las"], // Itinerary: YVR->LAX, LAX->LAS
  "multidates": ["2025-09-01", "2025-09-15"]
}

Note: The nearbyAirports parameter is ignored for multi-city searches.

Input/Output

Input: The primary input is the Query JSON array. Skyscanner prices are rounded up on their public website; this API returns exact amounts (e.g., $708.01 instead of $709).

Output: The actor returns raw, structured JSON. The schema varies by process.

For Get Flight Providers:
Returns a list of airlines/alliances.

{
  "query": "...",
  "currency": "USD",
  "data": [{
    "providers": [{
      "id": "aa",
      "name": "American Airlines",
      "isCarrier": true,
      "rating": 4.1,
      "feedbackCount": 1200
    }],
    "alliances": [{ "id": 1, "name": "oneworld" }]
  }]
}

For Get Flight Prices:
Returns detailed itineraries with pricing, booking links, and metadata.

{
  "query": "...",
  "currency": "USD",
  "data": [{
    "id": "itinerary_123",
    "price": 708.01,
    "legs": [...],
    "vendor": "Booking.com",
    "url": "https://www.skyscanner.net/...",
    "eco": 245.2, // CO2 emissions estimate
    "score": 95.5 // Recommendation score
  }]
}

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try Skyscanner API Bulk (Flights) now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
canadesk
Pricing
Paid
Total Runs
1,111
Active Users
7
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support