Skip to content

Scraplex - A python-software to scrape companys from google maps. You just need to enter a keyword and amount of pages you want to scrape. It will give you an JSON-File with information about the companys.

Notifications You must be signed in to change notification settings

haupt-pascal/Scraplex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scraplex

Scraplex is a Python software for scraping company's from google maps.

Information

Since the latest update, you don't need to install an external chromedriver. We are using the package "webdriver-manager" to install and manage the webdriver.

If you are running into errors, e.g. a wrong xpath please create a issue. It is possible that Google is changing the classes, paths and id's from elements Scraplex is using.

Package-Installation

Use the package manager pip to install the required libs.

pip install -r requirements.txt

Usage

# start the software
python scraper.py

Output

Scraplex creates 3 files while running: links.txt which is used to save the links from scraped companys and export.json which is used to save information about the scraped companys. Both files will be deleted after Scraplex is finished. The only relevant file will be output.json - it's created with right syntax and every neccessary information about the scraped companys.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Scraplex - A python-software to scrape companys from google maps. You just need to enter a keyword and amount of pages you want to scrape. It will give you an JSON-File with information about the companys.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages