https://github.com/fulanii/mapscape
Google Maps Scraper
https://github.com/fulanii/mapscape
Last synced: 2 months ago
JSON representation
Google Maps Scraper
- Host: GitHub
- URL: https://github.com/fulanii/mapscape
- Owner: fulanii
- Created: 2025-02-13T08:04:35.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-02-13T08:08:40.000Z (2 months ago)
- Last Synced: 2025-02-13T09:23:19.623Z (2 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## MapScape
A Selenium bot built with python, that scrape's publicly available business data form Google maps and save it to a text file.
## Instalation
1. Clone the repository:```bash
git clone https://github.com/fulanii/mapscape.git
cd mapscape
```2. Set up a virtual environment:
```bash
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
```3. Install dependencies:
```bash
pip install -r requirements.txt
```3. Update these variables from bot.py:
* business_type
* business_city
* business_state_or_country4. run bot.py
```bash
python bot.py
```## Demo
