Scraping structured information from Wikipedia using Scrapy [Python]


1. Install Scrapy on your local machine (Link)
2. create a project - scrapy startproject tutorial 
3. Place the below code in spiders/           # a directory where you'll later put your spiders 
4. Run - scrapy crawl wiki_company -o info.json

Comments