eBay Sold Listings Scraper — Sold Prices & Dates, No API Key
Pricing
$5.00 / 1,000 product results
eBay Sold Listings Scraper — Sold Prices & Dates, No API Key
Scrape eBay sold & completed listings — real sold prices, sold dates, condition & item URLs for price comps and resale valuation. No API key, no login, bulk, pay per result.
Pricing
$5.00 / 1,000 product results
Rating
0.0
(0)
Developer
Jaime Martinez
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
eBay Sold Listings Scraper (No API Key)
Scrape eBay sold and completed listings — real sold prices, sold dates, and condition for any search term, exported as clean JSON/CSV/Excel. Get the actual transaction data buyers paid for price comps, resale valuation, and market research — with no API key, no login, bulk-ready and pay per result. Each row returns title, price, soldDate, condition, currency, itemUrl, and imageUrl. Built for resellers, flippers, dropshippers, collectors, and analysts who need eBay completed-listings price history at scale.
Sold-item price history is not exposed by eBay's free Finding or Browse APIs, so scraping the completed-listings view is the only way to pull this data in bulk — that is the durable value here.
Reliability: requests use browser-grade TLS/header fingerprinting (got-scraping), US residential proxies, an eBay homepage cookie warm-up, and automatic session rotation on proxy/network errors, so search pages return real results instead of soft-blocks.
⚡ Quick start
Paste this into the Actor's Input (JSON view) and hit Start:
{"searchQuery": "nintendo switch","maxResults": 50}
Each result row looks like:
{"title": "Nintendo Switch OLED Model 64GB Console - White","price": 189.99,"priceRaw": "$189.99","currency": "$","soldDate": "Jul 2, 2026","condition": "Pre-owned","itemUrl": "https://www.ebay.com/itm/145678901234","imageUrl": "https://i.ebayimg.com/images/g/abc/s-l500.jpg"}
Or run it from the API:
POST https://api.apify.com/v2/acts/jamhimself~ebay-sold-listings-scraper/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN
What you get
Each dataset item is one sold/completed eBay listing:
| Field | Type | Description |
|---|---|---|
title | string | Listing title (cleaned) |
price | number | Actual sold price, parsed to a number |
priceRaw | string | Original price text as shown (e.g. $842.00, ranges preserved) |
currency | string | Currency symbol — $, £, € |
soldDate | string | Date the item sold (e.g. Jun 28, 2026) |
condition | string | Item condition — e.g. Brand New, Pre-owned |
itemUrl | string | Direct link to the eBay listing |
imageUrl | string | Listing thumbnail image URL |
Use cases
- eBay price comps & resale valuation — pull real sold prices to value inventory, trade-ins, or one-off collectibles with no fixed market price.
- Reseller & flipper pricing — see what items actually sold for before you list, so you price to sell instead of guessing from asking prices.
- Sourcing & dropshipping research — validate demand and real sale prices for a product before you buy or list it.
- Price tracking & trend analysis — snapshot sold prices and sold dates over time to chart demand and seasonality for a niche.
- Competitor & market research — monitor completed-listings prices across a category, brand, or keyword to size a market.
- Dataset building & LLM/RAG feeds — export structured sold-price history as JSON/CSV to feed pricing models, spreadsheets, or an AI knowledge base.
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
searchQuery | string | Yes | nintendo switch oled | What to search eBay for, e.g. vintage omega seamaster. |
maxResults | integer | No | 50 | Max sold listings to return (1–2000). |
soldOnly | boolean | No | true | On = sold/completed only (real transaction prices). Off = include active listings. |
proxyConfiguration | object | No | US RESIDENTIAL | Proxy settings. eBay blocks datacenter IPs, so US residential is strongly recommended. |
Pricing
Pay per sold listing delivered. No subscription. If the Actor saves you time, a quick review on the Store page is genuinely appreciated and helps other buyers find it.