Effortlessly extract data from eBay search results and product details with our eBay Search Results and Listing Details Scraper. Perfect for market research, price tracking, and detailed product analysis—get all the information you need, in one go.
The eBay Search Results and Listing Details Scraper allows you to efficiently extract detailed product information from eBay's search results as well as the product details page for each item. Whether you're interested in gathering insights for market analysis, tracking product trends, or simply collecting eBay data for competitive research, this scraper can help streamline the process.
With eBay hosting millions of products, this scraper is a useful tool for scraping structured data from search result listings and diving into individual product details for in-depth analysis.
maxConcurrency
, minConcurrency
, and maxRequestRetries
to match your requirements.Here is an example of how to set up the input for the eBay Scraper:
1{ 2 "startUrls": [ 3 "https://www.ebay.com/str/diahasi", 4 "https://www.ebay.com/sch/i.html?_fsrp=1&Country%2FRegion%20of%20Manufacture=India&_udlo=20&rt=nc&_from=R40&_ipg=240&LH_ItemCondition=1000%7C1500&_dmd=1&_nkw=baseball+caps&_sacat=0&LH_BIN=1&_dcat=52365&_fcid=1" 5 ], 6 "maxConcurrency": 10, 7 "minConcurrency": 1, 8 "maxRequestRetries": 100, 9 "proxy": { 10 "useApifyProxy": true, 11 "apifyProxyGroups": [ 12 "RESIDENTIAL" 13 ] 14 } 15}
startUrls
): URLs to start scraping from. Typically, these are search results pages or product category pages on eBay.maxConcurrency
): Maximum number of pages processed simultaneously. Default is 10
.minConcurrency
): Minimum number of pages processed simultaneously. Default is 1
.maxRequestRetries
): Number of times the scraper will retry a failed request before giving up. Default is 100
.proxy
): Specifies the proxy servers used to ensure anonymity and bypass rate limits.The scraper will generate a list of products and their details. Below is an example of the output structure:
1{ 2 "url": "https://www.ebay.com/itm/375731836921", 3 "id": "375731836921", 4 "price_original": "US $64.99", 5 "price_converted": "", 6 "name": "PAck of 4 X Intas Pharma Hair Solution 60 Ml Free Shipping Worlwide", 7 "seller_name": "onlinestore_37", 8 "seller_number": "", 9 "seller_url": "https://www.ebay.com/sch/onlinestore_37/m.html", 10 "available_number": "2 available", 11 "sold_number": "3 sold", 12 "watching": "", 13 "location": "Located in: DELHI, DELHI, India", 14 "description_url": "https://vi.vipr.ebaydesc.com/itmdesc/375731836921?t=0&category=31413&seller=onlinestore_37&excSoj=1&ver=0&excTrk=1&lsite=0&ittenable=true&domain=ebay.com&descgauge=1&cspheader=1&oneClk=2&secureDesc=1", 15 "features": { 16 "Condition": "New: A brand-new, unused, unopened, undamaged item. See the seller's listing for full details", 17 "Brand": "Unbranded", 18 "Active Ingredients": "Biotin", 19 "Type": "Growth Promoter", 20 "Features": "All Natural Ingredients", 21 "Hair Type": "All Hair Types", 22 "UPC": "Does not apply" 23 } 24}
If you found this Apify Smartbuyglasses Scraper useful, be sure to check out our other powerful scrapers and actors at memo23's Apify profile. We offer a wide range of tools to enhance your web scraping and automation needs across various platforms and use cases.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!