eBay Scraper avatar

eBay Scraper

Pricing

from $1.00 / 1,000 item scrapeds

Go to Apify Store
eBay Scraper

eBay Scraper

Scrape eBay search results and item details — title, price, condition, shipping, seller, sold count, image — across 8 marketplaces. Cheerio-based, auto pagination, proxy-ready.

Pricing

from $1.00 / 1,000 item scrapeds

Rating

0.0

(0)

Developer

Bruno

Bruno

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Categories

Share

eBay Scraper 🏷️

Get clean, structured eBay data — search results and item details — from 8 marketplaces.

Great for price monitoring, reselling/arbitrage tools, market research, competitor tracking, and AI agents that need live listing data.

What it does

  • Search results by keyword: title, price, shipping, condition, sold count, image, link — with pagination.
  • Item detail by URL or ID: title, price, condition, brand, seller, seller feedback, availability, image.

Input

{
"searchKeywords": ["nintendo switch"],
"itemUrls": ["https://www.ebay.com/itm/123456789012"],
"country": "us",
"maxItems": 100,
"proxyConfiguration": { "useApifyProxy": true }
}

Output (one row per item)

{
"type": "search_result",
"search_keyword": "nintendo switch",
"item_id": "123456789012",
"title": "Nintendo Switch OLED",
"price": 299.99,
"shipping": "Free shipping",
"condition": "Brand New",
"sold": "1,203 sold",
"url": "https://www.ebay.com/itm/123456789012"
}

Marketplaces

US, UK, DE, AU, CA, FR, IT, ES.

Notes

  • Reads only public listing pages — no login.
  • Datacenter proxy is usually enough; switch to residential if blocked.
  • Run on a schedule to track prices and availability for any set of keywords or items.