Google states, that SKU:Basic with google places is free: https://developers.google.com/places/web-service/usage-and-billing#new-pricing-for-the-places-api
I'm using google maps javascript API and use autocomplete (with react).
How can I activate SKU:Basic? (Sorry the pricing model is a huge ????? for me)
You shouldn't activate
SKU:Basic Data
anywhere it will be taken into account automatically according to the list of fields that you specify in your details request. The basic group of fields according to the documentation is the followingsource: https://developers.google.com/places/web-service/details
Also you should understand that
SKU:Basic Data
refers only to the data part of details request. But you will always triggerSKU: Places Details
. In other words when you try to get a details for a placegetPlaceDetails()
will trigger the following SKUs:If you don't specify fields in request all SKUs are included which results in 25$. In case of autocomplete followed by place details request you will get
That means that price for place autocomplete widget varies from 17$ per 1000 requests to 25$ per 1000 requests depending on the list of fields that you specify in details requests.
I hope my answer clarifies your doubt.
If you have any price specific questions I would suggest reaching directly to Google support team via https://console.developers.google.com/google/maps-apis/support