eBay Sold Comps Scraper
Pricing
from $2.99 / 1,000 sold comps
Pricing
from $2.99 / 1,000 sold comps
Rating
0.0
(0)
Developer
w3crawler
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Parses public eBay completed/sold search cards or explicit public ended-listing pages into comparable item records. Search URLs always receive LH_Sold=1 plus LH_Complete=1; when eBay challenges completed-search discovery, callers can supply known ended listing URLs through startUrls. Requests are time- and byte-bounded, preserve provenance, and require no eBay account, developer token, or official API. A bounded anonymous Chromium fallback can render the same public page after an unusable HTTP response; it never authenticates or solves challenges. If eBay blocks a request or returns no parseable record, the dataset contains a source-diagnostic row with dataAvailable: false instead of fabricated comparables. In mixed batches, diagnostics are retained alongside successful comparables so partial failures remain visible.
{"startUrls": [{ "url": "https://www.ebay.co.uk/itm/205183043191" }],"maxItems": 10,"timeoutSecs": 20,"maxBytes": 5000000,"proxyConfiguration": { "useApifyProxy": false }}
Successful rows have a stable recordId, recordType: "sold-comparable", status: "success", ok: true, non-empty titles and item URLs, and explicit source/proxy fields. Diagnostics have ok: false, found: false, and no invented comparable values. proxyConfiguration accepts normal Apify Proxy settings when the requester is authorized to use them. The Actor never solves CAPTCHAs, logs in, or bypasses access controls.