VOOZH about

URL: https://apify.com/simpleapi/skyscanner-flight-scraper-api

โ‡ฑ โœˆ๏ธ Skyscanner Flight Scraper API ยท Apify


๐Ÿ‘ โœˆ๏ธ Skyscanner Flight Scraper API avatar

โœˆ๏ธ Skyscanner Flight Scraper API

Pricing

from $2.99 / 1,000 results

Go to Apify Store

โœˆ๏ธ Skyscanner Flight Scraper API

โœˆ๏ธ Skyscanner Flight Scraper API delivers multi-source, real-time cheap flights with competitive prices, routes & schedules. Scrape fast, scale easily, and power travel apps, OTA aggregators & leadgen with reliable flight data โ€” skyscanner-flight-scraper-api.

Pricing

from $2.99 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ SimpleAPI

SimpleAPI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

โœˆ๏ธ Skyscanner Flight Scraper API โ€” Compare Cheap Flights from 7 Sources in One Call

Find the cheapest flights for any route and date by querying seven independent flight databases in a single run and merging them into one deduplicated, price-compared feed. Pulls Google Flights, Kiwi.com, a cached price database, Ryanair, EasyJet, Wizz Air and Norwegian โ€” no airline OAuth, no GDS contract, no browser rendering. Pure HTTP, exportable as JSON / CSV / Excel / XML.

Built for travel aggregators, fare-alert products, OTA startups, corporate-travel teams and data analysts who need accurate multi-source flight price comparison at scale.


๐ŸŒŸ Why Choose Us?

๐Ÿงฎ 7 sources, 1 callGoogle Flights + Kiwi + cached fares + 4 low-cost carriers, merged & deduplicated.
๐Ÿ’ฐ True cheapest pricebestPrice + cheapestSource + per-source price breakdown for every flight.
๐Ÿ”— Bulk inputPaste many flight URLs or route tokens, or use the simple single-route form.
๐Ÿ›ก๏ธ Smart proxy ladderStarts direct (no proxy), auto-escalates to datacenter, then sticky residential only if blocked.
โšก Fast & cheapPure HTTP โ€” no Playwright/Chromium. A typical search finishes in seconds.
๐Ÿ’พ Live resultsEvery flight is saved as soon as a route finishes โ€” a crash never loses data.

โœจ Key Features

  • โœˆ๏ธ One-way and round-trip search.
  • ๐Ÿ’บ Cabin class filter: Economy / Premium Economy / Business / First.
  • ๐Ÿ’ฑ Any ISO currency (USD, EUR, MXN, GBP, BRL, JPYโ€ฆ) and point-of-sale market.
  • ๐Ÿงฉ Segment-level detail, layovers, baggage policy, self-transfer & travel-hack flags.
  • โญ Auto-flagged cheapest and fastest options (highlights).
  • ๐Ÿ”— Direct booking links (Google Flights, Kiwi, Aviasales).

๐Ÿ“ฅ Input

FieldTypeDescription
startUrlsarrayBulk flight-search URLs (Google Flights, Kiwi.com, Skyscanner, Aviasales) or route tokens like LAX-JFK-2026-08-15 (add a second date for round trips).
originstringOrigin IATA code (e.g. LAX). Used when no URLs are given.
destinationstringDestination IATA code (e.g. JFK).
departDatestringDeparture date YYYY-MM-DD.
returnDatestringOptional return date for round trips.
adultsintegerPassengers, 1โ€“9.
cabinClassstringECONOMY / PREMIUM_ECONOMY / BUSINESS / FIRST.
currencystringISO currency code.
marketstringPoint-of-sale market (e.g. US).
localestringLanguage/locale (e.g. en-US).
maxFlightsintegerMax merged results per route (1โ€“200).
proxyConfigurationobjectApify proxy settings (datacenter/residential rungs).

Example input

{
"startUrls":[
{"url":"LAX-JFK-2026-08-15"},
{"url":"https://www.kiwi.com/en/search/results/lhr/cdg/2026-09-01/no-return"}
],
"origin":"LAX",
"destination":"JFK",
"departDate":"2026-08-15",
"adults":1,
"cabinClass":"ECONOMY",
"currency":"USD",
"maxFlights":50,
"proxyConfiguration":{"useApifyProxy":true}
}

๐Ÿ“ค Output

Each dataset item is one merged flight. Example:

{
"prices":{"google":277,"cached":136},
"bestPrice":136,
"cheapestSource":"cached",
"sourcesFound":["cached","google"],
"currency":"USD",
"airline":"American",
"departTime":"6:05 AM",
"arriveTime":"2:41 PM",
"duration":"5h 36m",
"durationMinutes":336,
"stops":0,
"from":{"airport":"LAX"},
"to":{"airport":"JFK"},
"cabinClasses":["ECONOMY"],
"segments":[{"from":"LAX","to":"JFK","departure":"6:05 AM","durationMinutes":336}],
"layovers":[],
"baggage":null,
"highlights":{"isBest":true,"isFastest":true,"isCheapest":true},
"links":{
"googleFlights":"https://www.google.com/travel/flights?q=...",
"book":"https://search.aviasales.com/LAX0815JFK1?marker=719034"
},
"origin":"LAX",
"destination":"JFK",
"departDate":"2026-08-15",
"returnDate":null,
"scrapedAt":"2026-06-14T10:04:58Z"
}

The Output tab shows four ready-made table views: โœˆ๏ธ Flight Deals, ๐Ÿงฉ Segments/Layovers/Baggage, ๐Ÿ’ฐ Price Breakdown by Source, and ๐Ÿ”— Booking Links.


๐Ÿš€ How to Use (Apify Console)

  1. Log in at https://console.apify.com โ†’ Actors.
  2. Open Skyscanner Flight Scraper API.
  3. Enter a route (or paste bulk URLs) and pick currency / cabin / passengers.
  4. Click Start and watch the live log fill in per source.
  5. Open the Output tab when the run completes and export to JSON / CSV / Excel.

๐Ÿค– Use via API

curl-X POST "https://api.apify.com/v2/acts/<ACTOR_ID>/run-sync-get-dataset-items?token=$APIFY_TOKEN"\
-H"Content-Type: application/json"\
-d'{"origin":"LAX","destination":"JFK","departDate":"2026-08-15","currency":"USD","maxFlights":50}'

๐Ÿ›ก๏ธ Proxy Strategy

The actor sends the first request directly (no proxy). If a source rejects or blocks the request it escalates to a datacenter proxy, and if that is still blocked it switches to a residential proxy (retrying up to 3ร—) and sticks with residential for the rest of the run. All proxy switches are logged.


๐Ÿ’ณ Pricing

This actor uses the pay-per-event model. The primary event is flight-result โ€” you are billed per merged flight record saved to the dataset. Searches that find nothing cost nothing beyond the standard run start.


โ“ FAQ

Why do Ryanair / EasyJet / Wizz Air / Norwegian sometimes return 0? They are European low-cost carriers. Routes they do not operate (e.g. LAXโ†’JFK) legitimately return no flights โ€” Google Flights, Kiwi and Cached Prices still cover those routes.

Do I need a proxy? No. The actor runs direct by default and only uses proxies if a source blocks it.

Can I search many routes at once? Yes โ€” add multiple URLs/route tokens in startUrls.


โš–๏ธ Cautions / Legal

Data is collected from publicly available sources only. You are responsible for compliance with applicable laws (GDPR, CCPA) and the target sites' Terms of Service.

๐Ÿ†˜ Support & Feedback

Open an issue on the Actor's Issues tab with your input and run ID and we'll help.

You might also like

โœˆ๏ธ Skyscanner Flight Scraper API

api-empire/skyscanner-flight-scraper-api

โœˆ๏ธ Skyscanner Flight Scraper API finds multi-source cheap flightsโ€”powered by skyscanner-flight-scraper-api. ๐Ÿš€ Scrape prices, routes & availability for travel apps, metasearch & OTA platforms. ๐ŸŒ Fast, reliable & scalable.

โœˆ๏ธ Skyscanner Flight Scraper API

scrapier/skyscanner-flight-scraper-api

โœˆ๏ธ Skyscanner Flight Scraper API โ€” Multi-Source Cheap Flights. Get live fares from Skyscanner & more via a reliable flight scraping API for price alerts, travel apps & OTA platforms. ๐Ÿš€ Save, compare & optimize bookings.

โœˆ๏ธ Skyscanner Flight Scraper API

scrapio/skyscanner-flight-scraper-api

โœˆ๏ธ Skyscanner Flight Scraper API pulls โœจ multi-source cheap flight deals fast. Get fares, routes & availability via API for travel apps, aggregators & booking optimization. ๐Ÿš€ Smart, scalable data.

โœˆ๏ธ Skyscanner Flight Scraper API

scraper-engine/skyscanner-flight-scraper-api

โœˆ๏ธ Skyscanner Flight Scraper API delivers multi-source cheap flights with real-time search, fares, schedules & availability. ๐Ÿงพ Scrape Skyscanner-style results via a single API for travel apps, aggregators & booking optimization. ๐Ÿš€

๐Ÿ‘ User avatar

Scraper Engine

2

Skyscanner Flight Scraper API ๐Ÿ’ฐ$1/1k โ€” Fares & Multi-City

memo23/skyscanner-scraper

๐Ÿ’ฐ$1 per 1000 results, unlimited extraction. Skyscanner Flight Scraper API โ€” itineraries, fares, schedules & routes by flights URL or search filters. One-way, round-trip & multi-city. 180+ fields per itinerary: legs, segments, carriers, stops, layovers, Best/Cheapest/Fastest tags. Pure HTTP.

๐Ÿ‘ User avatar

Muhamed Didovic

112

5.0

(1)

Skyscanner Scraper | Flight Prices and Routes

parseforge/skyscanner-scraper

Search Skyscanner for flights with origin, destination, dates, airlines, stops, duration, layovers, and prices in any currency. Compare offers across providers and find cheapest deals for travel apps, fare tracking, price alerts, and trip planning automations worldwide.

Google Flights Scraper API ๐Ÿ’ฐ$1/1k โ€” Fares & Multi-City

memo23/google-flights-scraper

[๐Ÿ’ฐ$1/1K] Google Flights scraper for fare monitoring and price comparison. One-way, round-trip and multi-city, with full result sets โ€” not just the top picks. Returns price, airline, stops, times, aircraft and legroom, plus bookable OTA/airline options per fare. Stops, airlines and max-price filters

๐Ÿ‘ User avatar

Muhamed Didovic

89

โœˆ๏ธ Google Flights Scraper

skootle/google-flights-scraper

Find the cheapest flights for any route in one API call. Returns 5 best fares + 25-50 alternates: airline, price, times, stops, layovers, bookable links. For travel agencies, AI flight agents, and price-tracking products. Export, run via API, schedule, or integrate with other tools.

Flight Scraper

maximedupre/flight-scraper

Flight scraper for public route searches. Compare itinerary prices, airlines, times, stops, duration, baggage hints, and booking links from multiple flight sources.

๐Ÿ‘ User avatar

Maxime Duprรฉ

7

Google Flights Scraper โ€” Real-Time Prices & Itineraries

openclawai/google-flights-scraper

Live flight prices, airlines, durations, stops, plane types, departure/arrival times, and carbon emissions from Google Flights. One-way, round-trip, multi-city. Economy through First. Adults, children, infants. 30+ languages. No API key, no quotas. Pay per itinerary scraped.