
Ebay Product Scraper
Pricing
$20.00/month + usage

Ebay Product Scraper
Our eBay scraper unlocks the full power of eBay without the limitations of the official API-—no throttling, no tokens, no complexity. Just copy and paste any eBay search URL (the ones starting with ebay.com/sch) and you’re ready to go.
0.0 (0)
Pricing
$20.00/month + usage
0
1
1
Last modified
7 days ago
Ebay Products Scraper
Our eBay scraper unlocks the full power of eBay without the limitations of the official API-—no throttling, no tokens, no complexity. Just copy and paste any eBay search URL (the ones starting with ebay.com/sch) and you’re ready to go. Whether it’s keyword searches, filtered results, or entire categories, you’ll capture the exact data you need. Advanced filters and category support give you full control over the results. Try it yourself with these live examples:
- iPhone search →
https://www.ebay.com/sch/i.html?_nkw=iphone+17+pro+max
- New tablets only →
https://www.ebay.com/sch/i.html?_nkw=tablet&_sop=12&LH_ItemCondition=1000
- Music category →
https://www.ebay.com/sch/i.html?_nkw=taylor&_sacat=11233&_from=R40
Output Schema
The scraper will generate a list of products and their details for what you can see on eBay's Product Listing page.
Below is an example of the output structure:
{// [1] product title/name"product_title": e.g. "Authentic Louis Vuitton Monogram Keepall 60 Travel Boston Bag Old Model LV L2736",// [2] product image link"product_image": e.g. "https://i.ebayimg.com/images/g/T0MAAeSws2Fo3f4w/s-l500.webp",// [3] product subtitle"product_subtitle": e.g. "Pre-Owned",// [4] location where product is located/shipped from (if no location, means product is probably local)"product_location": e.g. "Japan",// [5] (optional) any delivery charges"delivery_fees": e.g. "+$28.62 delivery",// [6] seller id"seller_id": e.g. "next-innovation",// [7] price of product based on currency set in search page"product_price": e.g. "$324.00",// [8] (optional) - previous price before price cut, if any"previous_product_price": e.g. null,// [9] Product rating & number of reviews"product_ratings": e.g. "99.3% positive (50.5K)","product_page_link": e.g. "https://www.ebay.com/sch/i.html?_nkw=louis+vuitton&_zzn=brandstreet.tokyo&_dmd=1",// [10] (optional) - number of watchers watching this product"num_of_watchers": e.g. "2 watchers",// [11] (optional) - product condition, brandnew/preowned"product_condition": e.g. "Pre-Owned",// [12] link to actual product"product_link": e.g. "https://www.ebay.com/itm/116806902849",// [13] country of ip address used to access ebay website"proxycountry": e.g. "MY/Malaysia"}
Why Scrape eBay?
eBay doesn’t look the same everywhere—search results change depending on the country. When you apply country based proxies (default is US datacenter), our scraper lets you tap into any market and see exactly what local buyers see, which shows you more accurate fields like shipping costs. Whether you’re targeting the US, UK, South East Asia, or beyond, you’ll always get accurate, region-specific results tailored to your business needs. And with pricing as low as $0.70 per 1,000 results, you get enterprise-grade scraping power without the enterprise-grade cost.
The following country domains are supported, other domains will convert to .com for scraping in English.
- 🇺🇸 US www.ebay.com/sch
- 🇬🇧 GB www.ebay.co.uk/sch
- 🇦🇺 AU www.ebay.com.au/sch
- 🇮🇪 IE www.ebay.ie/sch
- 🇨🇦 CA www.ebay.ca/sch
- 🇸🇬 SG www.ebay.com.sg/sch
- 🇲🇾 MY www.ebay.com.my/sch
Input Schema
Here is an example of how to set up the input for the eBay Scraper.
{"start_url": [// Search with url of format www.ebay.com/sch"https://www.ebay.com/sch/i.html?_nkw=louis+vuitton&_ssn=brandstreet.tokyo",// Multiple Urls accepted"https://www.ebay.com/sch/i.html?_nkw=laptop&_sop=12&LH_ItemCondition=1000",],// (Required) Total number of items to scrape, 0 to 999999."num": 10,// (default - USA datacenter IP) country proxy affects search results"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["AUTO"]}}