Momondo Flight Scraper avatar

Momondo Flight Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Momondo Flight Scraper

Momondo Flight Scraper

Scrapes flight results from Momondo, providing structured itinerary data: - Price: $382 - Legs: 2 - Outbound: JetBlue, nonstop, 6:00 am - 8:57 am, 5h 57m - Return: JetBlue, nonstop, 8:40 pm - 8:09 am (next day), 5h 29m - Route: JFK to LAX, Departure: 2026-09-10, Return: 2026-09-17

Pricing

from $10.00 / 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

3 days ago

Last modified

Share

Scrapes flight search results from Momondo and returns structured itinerary data: price, airlines, departure/arrival times, stops, durations, and route.

FieldTypeDefaultNotes
searchesarrayrequiredOne or more search specs. Origin/dest are 3-letter IATA codes. return is optional (omit for one-way).
maxResultsPerSearchint100Hard cap per search.
waitForResultsSecondsint40How long to wait for result cards before timing out.
delayBetweenSearchesSecondsint15Pause between searches. Don't drop below 10 unless using rotating residential proxies.
proxyConfigurationobjectresidentialResidential strongly recommended. Datacenter proxies (the default Apify group) will hit Momondo's captcha quickly.

Output

One dataset record per unique itinerary:

{
"price": 382.0,
"currency": "$",
"n_legs": 2,
"out_dep": "6:00 am",
"out_arr": "8:57 am",
"out_airline": "JetBlue",
"out_stops": "nonstop",
"out_dur": "5h 57m",
"out_next_day": false,
"ret_dep": "8:40 pm",
"ret_arr": "8:09 am",
"ret_airline": "JetBlue",
"ret_stops": "nonstop",
"ret_dur": "5h 29m",
"ret_next_day": true,
"origin": "JFK",
"dest": "LAX",
"search_origin": "JFK",
"search_dest": "LAX",
"search_depart": "2026-09-10",
"search_return": "2026-09-17"
}

Results are deduped by (price, dep/arr times, airlines) before being pushed.