Google Maps Itinerary
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative ActorsGoogle Maps Itinerary
Scrapes a Google Maps itinerary by direct URL for the fastest trip duration, distance, and name.
Features
Fastest scraper for fastest google maps itinerary, just paste URLs from Google Maps and track your routes.
Input example
1{ 2 "startUrls": [ 3 { 4 "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" 5 } 6 ] 7}
Output example
1{ 2 "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", 3 "timeOfScrape": "2022-08-16T01:56:25.523Z", 4 "duration": "49 min", 5 "distance": "31.3 km", 6 "route": "Ma-10 and Ma-2141" 7}
Integrations and Google Maps Itinerary Scraper
Last but not least, Google Maps Itinerary Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. You can integrate with Make, Zapier, Slack, Airbyte, GitHub, Google Sheets, Google Drive, and more. Or you can use webhooks to carry out an action whenever an event occurs, e.g. get a notification whenever Google Maps Itinerary Scraper successfully finishes a run.
Using Google Maps Itinerary Scraper with the Apify API
The Apify API gives you programmatic access to the Apify platform. The API is organized around RESTful HTTP endpoints that enable you to manage, schedule, and run Apify actors. The API also lets you access any datasets, monitor actor performance, fetch results, create and update versions, and more.
To access the API using Node.js, use the apify-client NPM package. To access the API using Python, use the apify-client PyPI package.
Check out the Apify API reference docs for full details or click on the API tab for code examples.