eBay Sold Items & Market Price Tracker CHEAP avatar

eBay Sold Items & Market Price Tracker CHEAP

Pricing

from $3.00 / 1,000 results

Go to Apify Store
eBay Sold Items & Market Price Tracker CHEAP

eBay Sold Items & Market Price Tracker CHEAP

Extract actual sold prices, shipping costs, and detailed item specifics from eBay. Perfect for market research, price tracking, and finding winning e-commerce products.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Ahmed Jasarevic

Ahmed Jasarevic

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

4

Monthly active users

7 days ago

Last modified

Share

eBay Sold Items Pro Scraper πŸš€

Extract high-quality market data from eBay's "Sold" and "Completed" listings. This tool is designed for e-commerce sellers, dropshippers, and market analysts who need to track actual sale prices, shipping costs, and detailed product specifications.

🌟 Key Features

  • Accurate Pricing: Captures soldPrice, shippingPrice, and calculates the totalPrice automatically.
  • Deep Scan (Detailed Search): Goes beyond the search results to extract Item Specifics (Brand, MPN, EAN), Category Paths, and Condition.
  • SEO & Market Research: Great for finding winning products and analyzing competitor pricing strategies.
  • Dual Input Support: Search by specific Keywords or provide a list of Start URLs from eBay.
  • Bypasses Anti-Bot: Optimized with smart headers and proxy support to ensure high success rates.

πŸ“₯ Input Parameters

The Actor accepts a JSON object with the following structure:

FieldTypeDescription
startUrlsArrayList of eBay search result URLs (e.g., filtered by "Sold Items").
keywordStringSearch term (used if startUrls is empty).
countIntegerNumber of items to scrape per URL/Keyword.
detailedSearchBooleanIf true, the scraper visits each item page for deep data extraction.

Input Example

{
"startUrls": [
{ "url": "https://www.ebay.com/sch/i.html?_nkw=e-bike&LH_Sold=1" }
],
"keyword": "RTX 4080",
"count": 5,
"detailedSearch": true
}

πŸ“€ Output Data Structure

The scraper returns a dataset of objects. When detailedSearch is enabled, you receive comprehensive metadata for every sold item.

Output Example (JSON)

{
"itemId": "236376987305",
"url": "https://www.ebay.com/itm/236376987305",
"title": "chain e12b-tec compatible e-bike 130 links 12v BE12TEP301 KMC electric bike",
"soldPrice": "40.22",
"soldCurrency": "USD",
"shippingPrice": "27.01",
"totalPrice": "67.23",
"scrapedAt": "2026-04-15T09:03:58.545Z",
"categoryPath": "Sporting Goods > Cycling > Bicycles",
"itemSpecifics": {
"Condition": "New: A brand-new, unused...",
"Marca": "KMC",
"MPN": "BE12TEP301",
"Colore": "argento",
"EAN": "4715575901817",
"Country of Origin": "Taiwan"
},
"descriptionIframeSrc": "https://itm.ebaydesc.com/itmdesc/236376987305?t=0&..."
}

πŸ›  How to Use

  1. Select Search Mode: Either paste a direct eBay URL with your filters applied (Price, Category, Location) or just enter a Keyword.
  2. Set Count: Choose how many items you want to analyze from each list.
  3. Toggle Detailed Search: Enable this if you need EANs, MPNs, or technical specifications for inventory matching.
  4. Run & Export: Download your data in JSON, CSV, or Excel format directly from the Apify platform.

πŸ’‘ Use Cases

  • Arbitrage: Identify items that are consistently selling higher on eBay than other marketplaces.
  • Inventory Management: Use EAN/UPC numbers from itemSpecifics to map eBay sales to your own product database.
  • Pricing Strategy: Analyze the totalPrice (Price + Shipping) to see what buyers are actually willing to pay.

Disclaimer: This tool is for educational and research purposes only. Please respect eBay's Terms of Service and robots.txt.