Ebay Scrapper avatar

Ebay Scrapper

Pricing

from $6.00 / 1,000 results

Go to Apify Store
Ebay Scrapper

Ebay Scrapper

eBay Search Scraper collects product listings from any eBay search URL, so you can track prices, monitor availability, and pull structured data into spreadsheets, databases, or comparison tools without writing a single line of code.

Pricing

from $6.00 / 1,000 results

Rating

0.0

(0)

Developer

Kawsar

Kawsar

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

16 days ago

Last modified

Share

eBay Search Scraper

Paste any eBay search URL and get back structured listings as JSON or CSV.

What it collects

  • Item ID and listing URL
  • Title
  • Price and currency
  • Condition (New, Used, Refurbished, etc.)
  • Shipping
  • Seller name and feedback score
  • Item location
  • Product image URL
  • Sponsored flag
  • Sold count and watch count (when eBay shows them)

How to use

  1. Go to the Input tab.
  2. Paste your eBay search URL.
  3. Set how many items you want (default 100, max 1000).
  4. Hit Start.
  5. Download from the Dataset tab as JSON or CSV.

Example input

{
"searchUrl": "https://www.ebay.com/sch/i.html?_nkw=massage+recliner+sofa+chair&_sacat=6024&_sop=12",
"maxItems": 100
}

Example output

{
"itemId": "125678901234",
"title": "Massage Recliner Sofa Chair Full Body Shiatsu Electric Heat",
"price": "299.99",
"currency": "USD",
"condition": "New",
"shipping": "Free shipping",
"sellerName": "best_furniture_deals",
"sellerFeedback": "99.5%",
"itemLocation": "Los Angeles, California",
"itemUrl": "https://www.ebay.com/itm/125678901234",
"imageUrl": "https://i.ebayimg.com/thumbs/images/g/xxxxx/s-l300.jpg",
"isSponsored": false,
"soldCount": "42 sold",
"watchCount": "15 watchers",
"searchUrl": "https://www.ebay.com/sch/i.html?_nkw=massage+recliner+sofa+chair",
"scrapedAt": "2024-01-15T12:34:56.789Z"
}

Tips

  • Apply eBay's filters (category, price, condition, sort order) in the URL before you run.
  • _sop=12 sorts by newest listings first.
  • Pagination is automatic. The actor stops when it hits your limit or runs out of results.

Limitations

  • All data comes from search pages. Individual listing detail pages are not fetched.
  • Sold and watch counts only show up when eBay includes them in the search snippet.
  • Some fields may be absent depending on listing type or region.