Skip to main content
Best answer

Is there a way to integrate Google Maps with Zapier?

  • January 17, 2023
  • 5 replies
  • 4423 views

I'm working on a zap for a delivery company that charges based on the distance they need to drive.  Is there a way to integrate Google Maps with Zapier?

Best answer by RossNovotnyBest answer by RossNovotny

Hi @GenjitsuUser - Sounds like a great use case.  My team and I were working with a client on a similar type of scope. We developed a Google Maps Zapier Integration that we are inviting others to use.  You can sign up for access here: https://thirddegreeleverage.com/googlemaps/.  I hope this helps.

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

5 replies

Troy Tessalone
Forum|alt.badge.img+14

Hi @GenjitsuUser 

Good question.

You’d have to use the GMaps API: https://developers.google.com/maps/apis-by-platform

App APIs can be used in Zaps with the Webhooks app or Code app.

 

There are also other apps/APIs that can be used to calculate distances between locations that may be easier to integrate than GMaps.


RossNovotny
Forum|alt.badge.img
  • Beginner
  • 5 replies
  • Answer
  • January 17, 2023

Hi @GenjitsuUser - Sounds like a great use case.  My team and I were working with a client on a similar type of scope. We developed a Google Maps Zapier Integration that we are inviting others to use.  You can sign up for access here: https://thirddegreeleverage.com/googlemaps/.  I hope this helps.


  • Author
  • Beginner
  • 1 reply
  • January 18, 2023

this works great, thank you for sharing!


Troy Tessalone wrote:

Hi @GenjitsuUser 

Good question.

You’d have to use the GMaps API: https://developers.google.com/maps/apis-by-platform

App APIs can be used in Zaps with the Webhooks app or Code app.

 

There are also other apps/APIs that can be used to calculate distances between locations that may be easier to integrate than GMaps.

Which apis do you have in mind ? I’m also looking for a way to calculate travel time or distance from A to B.
Thanks for you advise !

Best regards,

Guillaume


christina.d
Forum|alt.badge.img+9
  • Zapier Staff
  • 2653 replies
  • January 25, 2023

Hey there, @Guillaume Servonnat! Thanks for reaching out. I did a quick search and came up with this:

https://developers.google.com/maps/documentation/distance-matrix/overview

It’s still Google but could be worth checking out. 🙂