Google Map API Geocode Quota Uplift not worthy of attention

I need to be able to request 25,000 geocodes through the Google Map geocode api web service. I understand that there are 2500 requests per day. Google allows the user to request a quota increase. I sent a request and received an email with the following message:

"Your use of the Place API is initially limited to 1000 requests per day. Use this quota to evaluate and develop against this service. When you are ready to run the application, you can increase your quota to 100 000 requests per day by enabling the billing function in your project API: In order to enable billing, you must perform a credit card-based identity verification. Once your quotas are completed, your quotas will be raised. "

I followed the instructions above and received only 2500 requests per day. I was instructed to post questions related to this issue about stack overflow. Please help. Thanks.

+6
source share
2 answers

Geocode APIs and APIs are two different APIs.

The geocode has a limit of 2,500 rivers per day and can be increased by acquiring the Google Maps API for Work. I think you need to contact Google for one of them.

Places API has a free limit of 1000 req per day. If you create a key on the Google Developer Console and place your credit card, you will receive a limit of up to 150,000 reais per day. Although 1000 is still a free limit.

0
source

To access your uplift, you must: 1) get your api key in google 2) install it in a string or code. Usually adding "& key = APIKEY" to the end.

0
source

All Articles