eBay-Scraper
3 days trial then $10.00/month - No credit card required now
eBay-Scraper
3 days trial then $10.00/month - No credit card required now
Powerful eBay scraper to extract product data, prices, seller info, categories, images, and more. Export structured data in JSON for analysis, reports, or integration.
eBay Scraper
Effortlessly scrape and download product information from eBay without the limitations of the eBay API. Extract detailed data including prices, descriptions, images, and seller information with ease.
Included features
- Extract data from specific eBay product URLs or category pages.
- Retrieve detailed product data, including item titles, prices, conditions, seller details, locations, and high-quality images.
- Download results in a structured JSON format for further analysis and integration.
How it works
-
Monitor Prices and Bidding Trends
- Automate tracking of eBay listings to optimize pricing strategies or make informed buying decisions.
-
Competitive Analysis
- Compare products and pricing data from competitors and use it to back your decision-making with real-world data.
-
Market Research and Trend Analysis
- Scan categories, keywords, and product details to stay ahead of consumer trends and preferences.
-
Integration with Applications
- Use structured data in applications, machine learning models, or product development to enhance automation and performance.
Input Parameters
To run the scraper, provide the following inputs:
- startUrls (required): A list of URLs for the eBay items or categories you want to scrape.
- maxItems: The maximum number of items to scrape. Example:
- proxyConfig (required): Proxy settings to ensure proper scraping functionality. Example:
{ "proxyConfig": { "useApifyProxy": true } }
Example Inputs:
Request for Scraping Single URL:
1{ 2 "maxItems": 1, 3 "proxyConfig": { 4 "useApifyProxy": true 5 }, 6 "startUrls": [ 7 { 8 "url": "https://www.ebay.com/itm/135502439495", 9 "method": "GET" 10 } 11 ] 12}
Request for Scraping Multiple Urls:
1{ 2 "maxItems": 2, 3 "proxyConfig": { 4 "useApifyProxy": true 5 }, 6 "startUrls": [ 7 { 8 "url": "https://www.ebay.com/itm/135502439495", 9 "method": "GET" 10 }, 11 { 12 "url": "https://www.ebay.com/itm/135502437036", 13 "method": "GET" 14 } 15 ] 16}
Output
The scraper outputs data in a structured JSON format. Each result contains:
- Product URL
- Categories
- Item number
- Title
- Price (with currency)
- Condition
- Seller name
- Item location
- High-quality images
Example Outputs:
Output for Scraping Single URL:
1[ 2 { 3 "url": "https://www.ebay.com/itm/135502439495", 4 "categories": [ 5 "Clothing, Shoes & Accessories", 6 "Women", 7 "Women's Accessories", 8 "Wallets" 9 ], 10 "itemNumber": "135502439495", 11 "title": "FENDI Zucca PVC Leather Bifold Wallet Khaki/4BA0264", 12 "endedDate": "Jan 22, 2025 19:48:00 PST", 13 "condition": "Pre-owned", 14 "price": 69, 15 "priceWithCurrency": "US $69.00", 16 "brand": "FENDI", 17 "seller": "energy-japan", 18 "itemLocation": "Tokyo/Japan, Japan", 19 "images": [ 20 "https://i.ebayimg.com/thumbs/images/g/VLYAAOSwB-5nid3i/s-l500.jpg", 21 "https://i.ebayimg.com/images/g/DZ0AAOSwkJVnid3n/s-l140.jpg", 22 "https://i.ebayimg.com/images/g/MdMAAOSwxzdnid3p/s-l140.jpg", 23 "https://i.ebayimg.com/images/g/fuQAAOSw1Qdnid3s/s-l140.jpg", 24 "https://i.ebayimg.com/images/g/d3kAAOSwsRBnid3u/s-l140.jpg", 25 "https://i.ebayimg.com/images/g/PHoAAOSwHvBnid3w/s-l140.jpg", 26 "https://i.ebayimg.com/images/g/0uIAAOSwspZnid3z/s-l140.jpg", 27 "https://i.ebayimg.com/images/g/gCcAAOSwfSxnid31/s-l140.jpg", 28 "https://i.ebayimg.com/images/g/VLYAAOSwB-5nid3i/s-l1600.jpg", 29 "https://i.ebayimg.com/images/g/DZ0AAOSwkJVnid3n/s-l1600.jpg", 30 "https://i.ebayimg.com/images/g/MdMAAOSwxzdnid3p/s-l1600.jpg", 31 "https://i.ebayimg.com/images/g/fuQAAOSw1Qdnid3s/s-l1600.jpg", 32 "https://i.ebayimg.com/images/g/d3kAAOSwsRBnid3u/s-l1600.jpg", 33 "https://i.ebayimg.com/images/g/PHoAAOSwHvBnid3w/s-l1600.jpg", 34 "https://i.ebayimg.com/images/g/0uIAAOSwspZnid3z/s-l1600.jpg", 35 "https://i.ebayimg.com/images/g/gCcAAOSwfSxnid31/s-l1600.jpg" 36 ], 37 "image": "https://i.ebayimg.com/thumbs/images/g/VLYAAOSwB-5nid3i/s-l500.jpg", 38 "type": "As shown in the photo" 39 } 40]
Output for Scraping Multiple Urls:
1[ 2 { 3 "url": "https://www.ebay.com/itm/135502439495", 4 "categories": [ 5 "Clothing, Shoes & Accessories", 6 "Women", 7 "Women's Accessories", 8 "Wallets" 9 ], 10 "itemNumber": "135502439495", 11 "title": "FENDI Zucca PVC Leather Bifold Wallet Khaki/4BA0264", 12 "endedDate": "Jan 22, 2025 19:48:00 PST", 13 "condition": "Pre-owned", 14 "price": 69, 15 "priceWithCurrency": "US $69.00", 16 "brand": "FENDI", 17 "seller": "energy-japan", 18 "itemLocation": "Tokyo/Japan, Japan", 19 "images": [ 20 "https://i.ebayimg.com/thumbs/images/g/VLYAAOSwB-5nid3i/s-l500.jpg", 21 "https://i.ebayimg.com/images/g/DZ0AAOSwkJVnid3n/s-l140.jpg", 22 "https://i.ebayimg.com/images/g/MdMAAOSwxzdnid3p/s-l140.jpg", 23 "https://i.ebayimg.com/images/g/fuQAAOSw1Qdnid3s/s-l140.jpg", 24 "https://i.ebayimg.com/images/g/d3kAAOSwsRBnid3u/s-l140.jpg", 25 "https://i.ebayimg.com/images/g/PHoAAOSwHvBnid3w/s-l140.jpg", 26 "https://i.ebayimg.com/images/g/0uIAAOSwspZnid3z/s-l140.jpg", 27 "https://i.ebayimg.com/images/g/gCcAAOSwfSxnid31/s-l140.jpg", 28 "https://i.ebayimg.com/images/g/VLYAAOSwB-5nid3i/s-l1600.jpg", 29 "https://i.ebayimg.com/images/g/DZ0AAOSwkJVnid3n/s-l1600.jpg", 30 "https://i.ebayimg.com/images/g/MdMAAOSwxzdnid3p/s-l1600.jpg", 31 "https://i.ebayimg.com/images/g/fuQAAOSw1Qdnid3s/s-l1600.jpg", 32 "https://i.ebayimg.com/images/g/d3kAAOSwsRBnid3u/s-l1600.jpg", 33 "https://i.ebayimg.com/images/g/PHoAAOSwHvBnid3w/s-l1600.jpg", 34 "https://i.ebayimg.com/images/g/0uIAAOSwspZnid3z/s-l1600.jpg", 35 "https://i.ebayimg.com/images/g/gCcAAOSwfSxnid31/s-l1600.jpg" 36 ], 37 "image": "https://i.ebayimg.com/thumbs/images/g/VLYAAOSwB-5nid3i/s-l500.jpg", 38 "type": "As shown in the photo" 39 }, 40 { 41 "url": "https://www.ebay.com/itm/135502437036", 42 "categories": [ 43 "Clothing, Shoes & Accessories", 44 "Women", 45 "Women's Accessories", 46 "ID & Document Holders" 47 ], 48 "itemNumber": "135502437036", 49 "title": "PRADA Logo Plate Nylon Card Case Yellow/3BA0034", 50 "endedDate": "Jan 22, 2025 19:48:00 PST", 51 "condition": "Pre-owned", 52 "price": 66, 53 "priceWithCurrency": "US $66.00", 54 "brand": "PRADA", 55 "seller": "energy-japan", 56 "itemLocation": "Tokyo/Japan, Japan", 57 "images": [ 58 "https://i.ebayimg.com/thumbs/images/g/XKwAAOSw02lnid0t/s-l500.jpg", 59 "https://i.ebayimg.com/images/g/L40AAOSwOxlnid0v/s-l140.jpg", 60 "https://i.ebayimg.com/images/g/rNYAAOSwMTNnid0x/s-l140.jpg", 61 "https://i.ebayimg.com/images/g/Q~oAAOSwyihnid0z/s-l140.jpg", 62 "https://i.ebayimg.com/images/g/eloAAOSw2sFnid00/s-l140.jpg", 63 "https://i.ebayimg.com/images/g/eIUAAOSwtt1nid02/s-l140.jpg", 64 "https://i.ebayimg.com/images/g/kCgAAOSwoyVnid04/s-l140.jpg", 65 "https://i.ebayimg.com/images/g/2-cAAOSwBydnid06/s-l140.jpg", 66 "https://i.ebayimg.com/images/g/XKwAAOSw02lnid0t/s-l1600.jpg", 67 "https://i.ebayimg.com/images/g/L40AAOSwOxlnid0v/s-l1600.jpg", 68 "https://i.ebayimg.com/images/g/rNYAAOSwMTNnid0x/s-l1600.jpg", 69 "https://i.ebayimg.com/images/g/Q~oAAOSwyihnid0z/s-l1600.jpg", 70 "https://i.ebayimg.com/images/g/eloAAOSw2sFnid00/s-l1600.jpg", 71 "https://i.ebayimg.com/images/g/eIUAAOSwtt1nid02/s-l1600.jpg", 72 "https://i.ebayimg.com/images/g/kCgAAOSwoyVnid04/s-l1600.jpg", 73 "https://i.ebayimg.com/images/g/2-cAAOSwBydnid06/s-l1600.jpg" 74 ], 75 "image": "https://i.ebayimg.com/thumbs/images/g/XKwAAOSw02lnid0t/s-l500.jpg", 76 "type": "As shown in the photo" 77 } 78]
Actor Metrics
2 monthly users
-
0 No stars yet
>99% runs succeeded
Created in Jan 2025
Modified a day ago