Limits of use
The Google Places API has the following query limits:
Users with an API key are allowed 1,000 requests in 24 hours .
Users who have verified their identity through the API console are allowed 100,000 requests within 24 hours .
A credit card is required for verification by authorizing payment in the console. We ask your credit card to simply verify your identity. There is no charge for using the card.
Although a lower limit is sufficient for development and testing, we recommend that you enable a higher limit before starting the application. You can request an additional quota .
Please note that some services may have a multiplier. For example, the text Search is subject to a 10-fold multiplier , as a result of which each text search query is calculated as 10 queries against your quota.
Update:
I believe that with the Google Maps API JavaScript API v3 you are limited to this policy and with the Google Places API you have these restrictions .
I think you need to pass a test to raise the limit from 1000 to 100000
source share