Skip to content

SoCloseSociety/BOT_GoogleMap_Scrapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scrapping Google Maps Data

Here's the Python code for scraping data from Google Maps.

Libraries Used

  • Selenium
  • BeautifulSoup
  • Pandas
  • numpy
  • pyperclip
  • pyautogui
  • csv

How to Use

Before you can use this code, you need to first make sure you have all the necessary libraries installed on your system. You can do this using pip, by running the following commands:

pip install selenium
pip install beautifulsoup4
pip install pandas
pip install numpy
pip install pyperclip
pip install pyautogui

Make sure you also have the appropriate Chrome driver installed for your version of Chrome. You can do this using the webdriver-manager Chrome driver, by running the following command:

pip install webdriver-manager

Once you have installed all the necessary libraries and the Chrome driver, you can run the script using the following command:

python google_maps_scraper.py

Disclaimer

This script is provided for informational purposes only. You are fully responsible for the use of this script and anything that may result from it. By using this script, you agree not to hold its author or any other party involved in its creation or distribution liable for any damages or losses you may incur through the use of this script.

About

Here's the Python code for scraping data from Google Maps.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages