cpatrickalves / scraping-etsy

A set of Spiders to gather product's data from Etsy Website.
MIT License
36 stars 15 forks source link

Reviews aren't showing up #3

Open hunterdong opened 3 years ago

hunterdong commented 3 years ago

It doesn't seem like reviews are showing up in the files, all the other fields are being populated though.

For reference, here is an example of a command I ran: scrapy crawl search_products -a search='hiking sock' -a count_max=10 -o products.csv

Doesn't seem to make a difference which reviews_option I use or what product I search for.

cpatrickalves commented 3 years ago

There were some updates on the website. Reviews are not been collected for now. I'll find some time in the future to fix this.

@hunterdong please, let me know if you find a solution (feel free to create a PR)