Google Flights Scraper - Flight Prices & Fares avatar

Google Flights Scraper - Flight Prices & Fares

Pricing

from $3.50 / 1,000 results

Go to Apify Store
Google Flights Scraper - Flight Prices & Fares

Google Flights Scraper - Flight Prices & Fares

Scrape live flight prices from Google Flights: airlines, times, stops, durations & booking tokens. One-way & round-trip, any cabin, multi-date fare scan. No API key, no login.

Pricing

from $3.50 / 1,000 results

Rating

0.0

(0)

Developer

Logiover

Logiover

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

21 hours ago

Last modified

Share

Google Flights Scraper โ€” Live Flight Prices & Fares (No Login, No API Key) ๐Ÿ›ซ

Scrape live flight prices from Google Flights in seconds โ€” airlines, departure & arrival times, number of stops, flight duration, flight numbers, cabin class and booking tokens. This Google Flights scraper works for one-way and round-trip searches, any cabin class (economy, premium economy, business, first), and can scan a whole range of departure dates in one run to find the cheapest day to fly.

No login. No Google Flights API key. No quotas. Just enter an origin, a destination and a date โ€” and get clean, structured flight data you can export to JSON, CSV, Excel or Google Sheets, or pull straight from the Apify API.

๐Ÿ”Ž Keywords: google flights scraper, scrape flight prices, flight price API alternative, flight price scraper, flight data API, cheap flights scraper, airfare scraper, flight search API, round-trip flight scraper, flight fare monitoring.


โœจ Why use this Google Flights Scraper?

  • โœ… Live, real prices โ€” pulled from Google Flights at run time, exactly what a traveler sees on the site.
  • โœ… No API key & no login โ€” nothing to register, no OAuth, no cookies.
  • โœ… One-way & round-trip โ€” full support for both, any number of adults & children.
  • โœ… All cabin classes โ€” economy, premium economy, business, first.
  • โœ… Cheapest-day fare calendar โ€” scan every date in a range with a single input.
  • โœ… Per-leg segment detail โ€” airports, times, aircraft type, flight numbers, operating carrier.
  • โœ… Any currency & locale โ€” USD, EUR, GBP, TRY and more.
  • โœ… Export anywhere โ€” JSON, CSV, Excel, HTML, RSS or the Apify dataset API.
  • โœ… Schedule it โ€” run daily/hourly for automated fare monitoring & price-drop alerts.

๐Ÿš€ How to use it (3 steps)

  1. Enter your search โ€” origin and destination IATA airport codes (e.g. JFK, LHR, IST), a departure date and trip type.
  2. Click Start โ€” the actor queries Google Flights and collects every matching itinerary.
  3. Download your data โ€” grab the results as JSON, CSV or Excel, or fetch them via the Apify API.

No coding required. Want automation? Schedule the actor to run on any interval and have fresh flight prices delivered automatically.


โš™๏ธ Input

FieldRequiredDescription
originโœ…Departure airport IATA code, e.g. JFK, IST, CDG.
destinationโœ…Arrival airport IATA code, e.g. LHR, SAW, LAX.
departureDateโ€“Outbound date YYYY-MM-DD. Blank โ†’ ~30 days out.
departureDateEndโ€“Scan every date from departureDate to this date โ€” perfect for a cheapest-day fare calendar (many more results).
returnDateโ€“Return date YYYY-MM-DD for round-trips.
tripTypeโ€“one-way or round-trip.
seatClassโ€“economy, premium-economy, business, first.
adults / childrenโ€“Number of passengers.
maxStopsโ€“Cap stops. 0 = non-stop only, blank = any.
currencyโ€“ISO code for prices: USD, EUR, TRYโ€ฆ
languageโ€“Google locale: en-US, en-GBโ€ฆ
maxResultsโ€“Cap total rows (0 = unlimited).

Example โ€” one-way, cheapest day in a date range

{
"origin": "JFK",
"destination": "LHR",
"departureDate": "2026-08-01",
"departureDateEnd": "2026-08-31",
"tripType": "one-way",
"seatClass": "economy",
"adults": 1,
"currency": "USD"
}

Example โ€” round-trip, business class, 2 passengers

{
"origin": "IST",
"destination": "DXB",
"departureDate": "2026-09-10",
"returnDate": "2026-09-17",
"tripType": "round-trip",
"seatClass": "business",
"adults": 2,
"currency": "EUR"
}

๐Ÿ“ฆ What you get (output)

One row per flight itinerary, ready for analysis:

FieldDescription
price / currencyTotal price for your search party
airlines / airlineCodeOperating carrier name(s) and code
stopsNumber of stops (0 = non-stop)
fromCode โ†’ toCodeOrigin / destination IATA
departureDate / departureTimeOutbound departure
arrivalDate / arrivalTimeArrival
totalDurationMinTotal flight time (minutes)
tripTypeone-way / round-trip
segmentsPer-leg JSON: airports, times, aircraft type, flight numbers, operating airline
bookingTokenGoogle Flights booking reference
scrapedAtISO timestamp of the scrape

Sample output

{
"price": "412",
"currency": "USD",
"airlines": "British Airways",
"airlineCode": "BA",
"stops": "0",
"fromCode": "JFK",
"toCode": "LHR",
"departureDate": "2026-08-15",
"departureTime": "21:30",
"arrivalDate": "2026-08-16",
"arrivalTime": "09:25",
"totalDurationMin": "415",
"tripType": "one-way",
"segments": "[{\"from\":\"JFK\",\"to\":\"LHR\",\"flightNo\":\"BA112\",\"plane\":\"Boeing 777\"}]",
"bookingToken": "WyJDalJJ...",
"scrapedAt": "2026-06-03T08:12:44.000Z"
}

๐Ÿ’ก Use cases

  • Fare monitoring & price-drop alerts โ€” schedule daily runs and track when a route gets cheaper.
  • Cheapest-day-to-fly analysis โ€” use departureDateEnd to build a full fare calendar in one go.
  • Travel agencies & OTAs โ€” enrich your own search results with live Google Flights pricing.
  • Route & competitor price intelligence โ€” monitor how carriers price specific routes over time.
  • Travel deal sites & newsletters โ€” auto-source the best fares for your audience.
  • AI travel agents & chatbots โ€” feed structured, real-time flight data into your LLM workflows.
  • Data science & dashboards โ€” analyze airfare trends, seasonality and demand.

โ“ FAQ

Do I need a Google Flights API key?

No. There is no official public Google Flights API, so this is the closest flight-price API alternative. The actor pulls live data directly from Google Flights โ€” no key, no login, no quota.

Are the flight prices real and live?

Yes. Prices are fetched at run time and reflect exactly what Google Flights shows. Availability and fares change constantly, so re-run for fresh data.

Can it scrape round-trip flights?

Yes โ€” set tripType to round-trip and provide a returnDate.

How do I find the cheapest day to fly?

Set both departureDate and departureDateEnd to scan every date in that window โ€” you get one set of results per day, perfect for a fare calendar.

Which airports are supported?

Any airport Google Flights supports. Use standard IATA codes (JFK, LHR, IST, CDG, DXB, โ€ฆ).

Can I get business or first class fares?

Yes โ€” set seatClass to premium-economy, business or first.

Can I export to Excel or Google Sheets?

Yes. Results download as JSON, CSV, Excel, HTML or RSS, and are available through the Apify API and integrations (Make, Zapier, Google Sheets).


๐Ÿ”ง How it works

The actor talks to Google Flights' own search endpoint, so results match exactly what you'd see on the website โ€” no brittle screen-scraping of page layout. Prices are pulled live at run time and parsed into clean, typed fields.


๐Ÿ“ˆ Tips for best results

  • For high-volume or scheduled runs, switch the proxy to RESIDENTIAL to avoid rate-limits.
  • Prices and availability are real-time and change frequently โ€” re-run for the freshest data.
  • Use departureDateEnd to map a full fare calendar in a single run.
  • Narrow maxStops to 0 if you only want non-stop flights.

โ„น๏ธ Prices shown are the live Google Flights offers at scrape time. Always confirm the final price on the airline or booking site before purchase. This is an independent scraper and is not affiliated with or endorsed by Google.

๐Ÿ“ Changelog

2026-06-05

  • ๐Ÿ›ก๏ธ Reliability fix: results are no longer dropped by strict output validation โ€” runs now complete cleanly even at high volume (thousands of results).
  • โšก Stability & performance hardening; fresh rebuild.

2026-06-04

  • Verified live & refreshed build โ€” reliability/maintenance pass.