Quantcast
Channel: Extracting certain products from a webpage using Scrapy - Code Review Stack Exchange
Browsing all 2 articles
Browse latest View live

Answer by alecxe for Extracting certain products from a webpage using Scrapy

I don't think you should reinvent the wheel and provide your own CSV export. The following works for me as is (note the addition of .strip() calls - though I don't think they are necessary at...

View Article



Extracting certain products from a webpage using Scrapy

I've written a script in Python Scrapy to harvest various product names and price from books.toscrape. The reason I submit this tiny code to Code Review is because, in Python 3 when it comes to work...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images