Ebay Scraper
Pricing
from $5.99 / 1,000 results
Ebay Scraper
🛒 eBay Scraper extracts product listings, prices, sellers, ratings, images & specs from eBay at scale. ⚡ Export CSV/JSON, API-ready, schedule crawls, monitor price & stock, track keywords & categories. 🔍 Ideal for market research, competitor analysis & e‑commerce insights.
Pricing
from $5.99 / 1,000 results
Rating
0.0
(0)
Developer
Scrapier
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
16 hours ago
Last modified
Categories
Share
Ebay Scraper
Ebay Scraper is an Apify actor that turns public eBay.com listings into clean, structured product data at scale. It solves the hassle of manual copy‑paste by extracting real-time titles, prices, availability, seller info, images, and item specifics from both search results and individual item pages. Built for marketers, developers, data analysts, and researchers, this eBay product scraper lets you scrape eBay listings reliably and export them to CSV/JSON for analysis or automation via the eBay scraper API — enabling large-scale eBay product data extraction and repeatable workflows.
What data / output can you get?
Below are examples of the structured fields this eBay data scraper returns. Results are written to the Apify dataset, which you can export as JSON, CSV, or Excel.
| Data field | Description | Example value |
|---|---|---|
| url | Canonical product URL (input or discovered listing) | https://www.ebay.com/itm/314567890123 |
| itemNumber | eBay item ID from the listing URL | 314567890123 |
| title | Product title from the listing | Ergonomic Office Chair with Lumbar Support |
| subTitle | Subtitle or short descriptor if available | Adjustable height, breathable mesh — Black |
| price | Numeric price (float) | 129.99 |
| priceWithCurrency | Price as displayed with currency code/symbol | US $129.99 |
| wasPrice | Previous/strike-through price if present | 199.99 |
| wasPriceWithCurrency | Previous price with currency | US $199.99 |
| available | Quantity available (if detected) | 12 |
| availableText | Availability text as shown on page | More than 10 available |
| sold | Sold count parsed from the buy box area | 254 |
| image | Primary image URL from JSON‑LD | https://i.ebayimg.com/images/g/abcd/s-l1600.jpg |
| seller | Seller username extracted from the page | top_seller_store |
| itemLocation | Location string (city, state/country) | Los Angeles, California, United States |
| brand | Brand value from item specifics (defaults to “Unbranded” if missing) | Unbranded |
| type | Product type/model/department if available | Office Chair |
| categories | Breadcrumb category names | ["Home & Garden", "Furniture", "Chairs"] |
| ean | EAN/GTIN when provided (null if not applicable) | 1234567890123 |
| mpn | MPN when provided (null if not applicable) | ABC-1234 |
| upc | UPC value or “Does not apply” if not provided | 887276345678 |
| whyToBuy | Shipping/returns/benefits snippets (up to 12 lines) | ["Free shipping", "30-day returns", "Ships in 24 hours"] |
Notes:
- Extra rows may be added with an error field when a listing doesn’t load (e.g., CAPTCHA, removed item).
- Bonus metadata such as categories and item specifics enhance downstream analytics (e.g., eBay price scraper workflows).
Key features
-
🔎 Discovery from search results Extracts product links from search pages (s-item__link, regex /itm/, s-item__info fallback), normalizes them to https://www.ebay.com/itm/
-
🧠 Accurate product parsing Full HTML parsing with JSON‑LD, buy box, and item specifics to capture prices, was prices, sold/availability, seller data, location, brand/UPC/EAN/MPN/type — a robust eBay listing scraper for product data extraction.
-
🛰️ Smart request & headers strategy Uses impit (Chrome TLS/HTTP fingerprint) with realistic browser headers for reliable eBay web scraping at scale.
-
🛡️ Resilient proxy fallback Starts direct (no proxy). On block, automatically falls back to Apify datacenter (group “SHADER”), then residential (group “RESIDENTIAL”) with up to 3 attempts. After a successful residential response, it sticks to residential for subsequent requests.
-
⚡ Parallelized collection with live saves Fetches multiple listings concurrently and streams rows to the dataset as they’re processed — perfect for time-sensitive eBay sales data scraper use cases.
-
🧰 Developer-friendly & API-ready Built with the Apify SDK for Python. Access results via the Apify API and integrate with your pipeline or eBay scraper Python workflows.
-
📤 Flexible exports Export your dataset to JSON, CSV, or Excel for BI tools, enrichment, or dashboards — a production-ready eBay scraping tool for analysis.
How to use Ebay Scraper - step by step
- Create or log in to your Apify account.
- Open the Ebay Scraper actor in your Apify workspace.
- Add input:
- Paste one or more eBay URLs into urls (supports both search/category URLs and direct item URLs).
- (Optional) Set maxItems to cap how many products to collect after discovery.
- (Optional) Configure proxyConfiguration if you want to control Apify Proxy behavior or country routing.
- Start the run. The actor will:
- Discover product links from each search URL.
- Collect product details from each listing and save rows live to the output dataset.
- Monitor progress in logs (you’ll see Step 1/2 discovery and Step 2/2 collection, with item snapshots as they’re saved).
- Download results from the dataset in JSON/CSV/Excel or access them via the Apify API.
Pro Tip: Use search results URLs to cast a wide net across many listings, then filter or join by itemNumber in your data warehouse for ongoing monitoring.
Use cases
| Use case | Description |
|---|---|
| Market research & price tracking | Compare titles, prices, was prices, and availability by category to monitor trends using an eBay price scraper workflow. |
| Competitor analysis | Collect seller names, sold counts, and item specifics to benchmark competitors with an eBay seller data scraper. |
| Catalog enrichment | Enrich your catalog with brand, UPC/EAN/MPN, and categories for better matching and attribution across channels. |
| Data analytics & dashboards | Export JSON/CSV and feed BI tools to analyze product performance and inventory signals at scale. |
| API pipelines & automation | Trigger runs via the Apify API and pipe structured results into your systems for automated eBay product data extraction. |
| Academic & consumer research | Study category distributions, pricing patterns, and availability across segments using an eBay search results scraper. |
Why choose Ebay Scraper?
Built for precision, reliability, and automation, this eBay scraper tool delivers structured product data without the instability of browser extensions.
- 🎯 Precise extraction: Combines JSON‑LD with targeted HTML parsing of the buy box and item specifics for consistent fields.
- ⚡ Scalable by design: Parallel fetching with live dataset saves supports large batches and repeated runs.
- 💻 Developer-ready: Implementable in any stack via the Apify API; built on the Apify SDK for Python for smooth integration.
- 🛡️ Robust against blocks: Direct → SHADER → RESIDENTIAL fallback with sticky residential after success for resilient runs.
- 📦 Easy exporting: Download your results as JSON, CSV, or Excel for immediate use in analytics and ops.
- 🔍 Comparison-ready: Includes sold counts, was prices, and availability text for deeper insights than typical scrapers.
- ✅ Safer alternative: Avoid brittle browser extensions and manual copy‑paste with a production-ready eBay scraper API workflow.
Is it legal / ethical to use Ebay Scraper?
Yes — when done responsibly. This actor extracts data from publicly visible eBay listings and does not access authenticated or private areas.
Guidelines for compliant use:
- Scrape only public product pages and respect applicable laws (e.g., GDPR, CCPA).
- Avoid collecting personal or private data.
- Review and respect eBay’s terms; usage remains your responsibility.
- Consult your legal team for edge cases or large-scale, cross-border projects.
Input parameters & output format
Example JSON input
{"urls": ["https://www.ebay.com/sch/i.html?_nkw=massage+chair&_sacat=6024","https://www.ebay.com/itm/314567890123"],"maxItems": 20,"proxyConfiguration": {"useApifyProxy": true}}
Parameter reference
- urls (array, required): Add one or many eBay links — search/category pages for discovery or single listing pages for full details. Paste full URLs from your browser.
- Default: none
- maxItems (integer, optional): Cap how many product pages to collect after discovery. Use 0 for no limit.
- Default: 20
- proxyConfiguration (object, optional): Apify Proxy settings for smoother runs and country routing as needed.
- Default: { "useApifyProxy": true }
Example JSON output
[{"url": "https://www.ebay.com/itm/314567890123","categories": ["Home & Garden", "Furniture", "Chairs"],"itemNumber": "314567890123","title": "Ergonomic Office Chair with Lumbar Support","subTitle": "Adjustable height, breathable mesh — Black","whyToBuy": ["Free shipping", "30-day returns", "Ships in 24 hours"],"price": 129.99,"priceWithCurrency": "US $129.99","wasPrice": 199.99,"wasPriceWithCurrency": "US $199.99","available": 12,"availableText": "More than 10 available","sold": 254,"image": "https://i.ebayimg.com/images/g/abcd/s-l1600.jpg","seller": "top_seller_store","itemLocation": "Los Angeles, California, United States","ean": "1234567890123","mpn": "ABC-1234","upc": "887276345678","brand": "Unbranded","type": "Office Chair"},{"url": "https://www.ebay.com/itm/123456789012","error": "unavailable"}]
Notes:
- ean and mpn may be null when not present on the page.
- upc returns “Does not apply” if no usable value is available.
- brand defaults to “Unbranded” when not specified by the seller.
FAQ
Do I need to log in or provide cookies to scrape eBay?
No. The actor targets publicly visible eBay.com pages and does not require login or cookies.
Can it scrape both search results and individual listings?
Yes. Provide search/category URLs to discover multiple product links, or direct item URLs (…/itm/…) for single-product extraction.
What fields does it collect from each listing?
It returns titles, prices (with currency), previous/strike-through prices when available, availability (numeric and text), sold counts, primary image, seller, item location, brand, type, categories, and identifiers like UPC/EAN/MPN. See the Output section for a full example.
How many items can I scrape in one run?
Use maxItems to cap the number of product pages processed after discovery. Set 0 for no limit.
How does the proxy fallback work if eBay blocks requests?
The actor starts without a proxy, then falls back to Apify datacenter (group “SHADER”), and then to residential (group “RESIDENTIAL”) with up to 3 attempts. After a successful residential response, it sticks to residential for subsequent requests.
Does it support API access and automation?
Yes. Results are saved to an Apify dataset, accessible via the Apify API. This makes it straightforward to integrate into pipelines as an eBay scraper API or with eBay scraper Python workflows.
What export formats are supported?
You can export the Apify dataset to JSON, CSV, or Excel for downstream analytics, BI tools, or enrichment.
Which eBay sites are supported?
This actor targets eBay.com listings and normalizes item URLs to https://www.ebay.com/itm/
Final thoughts
Ebay Scraper is built to deliver accurate, structured eBay product data for analysis and automation. With resilient discovery, reliable parsing, and flexible exports, it empowers marketers, developers, analysts, and researchers to build repeatable eBay listing scraper workflows. Call it via the Apify API, export JSON/CSV to your data stack, and start scaling your eBay web scraping with confidence.