Yellow-Pages-Scrapper
Scrapper is python script used to scrap location based data from yellow pages , ip rotation implemented if blocked, scrap around 20(customizable) pages of a single category and can scrap mutiple categories. The categories are customizable.
Get Started
- Requires Python, BeautifulSoup, Requests
- Python:3.5|3.6|3.7|3.8
- A Python virtual env is recommended. See shortcut.
Install Requirements in a virtual environment:
git clone https://github.com/wasif-balol/Yellow-Pages-Scrapper.git
cd Scrapper
pip install -r requirements.txt