Google Flights Intelligence
Pricing
$5.00 / 1,000 results
Go to Apify Store
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
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
| Field | Type | Required | Description |
|---|---|---|---|
| origin | string | Yes | IATA airport code (e.g. BKK) |
| destination | string | Yes | IATA airport code (e.g. CDG) |
| departure_date | string | Yes | YYYY-MM-DD |
| return_date | string | No | YYYY-MM-DD (omit for one-way) |
| passengers | integer | No | Number of passengers (default: 1) |
| cabin_class | enum | No | economy / premium_economy / business / first |
| max_stops | integer | No | 0 = direct only, 1, 2, or null for any |
| currency | string | No | Currency code (default: USD) |
| language | string | No | Language code (default: en) |
| max_results | integer | No | Max 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"}