eBay Product Scraper avatar

eBay Product Scraper

Pricing

from $15.00 / 1,000 results

Go to Apify Store
eBay Product Scraper

eBay Product Scraper

Scrapes eBay product listings using search URLs or category pages. Extracts title, price, condition, seller, shipping, location, availability, images, and product identifiers.

Pricing

from $15.00 / 1,000 results

Rating

5.0

(3)

Developer

ScrapeAI

ScrapeAI

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

eBay Product Scraper (Unofficial eBay API)

Unofficial eBay API is an Apify actor that scrapes product listings from eBay using search keywords or category URLs. It extracts structured product data such as title, price, condition, seller info, shipping details, location, availability, images, and product descriptions. Ideal for competitor tracking, market research, and price monitoring.

Features

  • Search by URL or Keyword: Scrape eBay search results pages using direct URLs (including filters and categories).
  • Structured Product Data: Extract title, subtitle, price, sale price, condition, seller, location, availability, and more.
  • Images: Captures the main product image URL.
  • Product Identifiers: Extracts EAN, MPN, UPC, brand, and item type when available.
  • Why to Buy Highlights: Captures eBay's promotional bullet points (free shipping, sold count, ship location).
  • Proxy Support: Works with Apify Proxy for reliable and unblocked scraping.
  • Configurable Item Limit: Control how many listings to scrape per run.

Input

{
"startUrls": [
{
"url": "https://www.ebay.com/sch/i.html?_from=R40&_trksid=p2499334.m570.l1313&_nkw=massage%2Brecliner%2Bchair&_sacat=6024"
}
],
"maxItems": 10,
"proxyConfig": {
"useApifyProxy": true
}
}

Output

The dataset contains one item per eBay product listing. Each item contains:

[{
"url": "https://www.ebay.com/itm/164790739659",
"categories": [
"Camera Drones",
"Other RC Model Vehicles & Kits"
],
"itemNumber": "164790739659",
"title": "2021 New RC Drone 4k HD Wide Angle Camera WIFI FPV Drone Dual Camera Quadcopter",
"subTitle": "US Stock! Fast Shipping! Highest Quality! Best Service!",
"whyToBuy": [
"Free shipping and returns",
"1,403 sold",
"Ships from United States"
],
"price": 39,
"priceWithCurrency": "US $39.00",
"wasPrice": 41.05,
"wasPriceWithCurrency": "US $41.05",
"available": 10,
"availableText": "More than 10 available",
"sold": 1,
"image": "https://i.ebayimg.com/images/g/pp4AAOSwKtRgZPzC/s-l300.jpg",
"seller": "everydaygadgetz",
"itemLocation": "Alameda, California, United States",
"ean": null,
"mpn": null,
"upc": "Does not apply",
"brand": "Unbranded",
"type": "Professional Drone"
}]