A simple template to get information about places from Google My Business with Places API and convert it into a CSV file with Pandas
Important
Setup your .env file with the variable GOOGLE_MAPS_API_KEY
before you run the script
or you can run it like here
GOOGLE_MAPS_API_KEY="PUT_YOUR_KEY" python app/main.py
https://developers.google.com/maps/documentation/places/web-service/place-types
places_types
https://developers.google.com/maps/documentation/places/web-service/data-fields
field_mask
Learn more about Google Places API: https://developers.google.com/maps/documentation/places/web-service/op-overview