eBay Sold Listings Scraper avatar

eBay Sold Listings Scraper

Under maintenance

Pricing

from $1.00 / 1,000 sold listing scrapeds

Go to Apify Store
eBay Sold Listings Scraper

eBay Sold Listings Scraper

Under maintenance

Sold & completed eBay listings for any keyword: real sale prices, dates, condition, shipping, plus min/avg/median price stats.

Pricing

from $1.00 / 1,000 sold listing scrapeds

Rating

0.0

(0)

Developer

Andrew Schneidwind

Andrew Schneidwind

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Find out what things actually sell for on eBay — not what sellers are asking. This actor scrapes sold & completed listings for any keyword and returns real sale prices, sold dates, condition, and shipping, plus ready-made price statistics (min / max / average / median) per keyword.

What you get

One dataset item per sold listing:

{
"keyword": "iphone 14 pro 256gb",
"title": "Apple iPhone 14 Pro 256GB Deep Purple Unlocked",
"price": 612.5,
"currency": "$",
"priceText": "$612.50",
"soldDate": "Jun 28, 2026",
"condition": "Pre-Owned",
"shipping": "Free shipping",
"bids": null,
"url": "https://www.ebay.com/itm/1234567890",
"imageUrl": "https://i.ebayimg.com/...",
"status": "SUCCEEDED"
}

Plus one PRICE_STATS summary item per keyword:

{
"keyword": "iphone 14 pro 256gb",
"type": "PRICE_STATS",
"soldCount": 50,
"minPrice": 380,
"maxPrice": 799,
"averagePrice": 601.34,
"medianPrice": 615,
"currency": "$"
}

Input

FieldDescription
keywordsOne search per keyword
maxItemsPerKeywordCap on listings per keyword (default 100, max 2000)
conditionAny / New / Used
ebayDomaineBay.com, .co.uk, .de, .com.au, .ca, .fr, .it, .es
includePriceStatsAdd the per-keyword stats item (default on)
proxyConfigurationApify Proxy settings

Pricing

You pay a small fee per sold listing delivered — blocked or failed searches are never charged. No subscriptions, no minimums.

Use cases

  • Resellers & flippers — price inventory using real sale data, not wishful asking prices.
  • Product research — validate demand and margins before sourcing.
  • Collectors — track true market value of cards, coins, watches, sneakers.
  • Repricing tools — feed live comp data into your own pricing engine via the Apify API.

Tips

  • Be specific with keywords (iphone 14 pro 256gb unlocked beats iphone) — stats get much more meaningful.
  • If you see BLOCKED errors, switch the proxy configuration to residential proxies.
  • eBay caps search results at roughly 10,000 items; for deep history, split by condition or narrower keywords.

Found a problem?

Open an issue on the Issues tab and I'll fix it fast — usually within a day.