Ebay Scraper
Pricing
$24.99/month + usage
Ebay Scraper
Extract eBay listings at scale — prices, conditions, seller ratings, shipping costs, bids, and item specifics from any eBay marketplace. Search by keyword with filters for condition, price range, and listing type. Retrieve full details with specs, images, brand, and product identifiers.
Pricing
$24.99/month + usage
Rating
0.0
(0)
Developer

SilentFlow
Actor stats
1
Bookmarked
2
Total users
1
Monthly active users
18 hours ago
Last modified
Categories
Share
by SilentFlow
Extract eBay listings at scale, prices, conditions, seller ratings, shipping details, bids, item specifics, and product identifiers from any eBay marketplace worldwide.
✨ Why use this scraper?
- 🌍 All eBay sites: US, UK, Germany, France, Canada, Australia, Italy, Spain, one tool for every market
- 🔍 Keyword search: Just type your search terms, no need to construct URLs manually
- 🎯 Powerful filters: Filter by condition (new/used/refurbished), listing type (Buy It Now / Auction), and price range
- 📦 Rich data: Title, price, original price, seller with feedback score, shipping cost, location, bids, sold count, and more
- 🔬 Full item details: Enable detail page scraping for description, item specifics (Brand, Color, Size, MPN, UPC/EAN), and all product images
🎯 Use cases
| Industry | Application |
|---|---|
| E-commerce | Track competitor pricing and identify arbitrage opportunities |
| Market Research | Analyze supply, demand, and price trends for any product category |
| Price Intelligence | Monitor sold prices and "was price" discounts for dynamic pricing |
| Inventory Sourcing | Find bulk lots, wholesale items, and underpriced listings automatically |
| Dropshipping | Discover trending products with high sold counts and healthy margins |
| Product Catalog | Build product databases with brand, identifiers (UPC/EAN/MPN), and images |
📥 Input parameters
URL Scraping
| Parameter | Type | Description |
|---|---|---|
startUrls | array | Direct eBay URLs to scrape (search pages or item detail pages) |
Search
| Parameter | Type | Description |
|---|---|---|
searches | array | Keywords to search (e.g., ["iphone 15 pro max", "macbook pro m3"]) |
site | string | eBay marketplace: ebay.com, ebay.co.uk, ebay.de, ebay.fr, ebay.ca, ebay.it, ebay.es, ebay.com.au |
Sorting & Filtering
| Parameter | Type | Description |
|---|---|---|
sort | string | best_match (default), ending_soon, price_asc, price_desc, newest |
condition | string | any (default), new, used, refurbished |
listingType | string | any (default), buy_now, auction |
minPrice | number | Minimum price filter (0 = no minimum) |
maxPrice | number | Maximum price filter (0 = no maximum) |
category | string | eBay category ID (e.g., 9355 for Cell Phones, empty for all) |
Limits
| Parameter | Type | Description |
|---|---|---|
maxItems | integer | Maximum total listings to save (default: 50) |
maxPages | integer | Maximum result pages per search, ~60 items/page (default: 5) |
Options
| Parameter | Type | Description |
|---|---|---|
includeDetails | boolean | Fetch each item's detail page for description, item specifics, all images, EAN/UPC/MPN (default: false) |
Advanced
| Parameter | Type | Description |
|---|---|---|
proxy | object | Proxy configuration (residential recommended) |
requestTimeout | integer | Request timeout in seconds (default: 30) |
debugMode | boolean | Enable detailed logs (default: false) |
📊 Output data
Listing example (includeDetails: false)
{"id": "156789012345","url": "https://www.ebay.com/itm/156789012345","title": "Apple iPhone 15 Pro Max 256GB - Natural Titanium - Unlocked","subtitle": "FREE FEDEX 2 DAY - 60 DAY RETURNS - 1 YEAR WARRANTY","price": "$949.99","priceValue": 949.99,"currency": "USD","originalPrice": "$1,199.99","originalPriceValue": 1199.99,"condition": "Excellent - Refurbished","listingType": "BuyItNow","bestOffer": false,"topRatedPlus": true,"returnsAccepted": true,"bidsCount": 0,"endDate": "","imageUrl": "https://i.ebayimg.com/images/g/abc123/s-l1600.jpg","images": [],"seller": "apple_reseller_pro","sellerUrl": "https://www.ebay.com/usr/apple_reseller_pro","sellerFeedbackScore": 15234,"sellerFeedbackPct": 99.8,"itemLocation": "California, United States","shipsTo": "","shippingCost": "Free shipping","freeShipping": true,"excludesShipping": "","soldCount": 47,"available": 0,"availableText": "","watchersCount": 62,"whyToBuy": ["Free shipping and returns", "47 sold", "Ships from California, United States", "Top Rated Plus seller"],"category": "","breadcrumbs": [],"brand": "","ean": "","upc": "","mpn": "","description": "","specifications": {},"lastUpdated": "","scrapedAt": "2026-02-27T10:30:00Z","dataType": "listing"}
Full item example (includeDetails: true)
{"id": "156789012345","url": "https://www.ebay.com/itm/156789012345","title": "Apple iPhone 15 Pro Max 256GB - Natural Titanium - Unlocked","price": "$949.99","priceValue": 949.99,"currency": "USD","condition": "New","listingType": "BuyItNow","bestOffer": false,"topRatedPlus": true,"returnsAccepted": true,"imageUrl": "https://i.ebayimg.com/images/g/abc123/s-l1600.jpg","images": ["https://i.ebayimg.com/images/g/abc123/s-l1600.jpg","https://i.ebayimg.com/images/g/def456/s-l1600.jpg"],"seller": "apple_reseller_pro","sellerFeedbackScore": 15234,"sellerFeedbackPct": 99.8,"itemLocation": "California, United States","freeShipping": true,"shippingCost": "Free shipping","whyToBuy": ["Free shipping and returns", "47 sold", "Ships from California, United States", "Top Rated Plus seller"],"brand": "Apple","upc": "195949035500","mpn": "MQDY3LL/A","category": "Cell Phones & Smartphones","breadcrumbs": ["Cell Phones & Accessories", "Cell Phones & Smartphones"],"description": "Factory unlocked Apple iPhone 15 Pro Max...","specifications": {"Brand": "Apple","Model": "iPhone 15 Pro Max","Storage Capacity": "256 GB","Color": "Natural Titanium","Network": "Unlocked","Operating System": "iOS","Connectivity": "5G"},"shipsTo": "United States and many other countries","excludesShipping": "Alaska/Hawaii, APO/FPO, US Protectorates","lastUpdated": "Feb 27, 2026","scrapedAt": "2026-02-27T10:30:00Z","dataType": "listing"}
🗂️ Data fields
| Category | Fields |
|---|---|
| Identity | id, url, title, subtitle |
| Pricing | price, priceValue, currency, originalPrice, originalPriceValue |
| Listing | condition, listingType, bestOffer, topRatedPlus, returnsAccepted, bidsCount, endDate |
| Seller | seller, sellerUrl, sellerFeedbackScore, sellerFeedbackPct |
| Shipping | shippingCost, freeShipping, itemLocation, shipsTo, excludesShipping |
| Availability | soldCount, available, availableText, watchersCount |
| Highlights | whyToBuy, key selling signals (free shipping, sold count, location, Top Rated Plus) |
| Category | category, breadcrumbs |
| Identifiers | brand, ean, upc, mpn |
| Detail (opt.) | description, specifications, images |
| Meta | lastUpdated, scrapedAt, dataType |
🚀 Examples
Search for new iPhones under $1000
{"searches": ["iphone 15 pro max"],"site": "ebay.com","condition": "new","listingType": "buy_now","maxPrice": 1000,"maxItems": 100,"maxPages": 2}
Monitor ending auctions for vintage watches
{"searches": ["rolex submariner", "omega seamaster vintage"],"sort": "ending_soon","listingType": "auction","maxItems": 50}
Scrape UK eBay for used MacBooks
{"searches": ["macbook pro m3"],"site": "ebay.co.uk","condition": "used","sort": "price_asc","maxItems": 200,"maxPages": 5,"includeDetails": true}
Scrape specific eBay search URLs directly
{"startUrls": [{"url": "https://www.ebay.com/sch/i.html?_nkw=ps5&LH_BIN=1"},{"url": "https://www.ebay.com/itm/156789012345"}],"maxItems": 60}
💻 Integrations
Python
from apify_client import ApifyClientclient = ApifyClient("YOUR_API_TOKEN")run_input = {"searches": ["iphone 15 pro max"],"site": "ebay.com","condition": "new","maxItems": 100,}run = client.actor("silentflow/ebay-scraper").call(run_input=run_input)for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item["title"], item["price"])
JavaScript
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });const run = await client.actor('silentflow/ebay-scraper').call({searches: ['iphone 15 pro max'],site: 'ebay.com',condition: 'new',maxItems: 100,});const { items } = await client.dataset(run.defaultDatasetId).listItems();items.forEach(item => console.log(item.title, item.price));
📈 Performance & limits
| Metric | Value |
|---|---|
| Items per page | ~60 listings |
| Speed (listing only) | ~200-400 items/min |
| Speed (with details) | ~30-60 items/min |
| Max pages per search | 100 (eBay limit) |
| Supported sites | 8 eBay marketplaces |
💡 Tips for best results
- Start without detail pages: Set
includeDetails: falsefor fast bulk scraping. Enable it only when you need description, specs, or identifiers. - Use price filters: Narrow results to your target range with
minPrice/maxPriceto avoid irrelevant listings. - Search multiple sites: Run searches on
ebay.co.ukandebay.deto compare international prices. - Auction monitoring: Set
sort: ending_soon+listingType: auctionto monitor items about to end. - Category IDs: Use a specific category ID (e.g.,
9355for Cell Phones) to avoid cross-category noise.
❓ FAQ
Q: Can I scrape multiple eBay sites in one run?
A: Each run targets one site. To scrape multiple sites, create separate runs with different site values, or provide start URLs from different eBay domains.
Q: How many results can I get per search?
A: eBay typically returns up to 60 items per page, with a maximum of 100 pages per search (~6000 items). Use maxPages to control this.
Q: What's the difference between listing and detail data?
A: Listing data (fast) includes price, condition, seller, shipping, and image. Detail data (includeDetails: true) adds description, item specifics (Brand/Color/Size/MPN/UPC), and all product images.
Q: Does it work for auction items?
A: Yes. Auction listings include bidsCount, endDate, and listingType: "Auction". Filter to auctions only with listingType: "auction".
Q: What if no results are found? A: The scraper will return an empty dataset. Try broadening your search terms or removing filters.
📬 Support
Need help? We're here for you:
- Feature requests: Let us know what you need
- Custom solutions: Contact us for enterprise integrations or high-volume needs
Check out our other scrapers: SilentFlow on Apify