eBay Sold Listings Search Scraper avatar

eBay Sold Listings Search Scraper

Pricing

$2.00 / 1,000 results

Go to Apify Store
eBay Sold Listings Search Scraper

eBay Sold Listings Search Scraper

Pricing

$2.00 / 1,000 results

Rating

0.0

(0)

Developer

Danny

Danny

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Find out what things actually sell for on eBay. Give it a search term and this scraper returns eBay's sold / completed listings — the real final price of each item, plus when it sold, its condition, the buying format, the seller, and a link to the listing.

Perfect for price research, resale comps, market value tracking, and inventory pricing: instead of guessing, see the last dozens (or hundreds) of real sales for any product.

What you get

For every sold item:

FieldDescription
titleListing title
price + currencyThe price the item sold for
best_offer_acceptedtrue when the seller accepted a lower Best Offer (eBay hides the exact accepted amount; the listed price is shown)
sold_dateDate it sold (ISO YYYY-MM-DD) + the original label
conditionBrand New, Open Box, Pre-Owned, Refurbished, Parts Only, …
item_specificsBrand / model / storage / etc. parsed from the listing
buying_formatBuy It Now, auction, or Best Offer
shippingShipping cost / free shipping
locationWhere the item shipped from
seller + seller_feedback_pct + seller_feedback_countSeller handle and feedback
url + item_id + epidLink to the item, eBay item id, and eBay product id
imageThumbnail image URL

Input

{
"query": "iphone 15",
"max_results": 60,
"sort": "recent",
"condition": "all"
}
  • query — what to search for (required).
  • max_results — how many sold items to return (default 60, up to 1200). One item = one result.
  • sortrecent (most recently sold, default), best_match, or price_high.
  • conditionall (default), new, or used.

Pricing

Pay per result — you are billed only for the sold items actually returned. No subscription.

Notes

  • Searches the US eBay marketplace (ebay.com).
  • "Sold" means the item completed as a sale (eBay's Sold + Completed filter).
  • A very niche query may return fewer than max_results items — that is the real number of recent sales, not an error.