eBay Sold Listings — final price, date & item specifics
Pricing
from $4.00 / 1,000 listing (with item details)s
eBay Sold Listings — final price, date & item specifics
Scrape ebay.com completed and sold listings — the final sold price and sold date that vanish from search once a listing ends. Condition & item specifics like brand/model/MPN/EAN; seller identity & feedback ratings. Incremental mode tracks new and changed listings across runs.
Pricing
from $4.00 / 1,000 listing (with item details)s
Rating
0.0
(0)
Developer
Black Falcon Data
Maintained by CommunityActor stats
1
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
What does eBay Sold Listings do?
eBay Sold Listings Scraper extracts completed and sold listings from ebay.com as structured JSON — the final sold price as a number and currency, the sold date, condition, and shipping for every result. Turn on includeDetails to also pull the full item-specifics table (brand, model, MPN, EAN) and seller identity with feedback rating, so comps can be matched by part number and weighted by seller reputation. Run it across 14 eBay markets, filter by price or condition, and use incremental mode to pull only what has sold since your last run.
How to use this actor
- 👉 Register for a free Apify account — no credit card required.
- 🎉 Just click Sign up free on Apify → and complete a quick signup.
- 💰 A free Apify account includes $5 in monthly credits — enough to test this actor.
- ⏳ Scrape during the free trial, with no commitment or upfront payment required.
Key features
- 🔎 Sold-price truth — every record carries the final sold price as text and as a parsed number with its currency (
priceText/priceValue/priceCurrency), plus the sold date — what the item actually went for, structured. - ⚡ Fast by default, deep on demand — runs default to a quick search-results price sweep. Flip
includeDetailson when you need item specifics and seller data; it trades speed for depth. - 🏷️ Item specifics — with
includeDetailson, records gain brand, model, MPN, EAN and the rest of eBay's item-specifics table. Match comps by part number instead of guessing from titles. - 👤 Seller signals — with
includeDetailson, records carrysellerName,sellerFeedbackCountand profile URL, so comps can be weighted by seller rating and reputation. - 🌎 14 eBay markets — one
countryinput switches marketplace. Run them in parallel to compare what the same item sells for by region. - ♻️ Incremental mode — daily runs emit only listings newly sold or changed since the last run.
changeTypeis NEW / UPDATED / UNCHANGED. Saves 80–95% on recurring monitoring. - 🎯 Batch searches — multiple search variants in one job — shared dedup, one dataset for compare/diff downstream.
- 🔔 Notifications — Telegram / Slack / Discord / WhatsApp / webhook alerts per run. Combine with incremental to ping only when prices actually move.
- 📦 Compact mode — core fields only — comparable rows for pricing dashboards without payload overhead.
- 🧹 Empty-field stripping — drop null and empty fields before push, for leaner payloads.
- 🔌 MCP connectors — export results to Notion via Apify's MCP connectors. Opt-in, deterministic field-mapping, no AI.
What data can you extract from ebay.com?
Each result includes Core listing fields (listingId, title, soldDate, soldDateText, priceText, priceValue, priceCurrency, and serpPriceText, and more) and detail fields when enrichment is enabled (detailFetched). In standard mode, all fields are always present — unavailable data points are returned as null, never omitted. In compact mode, only core fields are returned.
Enable detail enrichment in the input to get richer fields such as full descriptions where the source provides them.
Input
The main inputs are a search keyword, an optional location filter, and a result limit. Additional filters and options are available in the input schema.
Key parameters:
query— What to search sold listings for. Use a JSON array for multiple searches, e.g. ["Nintendo Switch OLED","PS5 slim"].country— Which eBay marketplace to search. (default:"US")condition— Filter sold listings by item condition. (default:"any")minPrice— Only return sold listings at or above this price (marketplace currency).maxPrice— Only return sold listings at or below this price (marketplace currency).sort— How to order results within each search. (default:"best_match")listingType— Only return sold listings of this buying format. (default:"all")freeShipping— Only return sold listings that shipped free. (default:false)returnsAccepted— Only return sold listings from sellers who accept returns. (default:false)seller— A seller's username. Combine with a search term to narrow to that seller's matching sold listings, or leave the search term empty to pull the seller's entire sold history.soldWithinDays— Only keep listings sold within this many days. Leave empty for all sold results eBay returns.startUrls— Paste eBay sold-search URLs (…&LH_Sold=1&LH_Complete=1) or item URLs directly instead of a search term.- ...and 23 more parameters
Input examples
Basic search — Keyword-driven search with a result cap.
→ Full payload per result — all standard fields populated where the source provides them.
{"query": "Apple iPhone 13","maxResults": 50}
Incremental tracking — Only emit listings that changed since the previous run with this stateKey.
→ First run builds the baseline state. Subsequent runs emit only records that are new or whose tracked content changed. Set emitUnchanged: true to include unchanged records as well.
{"query": "Apple iPhone 13","maxResults": 200,"incrementalMode": true,"stateKey": "apple-iphone-13-tracker"}
Compact output for AI agents — Return only core fields for AI-agent and MCP workflows.
→ Small payload with the most important fields — ideal for piping into LLMs without token overhead.
{"query": "Apple iPhone 13","maxResults": 50,"compact": true}
Output
Each run produces a dataset of structured listing records. Results can be downloaded as JSON, CSV, or Excel from the Dataset tab in Apify Console.
Example listing record
{"listingId": "9c84641c0b02af42cb8b18bd717973f8f9d64ec16c7b6404449e80b917189c32","title": "Nintendo Switch – OLED Model w/ Neon Red & Neon Blue Joy-Con and 1 TB microSD","soldDate": "2026-07-15","soldDateText": "Sold Jul 15, 2026","priceText": "$224.95","priceValue": 224.95,"priceCurrency": "USD","serpPriceText": "$224.95","isAuction": false,"condition": "Pre-Owned","imageUrl": "https://i.ebayimg.com/images/g/uusAAeSwQKZqOzox/s-l1600.jpg","galleryUrls": ["https://i.ebayimg.com/images/g/uusAAeSwQKZqOzox/s-l1600.jpg"],"canonicalUrl": "https://www.ebay.com/itm/117251299029","sourceUrl": "https://www.ebay.com/itm/117251299029","sourceCountry": "US","sourceDomain": "www.ebay.com","searchQuery": "Nintendo Switch OLED","searchUrl": "https://www.ebay.com/sch/i.html?_nkw=Nintendo+Switch+OLED&LH_Sold=1&LH_Complete=1&_ipg=60&_sop=12","fetchedAt": "2026-07-15T15:08:23.366Z","detailFetched": false,"contentQuality": "serp_only"}
Incremental fields
When incremental mode is on, each record also carries:
changeType— one ofNEW,UPDATED,UNCHANGED. Default output coversNEW/UPDATED; setemitUnchanged: trueto also include unchanged listings.firstSeenAt,lastSeenAt— ISO-8601 timestamps tracking the listing across runs.
A sold listing is a closed transaction, not a live one — it doesn't come back or go away the way an active listing does. eBay's own sold-search index is also a rolling recent window, not a permanent archive. So this actor tracks new and changed sales; it doesn't claim a past sale has become invalid.
How to scrape ebay.com
- Go to eBay Sold Listings in Apify Console.
- Enter a search keyword and optional location filter.
- Set
maxResultsto control how many results you need. - Enable
includeDetailsif you need full descriptions. - Click Start and wait for the run to finish.
- Export the dataset as JSON, CSV, or Excel.
Use cases
- Extract listing data from ebay.com for market research and competitive analysis.
- Track pricing trends across regions and categories over time.
- Monitor new and changed listings on scheduled runs without processing the full dataset every time.
- Feed structured data into AI agents, MCP tools, and automated pipelines using compact mode.
- Export clean, structured data to dashboards, spreadsheets, or data warehouses.
How much does it cost to scrape ebay.com?
eBay Sold Listings uses pay-per-event pricing. You pay a small fee when the run starts and then for each result that is actually produced.
- Run start: $0.02 per run
- Per listing (with item details) (primary event): $0.004
You are billed only for the events your run actually triggers. Prices below are the Free plan tier.
| Event | Price (Free tier) | Charged when |
|---|---|---|
| Actor Start | $0.02 (one-time) | Charged when the Actor starts running. Number of events charged depends on Actor memory (one event per GB, minimum one event). |
| Listing (fast) | $0.0024 | One sold listing from search results — title, sold price, condition, shipping, seller. No item-page fetch. |
| Listing (with item details) (primary) | $0.004 | One sold listing enriched from its full item page — brand, model, MPN, EAN, item specifics, seller identity, and true listing-currency price. |
Example costs (primary event only — other events above add cost when they fire):
- 10 results: $0.06
- 25 results: $0.12
- 100 results: $0.42
- 200 results: $0.82
- 500 results: $2.02
Example: recurring monitoring savings
These examples compare full re-scrapes with incremental runs at different churn rates. Churn is the share of listings that are new or whose tracked content changed since the previous run. Actual churn depends on your query breadth, source activity, and polling frequency — the scenarios below are examples, not predictions.
Example setup: 100 listings per run, daily polling (30 runs/month). Costs scale linearly with the number of listings.
Numbers below are for the primary Listing (with item details) event. Other events (Listing (fast)) are billed separately when they fire.
| Churn rate | Full re-scrape run cost | Incremental run cost | Savings vs full re-scrape | Monthly cost after baseline |
|---|---|---|---|---|
| 5% — stable niche query | $0.42 | $0.04 | $0.38 (90%) | $1.20 |
| 15% — moderate broad query | $0.42 | $0.08 | $0.34 (81%) | $2.40 |
| 30% — high-volume aggregator | $0.42 | $0.14 | $0.28 (67%) | $4.20 |
Full re-scrape monthly cost at the same cadence: $12.60. First month with incremental costs $1.58 / $2.74 / $4.48 for the 5% / 15% / 30% scenarios because the first run builds baseline state at full cost before incremental savings apply.
Platform usage is included in the per-result fee shown above.
FAQ
How many results can I get from ebay.com?
The number of results depends on the search query and available listings on ebay.com. Use the maxResults parameter to control how many results are returned per run.
Does eBay Sold Listings support recurring monitoring?
Yes. Enable incremental mode to only receive new or changed listings on subsequent runs. This is ideal for scheduled monitoring where you want to track changes over time without re-processing the full dataset.
Can I integrate eBay Sold Listings with other apps?
Yes. eBay Sold Listings works with Apify's integrations to connect with tools like Zapier, Make, Google Sheets, Slack, and more. You can also use webhooks to trigger actions when a run completes.
Can I use eBay Sold Listings with the Apify API?
Yes. You can start runs, manage inputs, and retrieve results programmatically through the Apify API. Client libraries are available for JavaScript, Python, and other languages.
Can I use eBay Sold Listings through an MCP Server?
Yes. Apify provides an MCP Server that lets AI assistants and agents call this actor directly. Use compact mode, a single descriptionFormat, and excludeEmptyFields to keep payloads manageable for LLM context windows.
Is it legal to scrape ebay.com?
This actor extracts publicly available data from ebay.com. Web scraping of public information is generally considered legal, but you should always review the target site's terms of service and ensure your use case complies with applicable laws and regulations, including GDPR where relevant.
Your feedback
If you have questions, need a feature, or found a bug, please open an issue on the actor's page in Apify Console. Your feedback helps us improve.
You might also like
- 🚗 mobile.de [$0.6/1K💰] Fast Scraper · Finance · Dealer GPS — Scrape mobile.de — Germany's largest car marketplace (1.4M+ listings) at $0.6 / 1,000 results. Get.
- AutoScout24 [Just 💰$0.8] — European Cars + Dealer Data — 💰 $0.8 per 1,000 cars. Scrape autoscout24.com — Europe's largest used-car marketplace covering.
- Autotrader AU [$0.9💰] Car & Caravan Scraper 🇦🇺 — Scrape autotrader.com.au car & caravan listings — advertised + previous price with a computed.
- AutoTrader Canada — used car listings — Scrape autotrader.ca — filter by make model year & price · full vehicle specs with listing photos ·.
- Autotrader UK [$0.75💰/1K] - Car Scraper, Full Detail — Scrape UK car listings from Auto Trader by make, model, price, year, mileage, fuel, and body type..
- Bilbasen — Denmark's Car Marketplace — Scrape bilbasen.dk — Denmark's largest car marketplace with full vehicle specs · seller contacts ·.
- Bilka [Just 💰$2] — Danish Grocery Prices — 💰 $2 per 1,000 products. Scrape bilka.dk — Salling Group's Danish hypermarket chain — full product.
- Carrefour [Just 💰$2] — France Grocery Prices — 💰 $2 per 1,000 products. Scrape carrefour.fr — Carrefour France groceries with current prices ·.
Getting started with Apify
New to Apify? Create a free account with $5 credit — no credit card required.
- Sign up — $5 platform credit included
- Open this actor and configure your input
- Click Start — export results as JSON, CSV, or Excel
Need more later? See Apify pricing.
Disclaimer
This actor accesses only publicly available data on ebay.com. You are responsible for how you use the extracted data — in particular any personal information such as names, phone numbers, or email addresses — and for complying with eBay Sold Listings's terms of use, applicable data-protection law (including the GDPR where it applies), and the anti-spam rules of your jurisdiction.
This actor is not affiliated with, endorsed by, or connected to eBay Sold Listings.
Search keywords
ebay scraper, ebay api, apify ebay, ebay data extraction, ebay sold listings scraper, apify ebay sold listings, ebay sold listings data extraction, ebay.com scraper, ebay.com data, ebay.com api, ebay sold listings united states, ebay sold listings united states scraper, ebay sold listings united kingdom, ebay sold listings united kingdom scraper, ebay sold listings germany, ebay sold listings germany scraper, ebay sold listings france, ebay sold listings france scraper, ebay sold listings italy, ebay sold listings italy scraper, ebay sold listings spain, ebay sold listings spain scraper, ebay sold listings australia, ebay sold listings australia scraper, ebay sold listings canada, ebay sold listings canada scraper, ebay sold listings austria, ebay sold listings austria scraper, ebay sold listings ireland, ebay sold listings ireland scraper, ebay sold listings netherlands, ebay sold listings netherlands scraper, ebay sold listings belgium, ebay sold listings belgium scraper, ebay sold listings switzerland, ebay sold listings switzerland scraper, ebay sold listings poland, ebay sold listings poland scraper, marketplace scraper, listings data.