Kayak Flight Scraper avatar

Kayak Flight Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
Kayak Flight Scraper

Kayak Flight Scraper

Scrapes live Kayak flight prices, returning the cheapest round-trip fare per destination with airline, travel dates, stops, duration, and booking URL.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Scrapes live Kayak flight prices . For a given origin airport it returns one record per destination with the cheapest round-trip fare Kayak currently knows about, the airline, the exact departure/return dates behind that price, stop count, flight duration and a ready-to-open Kayak booking URL. Results are sorted cheapest first.

Input

FieldDefaultDescription
origin_airportJFKIATA code of the departure airport/city (JFK, LHR, SFO, LON).
destination_airports""Optional comma-separated IATA filter, e.g. LAX,BCN,NRT. Empty = all destinations.
depart_from""Earliest departure date, YYYY-MM-DD. Empty = cheapest dates in the next 12 months.
return_by""Latest return date, YYYY-MM-DD.
max_budget0Round-trip price cap in the market currency (USD on kayak.com). 0 disables it.
limit100Max routes returned, cheapest first (1–1000).

Output

{
"origin_airport": "SFO",
"origin_city": "San Francisco",
"destination_airport": "LAX",
"destination_city": "Los Angeles",
"destination_country": "United States",
"destination_country_code": "US",
"price": 46.0,
"price_usd": 46.0,
"airline": "Frontier",
"airline_code": "F9",
"depart_date": "2026-09-17",
"return_date": "2026-09-21",
"max_duration_minutes": 103,
"max_stops": 0,
"destination_latitude": 33.9429372288584,
"destination_longitude": -118.41034329101564,
"search_url": "https://www.kayak.com/flights/SFO-LAX/2026-09-17/2026-09-21/",
"raw": { "...full Kayak destination object...": "" }
}

Unofficial endpoint — scraping it may conflict with Kayak's Terms of Service. Keep request volume low; prices are indicative and change constantly.