App Logo
etsy.com

Etsy get listing

Reads an Etsy listing's title, description, images, price, availability, rating and shop from its public product page.

Input

listing required

An Etsy listing ID (e.g. "993944520") or any Etsy listing URL containing one (e.g. https://www.etsy.com/listing/993944520/some-slug).

Output

found required
id optional
url optional
name optional
price optional
images optional
rating optional
shopUrl optional
category optional
currency optional
material optional
shopName optional
listPrice optional
description optional
reviewCount optional
availability optional
freeShipping optional
shipsFromCountry optional

FAQ

Reads an Etsy listing's title, description, images, price, availability, rating and shop from its public product page.
Required: listing.
It returns id, url, name, found, price, images, rating, shopUrl, category, currency, material, shopName, listPrice, description, reviewCount, availability, freeShipping, shipsFromCountry.
No. It only uses pages of etsy.com that are reachable without signing in.
It only reads. It looks things up on etsy.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/etsy.com/get_listing, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/etsy.com/get_listing
It is part of Reduck's official curated catalogue.

Start building not clicking