Skip to content

Bibekbd/yellowpage-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yellow Pages Scraper

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.

Installation

  1. Clone this repository using git clone https://github.com/your-username/your-repo.git.
  2. Install the requirements using pip install -r requirements.txt.

Usage

  1. Run python yellowpage_scraper.py.
  2. The script will ask you for the Yellow Pages link and file path for file saving in CSV.

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

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details.