farukalamai / yelp-scraper-scrapy-python

Yelp Restaurant data scraping using python, scrapy spider
MIT License
3 stars 2 forks source link
ai-bot data-extraction data-mining data-scraper data-scraping python python-scraper scrapy scrapy-crawler scrapy-spider web-scraper web-scraping web-scraping-python web-scraping-software yelp yelp-api yelp-restaurants yelp-resturant-data-scraping yelp-scraper

Yelp Restaurant data scraping using python, scrapy spider

Top-10-Best-Restaurants-in-San-Francisco-CA-July-2023-Yelp

Deployment

1. Clone Repository

  git clone https://github.com/farukalampro/yelp-webscraper-using-scrapy-python.git
  cd yelp-webscraper-using-scrapy-python

2. Create Virtual Environment

  python -m venv env

3. To install required packages

  pip install -r requirements.txt

4. Input your own link from yelp.com

5. Run the command in the terminal

  scrapy crawl data -o sample_file.csv

Important Note