Google Flights Scraper - Flight Prices & Fares
Google Flights Scraper - Flight Prices & Fares — a Python client for the Apify Actor. Pull Google Flights data at scale with no API-key hassle: thousands of clean, structured results you can export to JSON, CSV or Excel.
▶️ Run it on Apify: https://apify.com/logiover/google-flights-scraper
Install
pip install apify-google-flights-scraper
Usage
from google_flights_scraper import scrape
items = scrape({}, token="YOUR_APIFY_TOKEN")
print(len(items), "results")
print(items[0])
Get your free Apify token at https://console.apify.com/account/integrations.
Input
| Field | Type | Description |
|---|---|---|
origin |
string | Origin airport |
destination |
string | Destination airport |
departureDate |
string | Departure date |
departureDateEnd |
string | Departure date — range end (optional) |
returnDate |
string | Return date (round-trip) |
tripType |
string | Trip type |
seatClass |
string | Cabin class |
adults |
integer | Adults |
children |
integer | Children |
maxStops |
string | Max stops |
currency |
string | Currency |
language |
string | Language / region |
maxResults |
integer | Max results |
proxyConfiguration |
object | Proxy configuration |
All fields optional — run with empty input {} for a broad default result set.
Output
Each result item includes fields such as: price, currency, airlines, stops, fromCode, toCode, departureDate, departureTime, arrivalTime, totalDurationMin, airlineCode, searchOrigin, searchDestination, searchDepartDate, searchReturnDate, tripType, arrivalDate, segments, bookingToken, scrapedAt.
Why use this
- ⚡ Thousands of results per run, auto-paginated
- 🔑 No Google Flights login or reverse-engineering — just call the Actor
- 📦 Export to JSON, CSV, Excel, JSONL, XML
- ☁️ Runs on Apify cloud — schedule it, add webhooks, wire into Make / Zapier / n8n
FAQ
Do I need an API key?
Only a free Apify token (grab one at https://console.apify.com/account/integrations). No Google Flights login and no scraping setup on your side.
How many results can I get?
Thousands per run. Raise the limit in the input to pull more — the Actor paginates for you.
What export formats are supported?
Results are plain JSON in code; from the Apify dataset you can export CSV, Excel, JSON, JSONL or XML.
Is this an official Google Flights API?
No. It is an unofficial Google Flights data client on the Apify platform — a maintained alternative when there is no official or affordable API.
Links
- ▶️ Run the Actor: https://apify.com/logiover/google-flights-scraper
- 📚 Docs & examples: https://github.com/logiover/google-flights-scraper
- 🧰 More scrapers by logiover: https://apify.com/logiover
MIT © 2026 logiover · Client library for the hosted Apify Actor. Not affiliated with Google Flights.
Release files for apify-google-flights-scraper 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| apify_google_flights_scraper-1.0.0.tar.gz | 4.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| apify_google_flights_scraper-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.0 kB
Release files / apify_google_flights_scraper-1.0.0.tar.gz
| Download URL | apify_google_flights_scraper-1.0.0.tar.gz |
|---|---|
| Size | 4.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7f0724b7d6f7597e7574ba6db86848d5f433dda277efd8e6eb1af5f4946dab54
|
|
BLAKE2b-256 checksum How to use checksums |
2b25a98be411c345883d79085d62c3f77d54dc6aa05d6e51a345712e63724276
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.6
|
Release files / apify_google_flights_scraper-1.0.0-py3-none-any.whl
| Download URL | apify_google_flights_scraper-1.0.0-py3-none-any.whl |
|---|---|
| Size | 4.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6f549afde216d07fd8bfcf4a6ddc8754ffd69efa8caef6971ec9094c8a3c5197
|
|
BLAKE2b-256 checksum How to use checksums |
8f9d7303b79ac29eb420f5bc1ad945928773a0016fb61ca7ded4fc373eb72a36
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.6
|