eBay-Scraper
by mehmet_nadi
Automatically extract product data, prices, and seller info from eBay into clean JSON. Perfect for price monitoring, market research, and building product databases.
Opens on Apify.com
About eBay-Scraper
Need to pull clean, structured data from eBay without getting blocked or sifting through messy HTML? This eBay scraper is what I use. It reliably extracts the details that matter for market research, price monitoring, or building a product database: current prices, historical pricing trends, full seller information, product titles and descriptions, category breadcrumbs, and image URLs. It handles the complexities of eBay's pages for you, turning the clutter into organized JSON that's ready to go. I typically feed that JSON directly into a spreadsheet for analysis, use it to track competitor pricing, or pipe it into another app via its API for a live integration. It saves the headache of building and maintaining your own scraper, especially when eBay changes its layout. If you need actionable data from listings to inform decisions, this tool turns a tedious manual process into a simple, automated task.
What does this actor do?
eBay-Scraper is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
eBay Scraper
Scrapes product data from eBay listings and category pages, bypassing API limitations. Outputs structured JSON for analysis and integration.
Overview
This actor extracts detailed product information from eBay. Provide it with product or category URLs, and it returns data like titles, prices, seller info, and images in a clean JSON format. It's built for automation, market research, and data integration tasks.
Key Features
- Flexible Scraping: Works with specific product URLs or broader category/search pages.
- Detailed Data Extraction: Captures item titles, prices (with currency), condition, seller details, location, brand, and high-quality image URLs.
- Structured Output: Returns data in a consistent JSON schema.
- Common Use Cases:
- Monitoring price and bidding trends.
- Competitive analysis and market research.
- Feeding data into applications, dashboards, or ML models.
How to Use
Configure the actor run with the required input parameters. The scraper will process the startUrls and return the results.
Input Parameters
| Parameter | Required | Description |
|---|---|---|
startUrls |
Yes | An array of URLs to scrape. Can be direct product links or category/search pages. |
proxyConfig |
Yes | Must use Apify Proxy for reliable scraping. Set {"useApifyProxy": true}. |
maxItems |
No | Limits the total number of items scraped from all provided URLs. |
Example Input
{
"maxItems": 2,
"proxyConfig": { "useApifyProxy": true },
"startUrls": [
{ "url": "https://www.ebay.com/itm/135502439495", "method": "GET" },
{ "url": "https://www.ebay.com/itm/135502437036", "method": "GET" }
]
}
Output
The dataset contains items in JSON format. Each item includes fields such as:
url: The source product page.itemNumber: The eBay item ID.title: Product title.price/priceWithCurrency: The item's price.condition: Item condition (e.g., "Pre-owned").seller: Seller's username.itemLocation: Seller's location.brand: Product brand.images: Array of high-resolution image URLs.categories: Breadcrumb trail of eBay categories.
Example Output Item
{
"url": "https://www.ebay.com/itm/135502439495",
"categories": ["Clothing, Shoes & Accessories", "Women", "Women's Accessories", "Wallets"],
"itemNumber": "135502439495",
"title": "FENDI Zucca PVC Leather Bifold Wallet Khaki/4BA0264",
"condition": "Pre-owned",
"price": 69,
"priceWithCurrency": "US $69.00",
"brand": "FENDI",
"seller": "energy-japan",
"itemLocation": "Tokyo/Japan, Japan",
"images": ["https://i.ebayimg.com/images/g/VLYAAOSwB-5nid3i/s-l1600.jpg", ...]
}
Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try eBay-Scraper now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- mehmet_nadi
- Pricing
- Paid
- Total Runs
- 523
- Active Users
- 51
Related Actors
Google Maps Reviews Scraper
by compass
Facebook Ads Scraper
by apify
Google Ads Scraper
by silva95gustavo
Facebook marketplace scraper
by curious_coder
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support