eBay Scraper - Listings, Prices & Sellers
Pricing
from $4.00 / 1,000 listing (with item details)s
eBay Scraper - Listings, Prices & Sellers
Scrape eBay active and sold listings with price, condition, item specifics, images, and seller data. Supports keyword and seller search, incremental change tracking, and price-history research.
Pricing
from $4.00 / 1,000 listing (with item details)s
Rating
0.0
(0)
Developer
Black Falcon Data
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
12 hours ago
Last modified
Categories
Share
What does eBay Scraper do?
eBay Scraper extracts eBay listings — active (live) or sold and completed — from ebay.com as structured JSON: title, price as a number and currency, condition, images, shipping, and buying format for every result. Switch itemStatus to sold for price research, where each record also carries the final sold price and sold date. Turn on includeDetails to pull the full item-specifics table (brand, model, MPN, EAN) and seller identity with feedback rating, so comps match by part number and weigh by seller reputation. Run it across 14 eBay markets, filter by price or condition, and use incremental mode to pull only what is new or changed since your last run.
New to Apify? Sign up free and use the included $5 monthly platform credit to test this actor.
Key features
- 🛒 Active or sold, one actor —
itemStatus: activereturns live listings currently for sale;itemStatus: soldreturns sold and completed listings for price research, with the final sold price (priceValue/priceCurrency) and sold date on every record. - ⚡ Fast by default, deep on demand — runs default to a quick search-results sweep (title, price, condition, shipping). 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 listings 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 lists or sells for by region. - ♻️ Incremental mode — daily runs emit only listings new 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 listings actually change.
- 📦 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, listingKey, title, soldDate, soldDateText, priceText, priceValue, and priceCurrency, 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:
itemStatus— Active — live listings currently for sale. Sold — sold & completed listings for price research (final sale price and sold date). (default:"active")query— What to search 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 listings by item condition. (default:"any")minPrice— Only return listings at or above this price (marketplace currency).maxPrice— Only return listings at or below this price (marketplace currency).sort— How to order results within each search. (default:"best_match")listingType— Only return listings of this buying format. (default:"all")freeShipping— Only return listings that ship free. (default:false)returnsAccepted— Only return 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 listings, or leave the search term empty to pull the seller's entire listing set (active listings, or full sold history in sold mode).soldWithinDays— Sold mode only. Keep listings sold within this many days. Leave empty for all sold results eBay returns. Ignored for active listings.- ...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": "80f95ecb7dc73278f407905ff366d6d9d2555413c5963f928f6bc820252e1f87","listingKey": "326350933758","title": "Nintendo Switch OLED 64GB White Joy-Con 2021 Newest - Japan Import with US plug","priceText": "$329.99","priceValue": 329.99,"priceCurrency": "USD","serpPriceText": "$329.99","shippingText": "Shipping not specified","buyingFormat": "Fixed price","isAuction": false,"condition": "Brand New","epid": "10048191653","imageUrl": "https://i.ebayimg.com/images/g/Z94AAOSwTTJnQ-Bl/s-l1600.jpg","galleryUrls": ["https://i.ebayimg.com/images/g/Z94AAOSwTTJnQ-Bl/s-l1600.jpg"],"sellerName": "bestsellerssince1977","sellerFeedbackCount": 3800,"sellerFeedbackPercent": 99.5,"canonicalUrl": "https://www.ebay.com/itm/326350933758","sourceUrl": "https://www.ebay.com/itm/326350933758","sourceCountry": "US","sourceDomain": "www.ebay.com","searchQuery": "Nintendo Switch OLED","searchUrl": "https://www.ebay.com/sch/i.html?_nkw=Nintendo+Switch+OLED&_ipg=60&_sop=12","fetchedAt": "2026-07-16T17:13:31.281Z","detailFetched": false,"contentQuality": "serp_only","changeType": "NEW","trackedHash": "853eb8302a8a4f24310ffe18f93d7221e0365c315231dd5b1082226d1aead1fb","firstSeenAt": "2026-07-16T17:13:31.281Z","lastSeenAt": "2026-07-16T17:13:31.281Z","stateKey": "live-verify-1784222007870","isRepost": false}
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.
eBay search doesn't expose a stable, fully enumerable result set — deep pagination is capped and result order can shift between runs — so this actor never claims a listing is gone for good. It only reports what it can currently see.
How to scrape ebay.com
- Go to eBay Scraper 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 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.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 (with item details) (primary) | $0.004 | One listing enriched from its full item page — brand, model, MPN, EAN, item specifics, seller identity, and true listing-currency price. |
| Listing (fast) | $0.0024 | One listing from search results — title, price, condition, shipping, seller. Works for active and sold listings. No item-page fetch. |
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 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 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 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 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 Scraper with other apps?
Yes. eBay 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 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 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.
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.75/1K💰] Fast Scraper · Finance · Dealer GPS — Scrape mobile.de — Germany's largest car marketplace (1.4M+ listings) at $0.75 / 1,000 results. Get.
- AutoScout24 Scraper [💰$0.8/1k] — 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 Scraper — Car & Truck Listings + Dealers — Scrape autotrader.ca — Canada's largest car marketplace. Get structured make/model/year/price.
- 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 Scraper - Denmark’s Car Marketplace — Scrape bilbasen.dk, Denmark’s largest car marketplace, with full vehicle specs, seller contacts,.
- Bilka Scraper - Danish Grocery Products & Prices — Scrape Bilka (Salling Group), Denmark's largest hypermarket chain. Get the full product catalog.
- Carrefour MAF Grocery Scraper — Scrape Carrefour MAF grocery products across all seven Majid Al Futtaim markets — UAE, Saudi.
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'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.
Search keywords
ebay scraper, ebay api, apify ebay, ebay data extraction, ebay.com scraper, ebay.com data, ebay united states, ebay united kingdom, ebay germany, ebay france, ebay italy, ebay spain, ebay australia, ebay canada, ebay austria, ebay ireland, ebay netherlands, ebay belgium, ebay switzerland, ebay poland, marketplace scraper, listings data.