AI Travel Agent avatar
AI Travel Agent

Pricing

Pay per event

Go to Store
AI Travel Agent

AI Travel Agent

Developed by

harvest-org

Maintained by Community

Helps users plan their trips - simply provide your travel request, and the AI will generate structured recommendations, including flights and accommodations, to suit your needs

0.0 (0)

Pricing

Pay per event

0

Monthly users

12

Runs succeeded

>99%

Last modified

25 days ago

AI Travel Agent - Apify Actor

Overview

The AI Travel Agent is an Apify Actor that helps users plan their trips effortlessly by leveraging OpenAI's GPT-based capabilities. Simply provide your travel request, and the AI will generate structured recommendations, including flights and accommodations, to suit your needs.

How It Works

  • The actor processes your travel request using an agentic AI approach.
  • It searches for flights and accommodations based on your input.
  • It returns structured JSON results, including flight details, hotel options, and Airbnb listings.
  • If you provide your own OpenAI API key, you won't be charged for LLM usage.

Sample Input

1{
2    "travelRequest": "Find me a round-trip flight to Tokyo and a hotel near Shibuya for April 15-22.",
3    "OPENAI_API_KEY": "sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxx"
4}

Sample Output

Be sure to check the "Storage > Key-value store output tab for the HTML/MD report files.

Sample HTML itinerary

1[
2    {
3        "flights": [
4            {
5                "airline": "Japan Airlines",
6                "departure_time": "2025-04-15T10:30:00",
7                "arrival_time": "2025-04-16T14:15:00",
8                "duration": "12 hours 45 minutes",
9                "layovers": "0",
10                "price": 920.50,
11                "booking_link": "https://flights.example.com/book?flight=12345"
12            }
13        ],
14        "accommodations": {
15            "booking": [
16                {
17                    "property_name": "Shibuya Excel Hotel Tokyu",
18                    "location": "Shibuya, Tokyo",
19                    "rating": 4.5,
20                    "price_per_night": 200,
21                    "booking_link": "https://www.booking.com/hotel/jp/shibuya-excel.html"
22                }
23            ],
24            "airbnb": [
25                {
26                    "property_name": "Modern Studio near Shibuya Station",
27                    "location": "Shibuya, Tokyo",
28                    "price_per_night": 150,
29                    "booking_link": "https://www.airbnb.com/rooms/56789012"
30                }
31            ]
32        }
33    }
34]

Features

Agentic AI Planning: Generates structured travel itineraries with flights and accommodations. ✅ Multi-Source Recommendations: Provides booking links from airlines, hotels, and Airbnb. ✅ User-Powered OpenAI API Key: If you provide your key, you won't be charged for LLM usage. ✅ Supports English Queries: The AI processes travel requests in English and returns structured JSON results.

Usage Instructions

  1. Deploy the actor on Apify.
  2. Input your travel request in natural language.
  3. Optionally, provide your OpenAI API Key to avoid LLM usage charges.
  4. Run the actor and receive structured travel recommendations.
  5. Use the provided booking links to finalize your trip!

Notes

  • Ensure your travel request is in English for optimal AI performance.
  • Results are structured and formatted for easy parsing and use in automation workflows.
  • The actor does not handle direct bookings; it only provides recommendations.

Contact

For support or feature requests, visit the Apify Marketplace or open an issue on the project repository.

Pricing

Pricing model

Pay per event 

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Actor initialization

$1.000

Starting of the actor

LLM Input

$0.010

Input length of the request (only for users who do not provide an API key)

Output

$0.100

Number of flights, accomodations, and attractions returned.