
Google Flights
3 days trial then $12.00/month - No credit card required now

Google Flights
3 days trial then $12.00/month - No credit card required now
Find the cheapest deals with Google Flight. It's fast and costs little!
Actor Metrics
15 monthly users
No reviews yet
3 bookmarks
80% runs succeeded
16 hours response time
Created in Jan 2024
Modified 10 days ago
You can access the Google Flights programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "departureIATA": "LAX",
3 "arrivalIATA": [
4 "LAS",
5 "MUC"
6 ],
7 "airlines": "ALL",
8 "currency": "USD",
9 "proxy": {
10 "useApifyProxy": true,
11 "apifyProxyGroups": [
12 "RESIDENTIAL"
13 ]
14 }
15}' |
16apify call canadesk/google-flights --silent --output-dataset
Google Flights API through CLI
The Apify CLI is the official tool that allows you to use Google Flights locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: