Google Flights
3 days trial then $12.00/month - No credit card required now
This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?
See alternative ActorsGoogle 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!
You can access the Google Flights programmatically from your own applications by using the Apify API. You can 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 "Munich"
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:
Actor Metrics
11 monthly users
-
2 stars
41% runs succeeded
Created in Jan 2024
Modified 3 days ago