This scraper extracts data such as business name, category, rating, review, year, website, phone, street, and city from Yellow Pages. It is made with Beautiful Soup , Requests and Pandas libraries in Python.
- Clone this repository using
git clone https://github.com/your-username/your-repo.git
. - Install the requirements using
pip install -r requirements.txt
.
- Run
python yellowpage_scraper.py
. - The script will ask you for the Yellow Pages link and file path for file saving in CSV.
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.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details.