python-google-places icon indicating copy to clipboard operation
python-google-places copied to clipboard

Simple wrapper around the new 'experimental' Google Places API

Results 45 python-google-places issues
Sort by recently updated
recently updated
newest added

I have a data frame that consist of Store ID and its lat/lon. I want to iterate through that dataframe and for each store ID find key places nearby using...

In May 2020, the Google Places API added a business_status variable in Place Search and Place Details to verify the status of establishment closures. This variable has replaced the prior...

I can only get 20 results per search

This part of code used to function properly and resolve places in neat way until yesterday suddenly, all results are in USA no matter what location is passed for example...

We are looking to gather data on popularity of a place and tags for places. Are these api endpoints made available by places api?

Hello, This library is pretty cool. I'm loving it to use in my application. But here, i have small concern. Google place api is limited to give upto 60 results...

When quering by location name it constantly query by geocode API, this adds a dict to keep in memory the values... I know that is very "basic" but it is...