You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added one link in data.py as a sample. You can insert as many links as you want.
start_urls = [
# This is the sample URL# Here you have to put your own search link'https://www.yelp.com/search?find_desc=Restaurants&find_loc=San+Francisco%2C+CA'
]
5. Run the command in the terminal
scrapy crawl data -o sample_file.csv
you can download the data in any format. I have given the format below