flight-finder
Pricing
Pay per event
Go to Apify Store
Deprecated
flight-finder
The agent is designed to search for flights, summarize options, and provide recommendations based on user input.
Pricing
Pay per event
The agent is designed to search for flights, summarize options, and provide recommendations based on user input.
originstringRequired
IATA code or city name of the departure location.
Default value of this property is "JFK"
destinationstringRequired
IATA code or city name of the destination location.
Default value of this property is "LAX"
datestringRequired
Date of the flight in YYYY-MM-DD format.
Default value of this property is "2025-04-01"
modelNameEnumOptional
The OpenAI model to use. Currently supported models are gpt-4o and gpt-4o-mini
"gpt-4o": string"gpt-4o-mini": stringDefault value of this property is "gpt-4o-mini"
debugbooleanOptional
If enabled, the Actor will run in debug mode and produce more output.
Default value of this property is true