How To Develop Your First Web Crawler Using Python Scrapy
Crawlers for searches across multiple pages
9 min readFeb 8, 2017
--
In this post, I am going to write a web crawler that will scrape data from OLX’s Electronics & Appliances items. But before I get into the code, here’s a brief intro to Scrapy itself.