eBay Scraper avatar
eBay Scraper

Pricing

$50.00/month + usage

Go to Store
eBay Scraper

eBay Scraper

Developed by

Tin

Tin

Maintained by Community

Unofficial eBay API to extract data from eBay based on keywords or categories. Scrape prices, product descriptions, images, location, availability, brand, and more. Download extracted data in structured format and use it in reports, spreadsheets, databases, and applications.

5.0 (1)

Pricing

$50.00/month + usage

27

Total users

1.2K

Monthly users

108

Runs succeeded

99%

Issues response

1.2 days

Last modified

4 months ago

CH

Sold item pricing data incorrect

Open

chriscorv58 opened this issue
2 months ago

I'm specifically trying to retrieve the sold price , and I’ve been supplying both:

A search URL that includes eBay’s sold filter: &_sop=13&LH_Complete=1&LH_Sold=1

And the actor input: "sold": true

Despite this, the actor frequently returns active/live listings and includes prices from unsold or ongoing auctions, even when those listings clearly don’t match sold item history on eBay.

For example, I'm seeing results like:

A $699.99 Klipsch R-800F result when no such sold listing exists

Sold listing data being mixed with items that are still active or irrelevant.

This makes it very difficult to rely on the actor for accurate resale valuation, since the average pricing being calculated includes non-sold data from items that do not exist.

Here is a link to the most recent run. https://console.apify.com/actors/PBSxkfoBWghbE2set/runs/2q0spvjhmtKNblLlI#log Is there a way to ensure the actor scrapes only actual sold listings, based on real eBay sales history?

Is "sold": true fully implemented on your end — and does it apply the correct query and filtering logic?

Happy to provide example screenshots and JSON payloads if that helps. Thank you for any guidance — I’d love to keep using your actor if this can be resolved.

dtrungtin avatar

Tin (dtrungtin)

a month ago

My actor returns the items from the input url https://www.ebay.com/sch/i.html?_nkw=Klipsch+forte+speakers&_sop=13&LH_Complete=1&LH_Sold=1 My actor doesn't support the parameter "sold": true. Not sure why you put it in the input.

If you need to implement something new, I suggest to have a custom project for only you. I will help and provide the offer.