Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get Google Maps API key without entering billing info

Tags:

google-maps

Context

I would like to get Google Maps API key for free usage (below 5000 per year hits), but when I follow the instructions, it seems that providing billing information is mandatory.

Question

What am I missing, or is it really impossible to have Google Maps on a page without providing billing info?

enter image description here

like image 240
g.pickardou Avatar asked Nov 06 '18 06:11

g.pickardou


People also ask

Can I get Google Maps API key without billing?

Yes you need to setup a billing account, there is no way around it these days.

Can we use Google API without billing?

Some Google APIs charge for usage, and you need to enable billing before you can start using these APIs.

Can I use Places API without billing?

Reminder: To use the Places API, you must enable billing on each of your projects and include an API key with all API or SDK requests. The Places API uses a pay-as-you-go pricing model. Places API requests generate calls to any of multiple SKUs.

Can I use Google Maps API without API key?

In order to embed a Google Map iframe without api key add a Google Map widget from the left side panel. Then open it and add the address. This way you can embed Google Map without api key via Elementor.


2 Answers

Yes you need to setup a billing account, there is no way around it these days. As long as you keep under the free tier it doesn't really matter.

Also their pricing examples are counted monthly so the things that have 5 000 hits in their pricing is per month not per year.

like image 129
Karl-Johan Sjögren Avatar answered Sep 20 '22 02:09

Karl-Johan Sjögren


You can use iframe tag instead api-key without any problem.

<iframe src="https://maps.google.com/maps?q=Tangesir%20Dates%20Products&amp;t=&amp;z=13&amp;ie=UTF8&amp;iwloc=&amp;output=embed" width=300 height=150 allowfullscreen></iframe>
like image 43
Safavi Avatar answered Sep 23 '22 02:09

Safavi