VOOZH about

URL: https://apify.com/danielmilevski9/google-maps-itinerary/api

⇱ Google Maps Itinerary API [DEPRECATED] Β· Apify


πŸ‘ Google Maps Itinerary avatar

Google Maps Itinerary

Deprecated

Pricing

Pay per usage

Go to Apify Store

Google Maps Itinerary

Deprecated

Scrapes a Google Maps itinerary by direct URL for the fastest trip duration, distance, and name.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

πŸ‘ Daniel Milevski

Daniel Milevski

Maintained by Community

Actor stats

5

Bookmarked

40

Total users

3

Monthly active users

2 years ago

Last modified

Categories

Share

You might also like

Enrich Google Maps Dataset with Contacts

compass/enrich-google-maps-dataset-with-contacts

Enrich Google Maps Dataset with Contacts. Scrape websites of Google Maps places for contact details and get email addresses, website, location, address, zipcode, phone number, social media links. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

1.7K

3.1

(9)

Google Maps Directions & Routes API | Multi-Stop Navigation

zen-studio/google-maps-directions-api

Extract driving, walking, cycling, and transit directions from Google Maps as structured data. Get multi-stop routes (2-10 stops), turn-by-turn instructions, distance, duration, traffic estimates, and Street View thumbnails. No API key needed. Supports departure/arrival times and route preferences.

50

5.0

(1)

Google Maps πŸ—ΊοΈ Shared List πŸ“– Scraper

parseforge/google-maps-shared-list-scraper

Extract complete place data from Google Maps shared lists instantly. Get names, addresses, ratings, phone numbers, websites, photos, and business hours. Optional AI-powered travel recommendations with visit scores. Export to CSV or JSON. Process 30+ places per minute.

209

5.0

(3)

Google Maps Similar Places Scraper

crawlerbros/google-maps-similar-places

Extract 'People also search for' / similar / related places from any Google Maps business page - name, place ID, rating, reviews, category, image, and coordinates.

✈️ Travel MCP β€” AI Hotel & Flight Search

nexgendata/travel-mcp-server

MCP server letting AI agents (Claude Desktop, Cursor, n8n, OpenAI Agents SDK) search hotels, flights, vacation rentals, and reviews across Booking.com, Airbnb, and TripAdvisor. Pay-per-result, no quotas β€” drop-in for AI travel concierges and itinerary builders.

Personalized Tourist Planner

whole_yolk/personalized-tourist-planner

The Personalized Tourist Planner is an Apify Actor that generates customized multi-day travel itineraries for Indian destinations. It combines real-time data scraping with AI-powered optimization to create personalized trip plans based on user preferences.

6

Google Flights Scraper

simpleapi/google-flights-scraper

Extract flight prices and route information from Google Flights in real time. Gather airlines, schedules, fare types, stops, and travel-date insights. Ideal for deal tracking, analytics dashboards, and market intelligence tools.

Google Flights Scraper

scrapier/google-flights-scraper

Pull Google Flights listings in bulk with custom filters for origin, destination, dates, and flight type. Retrieve price trends, airline info, travel durations, and availability. Designed for travel teams and automation workflows requiring clean, structured flight data.

Tripadvisor Restaurants Scraper (by Coordinates)

burbn/tripadvisor-restaurants

Scrape local restaurants near any latitude & longitude. Extract ratings, reviews, cuisine types, opening hours, pricing, and contact details instantly.

You can access the Google Maps Itinerary 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.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "startUrls": [
< {
< "url": "https://www.google.com/maps/dir/Supermercado+Suma+Can+Corona,+PlaΓ§a+Espanya,+1,+07109+Fornalutx,+Balearic+Islands/07315+Escorca,+Balearic+Islands/@39.8140347,2.2493611,186969m/am=t/data=!3m1!1e3!4m14!4m13!1m5!1m1!1s0x1297e87f07000fad:0x8d6897747207d0bf!2m2!1d2.7412712!2d39.782408!1m5!1m1!1s0x1297dd95bfd7ce11:0xb8c0845ebf64f442!2m2!1d2.7954122!2d39.8409277!3e0?hl=en"
< }
< ]
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/danielmilevski9~google-maps-itinerary/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Google Maps Itinerary API

Below, you can find a list of relevant HTTP API endpoints for calling the Google Maps Itinerary Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/danielmilevski9~google-maps-itinerary/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/danielmilevski9~google-maps-itinerary/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/danielmilevski9~google-maps-itinerary?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Google Maps Itinerary API programmatically via the Apify API.

You can choose from:

Google Maps Itinerary API in Python

Google Maps Itinerary API in JavaScript

Google Maps Itinerary API through CLI

Google Maps Itinerary OpenAPI definition

You can start Google Maps Itinerary with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Google Maps Itinerary is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Google Maps Itinerary run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.