
Skyscanner Scraper
Pricing
$10.00 / 1,000 results
Go to Store

Skyscanner Scraper
Extracts detailed flight information from Skyscanner including prices, airlines, and schedules based on user-specified search parameters.
0.0 (0)
Pricing
$10.00 / 1,000 results
0
Total users
36
Monthly users
21
Runs succeeded
>99%
Last modified
2 months ago
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:
{"from": "YYZ","to": "JFK","departDate": "2025-06-29","returnDate": "2025-07-08"}
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 inYYYY-MM-DD
format.returnDate
(string, optional): The return date inYYYY-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:
{"price": {"raw": 284.2,"formatted": "$285","pricingOptionId": "t905Vbe5Ug8s"},"legs": [{"id": "18467-2506290600--32385-0-12712-2506290753","origin": {"id": "YYZ","name": "Toronto Pearson International","displayCode": "YYZ","city": "Toronto","country": "Canada"},"destination": {"id": "JFK","name": "New York John F. Kennedy","displayCode": "JFK","city": "New York","country": "United States"},"departure": "2025-06-29T06:00:00","arrival": "2025-06-29T07:53:00","durationInMinutes": 113,"stopCount": 0,"carriers": {"marketing": [{"id": -32385,"alternateId": "DL","logoUrl": "https://logos.skyscnr.com/images/airlines/favicon/DL.png","name": "Delta"}]}}],"tags": ["cheapest"]}
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
- Deploy the actor on Apify.
- Provide the required input parameters in JSON format.
- Run the actor to fetch flight prices.
- Retrieve the results in JSON format via Apify's dataset API.
Limitations
- Availability of flights depends on Skyscanner's real-time data.