Skyscanner Scraper

Skyscanner Scraper

Extracts detailed flight information from Skyscanner including prices, airlines, and schedules based on user-specified search parameters.

DEVELOPER_TOOLSTRAVELAUTOMATIONApify

Overview

Extracts detailed flight information from Skyscanner including prices, airlines, and schedules based on user-specified search parameters.

Input Parameters

The scraper requires the following JSON input:

1{
2    "from": "YYZ",
3    "to": "JFK",
4    "departDate": "2025-06-29",
5    "returnDate": "2025-07-08"
6}

Parameters:

  • from (string, required): The IATA code of the departure airport.
  • to (string, required): The IATA code of the destination airport.
  • departDate (string, required): The departure date in YYYY-MM-DD format.
  • returnDate (string, optional): The return date in YYYY-MM-DD format (for round trips).

Output Format

The actor returns a JSON array of flight options with detailed pricing and itinerary information.

Example Output:

1{
2    "price": {
3        "raw": 284.2,
4        "formatted": "$285",
5        "pricingOptionId": "t905Vbe5Ug8s"
6    },
7    "legs": [
8        {
9            "id": "18467-2506290600--32385-0-12712-2506290753",
10            "origin": {
11                "id": "YYZ",
12                "name": "Toronto Pearson International",
13                "displayCode": "YYZ",
14                "city": "Toronto",
15                "country": "Canada"
16            },
17            "destination": {
18                "id": "JFK",
19                "name": "New York John F. Kennedy",
20                "displayCode": "JFK",
21                "city": "New York",
22                "country": "United States"
23            },
24            "departure": "2025-06-29T06:00:00",
25            "arrival": "2025-06-29T07:53:00",
26            "durationInMinutes": 113,
27            "stopCount": 0,
28            "carriers": {
29                "marketing": [
30                    {
31                        "id": -32385,
32                        "alternateId": "DL",
33                        "logoUrl": "https://logos.skyscnr.com/images/airlines/favicon/DL.png",
34                        "name": "Delta"
35                    }
36                ]
37            }
38        }
39    ],
40    "tags": ["cheapest"]
41}

Features

  • Real-time flight prices: Fetches up-to-date pricing from Skyscanner.
  • Detailed itinerary information: Includes airline details, flight durations, and layovers.
  • Round-trip support: Optionally fetches return flight data.
  • JSON output: Structured and easy-to-use data format.

Usage

  1. Deploy the actor on Apify.
  2. Provide the required input parameters in JSON format.
  3. Run the actor to fetch flight prices.
  4. Retrieve the results in JSON format via Apify's dataset API.

Limitations

  • Availability of flights depends on Skyscanner's real-time data.

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!