scraping-ebay icon indicating copy to clipboard operation
scraping-ebay copied to clipboard

Not getting good 'stars' and 'ratings' values returned

Open xloem opened this issue 5 years ago • 2 comments
trafficstars

Hi,

It seems when I run this excellent tool, I get values of "0", "Wat", and "Pre" for "Stars", and "Ratings" is always 0.

(additionally it would be nice if seller information were returned: number of items sold or % positive reviews)

xloem avatar Oct 17 '20 11:10 xloem

Hi @xloem, Sorry for the huge delay.

Can you send me a URL of a problem where this problem occurs? I would like to reproduce the issue.

cpatrickalves avatar Nov 17 '20 11:11 cpatrickalves

Is this what you are asking for? Thank you for this great tool. I didn't know it worked for many urls, which I just discovered.

$ scrapy crawl ebay -a search='143725069438' -t jl -o - 2>/dev/null
{"Name": "10FT USB-A to Micro-B 5 Pin Data Sync Fast Charging Cable Data Sync Charger Cord", "Status": "Brand New", "Price": "$3.99", "Stars": "Wat", "Ratings": 0, "URL": "https://www.ebay.com/itm/10FT-USB-A-to-Micro-B-5-Pin-Data-Sync-Fast-Charging-Cable-Data-Sync-Charger-Cord/143725069438?hash=item2176ae847e:g:FUIAAOSw21Nfkc2Q", "UPC": null}

xloem avatar Nov 17 '20 16:11 xloem