Skip to content

Simple Python script to pull data from google places api and save to Csv. The search keywords will come from a csv stored locally. Once all keywords are searched in api pull, the JSON info is parsed and stored in a new csv and saved to the same file location of the import file.

Notifications You must be signed in to change notification settings

DiegoCaraballo/Google-Places-Collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google-Places-Collection

Simple Python script to pull data from google places api and save to Csv. The search keywords will come from a csv stored locally. Once all keywords are searched in api pull, the JSON info is parsed and stored in a new csv and saved to the same file location of the import file.

Install

pip install -r requirements.txt

Configuration

Edit the variable api_key = "Enter API-KEY" in the Method: getRequest and I changed the variable to its api-key

About

Simple Python script to pull data from google places api and save to Csv. The search keywords will come from a csv stored locally. Once all keywords are searched in api pull, the JSON info is parsed and stored in a new csv and saved to the same file location of the import file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages