0

I have enabled billing for my Google Places API credentials, I'm using Javascript SDK, after reading the docs on usage and billing I'm even more confused, I don't want to have a surprise 2k ticket this month just because I exceeded the limits so can anyone explain to me:

How many Place Search request requests per day can I make?

How many Place Details requests per day can I make?

For Foursquare API they are much straightfordward with limit usage, I have 5000 premium and 95000 basic requests per day, easy right? For places it seems they tried to make the docs as vague as possible in order to cash in.

Usage and billing: https://developers.google.com/places/web-service/usage-and-billing

gabogabans
  • 3,035
  • 5
  • 33
  • 81
  • 2
    Does this answer your question? [Google Place API usage limitations and billing](https://stackoverflow.com/questions/10161672/google-place-api-usage-limitations-and-billing) –  Aug 30 '20 at 18:51

1 Answers1

0

Users with an API key are allowed 1000 requests per 24 hour period. Users who have also verified their identity through the APIs console are allowed 100 000 requests per 24 hour period.
I am marking this question as a duplicate of this one.