actors/etsy-product-scraper
datacortex/etsy-product-scraper
Etsy Product Scraper
Look up Etsy listings by ID or URL. Export title, price, shop, images, rating, and shipping origin.
When to use it
Use this when you already have Etsy listing IDs and need the product page: shop, rating, ships-from, variation count.
Versus the sibling Actors
One listing per input. Etsy Search Scraper discovers IDs from a craft query. This Actor does not search Etsy or pull full review threads.
Example input
{
"productIds": [
"1858266469",
"https://www.etsy.com/listing/1858266469"
],
"maxResults": 10
}Example output
{
"productId": "1858266469",
"title": "Freshwater Pearl Drop Earrings",
"price": 32,
"sellerName": "Divanjewelrygold",
"shipsFrom": "North Bergen, NJ"
}MCP pin
Agents call this through Apify MCP. Running it needs an Apify token.
{
"mcpServers": {
"apify": {
"url": "https://mcp.apify.com?tools=datacortex/etsy-product-scraper"
}
}
}Pricing
$5.00 per 1,000 listings + $0.001 per run. Confirm on the Apify pricing tab if you are budgeting a large run.
Limitations
- Does not search Etsy or download full review threads.
- Prices are what Etsy showed for the listing at fetch time.
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.