datacortex/ebay-product-scraper
eBay Product Scraper
Look up eBay listings by item ID or URL. Export title, price, currency, images, and product URL.
When to use it
Use this when you already have eBay item IDs — from search, a watch list, or a spreadsheet — and need the listing page, not another keyword scan.
Versus the sibling Actors
One listing per input. eBay Search Scraper is cheaper per row because one query yields many item IDs. Do not use product lookup to discover a keyword’s catalog. Price is omitted when the listing page does not expose it in markup.
Example input
{
"productIds": [
"197666598752",
"https://www.ebay.com/itm/197666598752"
],
"domain": "com",
"maxResults": 10
}Example output
{
"productId": "197666598752",
"title": "Adidas Women's NMD_R1 Sneakers - IG8338 - Beige/White - US Sizes",
"url": "https://www.ebay.com/itm/197666598752"
}MCP pin
Agents call this through Apify MCP. Running it needs an Apify token.
{
"mcpServers": {
"apify": {
"url": "https://mcp.apify.com?tools=datacortex/ebay-product-scraper"
}
}
}Pricing
$5.00 per 1,000 products + $0.001 per run. Confirm on the Apify pricing tab if you are budgeting a large run.
Limitations
- Does not search eBay or download sold-listing history.
- price and currency are included only when the listing page exposes them.
Related Actors
Built and maintained by Irfan Ali, senior AI engineer. Looking for AI engineering work — Bengaluru or remote, can start immediately. Get in touch.