eBay Sold Price Tracker — Completed Listings avatar

eBay Sold Price Tracker — Completed Listings

Pricing

from $0.01 / 1,000 results

Go to Apify Store
eBay Sold Price Tracker — Completed Listings

eBay Sold Price Tracker — Completed Listings

Track what items actually SOLD for on eBay (completed listings, not asking prices): realized price, sold date, condition, plus average/median/range comps per query. For resellers, arbitrage and insurance valuation. Pay per result.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

S7 Studio

S7 Studio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Find out what items actually sold for on eBay — not what sellers are asking. The actor reads eBay's sold + completed listings and returns, per item:

FieldMeaning
sold_price, sold_price_textThe realized sale price
sold_dateWhen it sold
item_title, conditionWhat sold, and its condition
item_url, image_urlLink and image
price_vs_medianThis sale ÷ the query's median (spot the outliers)
sample_size, avg/median/min/max_sold_price, earliest/latest_soldPer-query comps attached to every row

Why sold prices

Asking prices are noise — anyone can list at any number. Sold prices are the market: what a buyer actually paid. Resellers price inventory against real comps, arbitrageurs spot spreads, and insurers value items from realized sales. Most eBay scrapers only read active (asking) listings; this one focuses on completed sales.

Input

{
"queries": ["pokemon charizard psa 10", "iphone 14 pro 256gb"],
"maxItemsPerQuery": 120,
"maxPages": 3,
"condition": "",
"currency": "USD"
}
  • queries — what to look up.
  • condition (optional) — eBay condition id (1000=New, 1500=Open box, 3000=Used).
  • maxPages — result pages (60 sold listings/page) per query.

Output

One row per sold listing, each carrying the per-query aggregates so a single run answers "what does X sell for?" — median, range, sample size and date span — plus every individual comp.

Access & cost

eBay blocks direct scraping of sold-listing search, so the actor uses a managed-access service to reach it reliably — a tiny cost baked into the per-result price. Runs on your Apify account; pay per sold listing returned.