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

Scraping Ebay's products using Scrapy Web Crawling Framework

Results 11 scraping-ebay issues
Sort by recently updated
recently updated
newest added

Bumps [scrapy](https://github.com/scrapy/scrapy) from 2.1.0 to 2.6.2. Release notes Sourced from scrapy's releases. 2.6.2 Fixes a security issue around HTTP proxy usage, and addresses a few regressions introduced in Scrapy 2.6.0....

dependencies

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.1 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

Any way to show also Shipping price, Import charges, Country/Region?

Bumps [twisted](https://github.com/twisted/twisted) from 20.3.0 to 22.2.0. Release notes Sourced from twisted's releases. Twisted 22.2.0 (2022-03-01) Bugfixes twisted.internet.gireactor.PortableGIReactor.simulate and twisted.internet.gtk2reactor.PortableGtkReactor.simulate no longer raises TypeError when there are no delayed called. This...

dependencies

Hello, Great app but i couldnt add the auction completion line but it doesn’t work please correct me endedDate = product.xpath('.//*[@class="s-item__time-end"]/text()').extract_first() "EndedDate":endedDate, Thanks!

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.2 to 3.3.2. Changelog Sourced from cryptography's changelog. 3.3.2 - 2021-02-07 * **SECURITY ISSUE:** Fixed a bug where certain sequences of ``update()`` calls when symmetrically encrypting very...

dependencies

thank you for the app! this helps me alot! By the way, I see the datetime request in the ebay.py file inside the spider folder. however, it seems the data...

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...

The files in `scrapers/` contain almost the same code. This means if features are added to one (like adding seller information) they aren't added to the other. It would be...

Hi @cpatrickalves , How to add more information like ending time of bid, determine the item is bidding or not, shipping fee? thanks.