Skip to content

A simple template to get information about places from Google My Business with Places API and convert it into a CSV file with Pandas

Notifications You must be signed in to change notification settings

atvor/Google-My-Business-Places-to-CSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google My Business Places to CSV

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

Customize

You can change places' types

https://developers.google.com/maps/documentation/places/web-service/place-types

places_types

Response's fields

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

About

A simple template to get information about places from Google My Business with Places API and convert it into a CSV file with Pandas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages