Skip to content

phpc/googlemap-business-scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Business directory scraper : Python code for extracting google map business information.

This script will extract all the required information from google map business search results and save it into data.csv

How to run

To start with project just follow the few steps

$ git clone https://github.com/keyurr2/googlemap-business-scraper.git
$ pip install -r requirements.txt
$ cd <project-folder>
$ python GoogleMapScraper.py

This will extract information from all pages. If you need to extract information for specific page then run script with argument like

$ python GoogleMapScraper.py 2

About

Business directory scraper bases on google map business results

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published