The Google Travel Explore API answers a question most flight tools skip: not "how much to fly from A to B", but "where can I even go from here?". Give it a departure airport and it returns a ranked list of destinations, each with an estimated round-trip flight price, a nightly hotel price, suggested trip dates, flight duration, and number of stops, all as structured JSON.
Google Travel Explore is a browser-only map. This Actor turns that surface into an API you can call, schedule, or hand to an AI agent.
What it returns
One JSON row per destination: destination name and country, destination airport with GPS coordinates, estimated round-trip flight price, estimated nightly hotel price, suggested start and end dates, flight duration, stop count, and a Google Travel link. One run can batch several departure airports. Export to JSON, CSV, or Excel.
Example Tasks & Use Cases
Cheapest places to fly from New York - ranked destinations out of NYC airports with live flight and hotel estimates.
Cheapest places to fly from Los Angeles - where LAX travelers can go on a budget, with dates attached.
Cheapest places to fly from Chicago - priced destination ideas from ORD and MDW as JSON.
Cheapest places to fly from Atlanta - the classic hub lookup, one ranked list per run.
Cheapest places to fly from Miami - budget destination discovery from South Florida.
Cheapest places to fly from San Francisco - reachable destinations from SFO with prices and dates.
Cheapest places to fly from Seattle - Pacific Northwest departures ranked by price.
Cheapest places to fly from Boston - East Coast destination ideas with flight and hotel estimates.
Cheapest places to fly from Denver - mountain-hub departures as a ranked, priced list.
Cheapest places to fly from Toronto - Canadian departures with destination prices and dates.
Export travel destinations to CSV - run a lookup and get a spreadsheet ready for sorting and publishing.
Twenty departure cities ship as ready-made tasks; the rest live on the Actor's examples tab.
Works with MCP
The Actor is MCP-ready, so Claude, Claude Code, and Cursor can call it live as a tool. Ask "where can I fly from JFK for under $400 with a hotel under $120 a night" and the agent filters real priced rows instead of guessing fares.
Keywords & Topics
Google Travel API, google travel data, destination finder, flight price discovery, travel destination scraper, where can I fly, cheap flights by airport, travel data as JSON, AI travel agent tool, MCP travel API.
Built with