flight-finder avatar
flight-finder

Under maintenance

Pricing

Pay per event

Go to Store
flight-finder

flight-finder

Under maintenance

Developed by

Arindam Majumder

Arindam Majumder

Maintained by Community

The agent is designed to search for flights, summarize options, and provide recommendations based on user input.

0.0 (0)

Pricing

Pay per event

0

Total users

11

Monthly users

7

Runs succeeded

23%

Last modified

2 months ago

You can access the flight-finder programmatically from your own applications by using the Apify API. You can also 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  "origin": "JFK",
3  "destination": "LAX",
4  "date": "2025-04-01",
5  "modelName": "gpt-4o-mini",
6  "BROWSERBASE_API_KEY": "",
7  "BROWSERBASE_PROJECT_ID": ""
8}' |
9apify call arindam_1729/flight-finder --silent --output-dataset

flight-finder API through CLI

The Apify CLI is the official tool that allows you to use flight-finder locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include: