eBay Sold Listings Scraper avatar

eBay Sold Listings Scraper

Pricing

from $4.00 / 1,000 listing (with item details)s

Go to Apify Store
eBay Sold Listings Scraper

eBay Sold Listings Scraper

Scrape eBay sold and completed listings at scale — final sold price, sold date, condition, and full item specifics (brand, model, MPN, EAN) plus seller identity and feedback rating. Incremental mode surfaces newly sold and changed listings for price research and resale sourcing.

Pricing

from $4.00 / 1,000 listing (with item details)s

Rating

0.0

(0)

Developer

Black Falcon Data

Black Falcon Data

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

What does eBay Sold Listings Scraper 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 includeDetails on when you need item specifics and seller data; it trades speed for depth.
  • 🏷️ Item specifics — with includeDetails on, 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 includeDetails on, records carry sellerName, sellerFeedbackCount and profile URL, so comps can be weighted by seller rating and reputation.
  • 🌎 14 eBay markets — one country input 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. changeType is NEW / UPDATED / UNCHANGED / REAPPEARED / EXPIRED; repost detection flags relisted items. 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": "Nintendo Switch OLED",
"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": "Nintendo Switch OLED",
"maxResults": 200,
"incrementalMode": true,
"stateKey": "nintendo-switch-oled-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": "Nintendo Switch OLED",
"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 of NEW, UPDATED, UNCHANGED, REAPPEARED, EXPIRED. Default output covers NEW / UPDATED / REAPPEARED; set emitUnchanged: true or emitExpired: true to opt into the others.
  • isRepost, repostOfId, repostDetectedAt — populated when a new listing matches the tracked content of a previously expired one. Set skipReposts: true to drop detected reposts from the output.

How to scrape ebay.com

  1. Go to eBay Sold Listings Scraper in Apify Console.
  2. Enter a search keyword and optional location filter.
  3. Set maxResults to control how many results you need.
  4. Enable includeDetails if you need full descriptions.
  5. Click Start and wait for the run to finish.
  6. 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 Scraper 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 (primary event): $0.0024

You are billed only for the events your run actually triggers. Prices below are the Free plan tier.

EventPrice (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.0024One sold listing from search results — title, sold price, condition, shipping, seller. No item-page fetch.
Listing (with item details) (primary)$0.004One 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.044
  • 25 results: $0.08
  • 100 results: $0.26
  • 200 results: $0.5
  • 500 results: $1.22

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 results per run, daily polling (30 runs/month). Event-pricing examples scale linearly with result count.

Numbers below are for the primary Listing (with item details) event. Other events (Listing (fast)) are billed separately when they fire.

Churn rateFull re-scrape run costIncremental run costSavings vs full re-scrapeMonthly 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 daily polling: $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 Scraper 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 Scraper with other apps?

Yes. eBay Sold Listings Scraper 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 Scraper 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 Scraper through an MCP Server?

Yes. Apify provides an MCP Server that lets AI assistants and agents call this actor directly. Use compact mode and excludeEmptyFields to keep payloads manageable for LLM context windows.

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

Getting started with Apify

New to Apify? Create a free account with $5 credit — no credit card required.

  1. Sign up — $5 platform credit included
  2. Open this actor and configure your input
  3. Click Start — export results as JSON, CSV, or Excel

Need more later? See Apify pricing.