AI Browser Agent for Travel. Automated.
API that returns browser actions for any travel task — search flights, book hotels, compare prices. Get back full action trajectories powered by AI browser automation.
curl -X POST https://api.travel-use.com/v1/query \
-H "Authorization: Bearer tu_live_..." \
-d '{"task": "Find cheapest round-trip flight from SFO to Tokyo in June", "category": "flight_search"}'{
"trajectory_id": "trj_8f2a...",
"task": "Find cheapest round-trip flight...",
"actions": [
{
"step": 1,
"action_type": "navigate",
"url": "google.com/travel/flights"
},
{ ... }
],
"final_result": "Cheapest: $589 on ANA..."
}Trusted by teams at
How It Works
Three simple steps to automate any travel task
Submit a Travel Task
Send a travel task via the API — search flights, compare hotel prices, find rental cars, or any travel-related browser task.
Agent Generates Actions
Our AI browser agent navigates travel sites in real-time, performing clicks, searches, and form fills to accomplish your task.
Get Action Trajectory
Receive the full action trajectory — every navigate, click, and type step — plus a summarized final result.
Built for Developers
Everything you need to automate travel tasks via API
Browser Automation API
Submit a travel task, get back a full trajectory of browser actions — navigate, click, type, and browse.
Travel-Specialized Agent
AI agent trained on travel workflows. Knows how to search flights, compare hotels, and find the best deals.
Action Trajectories
Every step recorded — URLs visited, buttons clicked, forms filled. Full transparency into what the agent did.
Multi-Site Search
Agent searches across multiple travel sites to compare prices and find the best options for your task.
Credit-Based Pricing
Pre-paid credits. No subscriptions, no commitments. Pay for what you use.
Simple REST API
One endpoint. Bearer token auth. Send a task, get back the trajectory.