Planning a trip used to mean:
- π Hours of browsing travel blogs
- π± Opening 47 different tabs
- π° Stressing about missing hidden gems
- π Manually creating day-by-day schedules
Those days are over. Meet AI Travel Planner β your AI-powered travel assistant that creates complete, research-backed itineraries in seconds.
β¨ What It Does
The AI Travel Planner combines Mistral Large (advanced AI model) with real-time web research to build custom travel plans that actually make sense.
π§ AI-Powered Planning
Uses Mistral Large to generate intelligent, context-aware itineraries based on:
- Your destination
- Trip duration
- Real-time web research
π Built-in Web Research
Integrates Apify's Google SERP scraper to find:
- Top attractions & activities
- Hidden local gems
- Best restaurants & cafes
- Practical travel tips
π Calendar Export
Automatically generates ICS calendar files β import directly into:
- Google Calendar
- Apple Calendar
- Microsoft Outlook
- Any calendar app
π How to Use It
Option 1: Apify Console (No-Code)
- Visit AI Travel Planner on Apify
- Enter your destination (e.g., "Paris", "Tokyo", "Bali")
- Set trip duration (1-30 days)
- Click Start β Get your itinerary in seconds
Option 2: API Integration
curl -X POST \
https://api.apify.com/v2/acts/akash9078~ai-travel-planner/runs \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer YOUR_APIFY_TOKEN' \
-d '{
"destination": "Paris",
"numDays": 7,
"startDate": "2025-06-15"
}'
π Sample Output
{
"destination": "Paris",
"numDays": 7,
"startDate": "2025-06-15",
"itinerary": "Day 1: Arrival and Eiffel Tower...\nDay 2: Louvre Museum and Seine River Cruise...",
"icsFileUrl": "https://api.apify.com/v2/key-value-stores/..."
}
Plus a downloadable travel_itinerary.ics file ready to import!
π‘ Perfect For
| Use Case | Why It Helps |
|---|---|
| Vacation Planning | Skip the research rabbit hole |
| Business Trips | Efficient schedules between meetings |
| Weekend Getaways | Maximize short trips |
| Travel Research | Get curated recommendations fast |
| Group Travel | Share ICS files with companions |
π° Pricing
Pay-per-event pricing:
- Actor Start: $0.00005
- Itinerary Generated: $0.025 per trip
- Dataset Item: $0.01 per output
Total cost per run: ~$0.03-0.04
Try it free β Apify includes credits for new users!
π§ Technical Specs
- AI Model: Mistral Large (latest)
- Runtime: Python 3.14
- Search: Google SERP Scraper (built-in)
- Output: JSON + ICS calendar file
- Duration: 1-30 days supported
π Example Use Cases
The Spontaneous Traveler
"I decided to visit Kyoto next week. Used AI Travel Planner and had a complete 5-day itinerary with temple visits, food recommendations, and tea ceremonies in under a minute."
The Busy Professional
"Business trip to London with one free day. Got a perfectly optimized itinerary balancing work meetings with must-see sights."
The Group Planner
"Planning a family trip to Italy. Generated the itinerary, exported to ICS, and shared with everyone. No more 'what are we doing tomorrow?' questions!"
πΊοΈ Try It Now
Where's your next adventure?
π Try AI Travel Planner for Free
Built with β€οΈ by @akash9078 on the Apify platform.
What's your dream destination? Let me know in the comments! π
Note: AI-generated itineraries are recommendations. Always verify opening hours, prices, and availability before traveling.
Top comments (0)