Google Flights Price Tracker avatar

Google Flights Price Tracker

Pricing

Pay per usage

Go to Apify Store
Google Flights Price Tracker

Google Flights Price Tracker

Scrapes flight prices from Google Flights using browser automation (Camoufox). Returns price, airline, duration, and stops for each route. Supports multi-route batches.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Fred Deichler

Fred Deichler

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrapes flight prices from Google Flights using Camoufox browser automation. Returns price, airline, duration, and stops for each route.

Input

  • routes: Array of route objects:
    [
    {"origin": "MFR", "destination": "MSN", "depart_date": "2026-10-14", "return_date": "2026-10-16"}
    ]
    Max 3 routes per run.

Output

Each dataset row:

{
"origin": "MFR",
"destination": "MSN",
"depart_date": "2026-10-14",
"return_date": "2026-10-16",
"price": "$350",
"airline": "United Airlines",
"duration": "4h 15m",
"stops": "Nonstop"
}

Notes

  • Uses Camoufox for anti-detection
  • Returns top 10 results per route
  • Google Flights may change its DOM structure — update selectors if results are empty