Google Flights Intelligence avatar

Google Flights Intelligence

Pricing

$5.00 / 1,000 results

Go to Apify Store
Google Flights Intelligence

Google Flights Intelligence

Scrape Google Flights for flight prices, schedules, and routes between any airports. Airline, times, duration, stops, price, CO2 emissions. One-way or round-trip, any cabin class and currency.

Pricing

$5.00 / 1,000 results

Rating

0.0

(0)

Developer

luc guerin

luc guerin

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Apify actor that scrapes Google Flights to extract flight prices, schedules, and route information.

Features

  • Search one-way or round-trip flights between any airports (IATA codes)
  • Filter by cabin class, number of stops, and passenger count
  • Extract airline, times, duration, stops, price, and flight numbers
  • Includes price insights (cheapest fare, typical price range)
  • Configurable currency and language

Input

FieldTypeRequiredDescription
originstringYesIATA airport code (e.g. BKK)
destinationstringYesIATA airport code (e.g. CDG)
departure_datestringYesYYYY-MM-DD
return_datestringNoYYYY-MM-DD (omit for one-way)
passengersintegerNoNumber of passengers (default: 1)
cabin_classenumNoeconomy / premium_economy / business / first
max_stopsintegerNo0 = direct only, 1, 2, or null for any
currencystringNoCurrency code (default: USD)
languagestringNoLanguage code (default: en)
max_resultsintegerNoMax flights to return (default: 20)

Output

Each result contains:

  • Airline name and flight numbers
  • Departure/arrival times and duration
  • Number of stops and layover airports
  • Price in selected currency
  • Aircraft type (when available)
  • Price insights for the route

Usage

{
"origin": "BKK",
"destination": "CDG",
"departure_date": "2026-06-01",
"return_date": "2026-06-15",
"passengers": 1,
"cabin_class": "economy",
"currency": "EUR"
}