App Logo
etsy.com

Etsy get shop

Reads an Etsy shop's name, rating, sales, years active, location and featured items from its public storefront page.

Input

shopName required

The Etsy shop's name as it appears in its URL, e.g. "Walletree" for https://www.etsy.com/shop/Walletree.

Output

found required
url optional
logo optional
name optional
sales optional
banner optional
rating optional
location optional
reviewCount optional
yearsOnEtsy optional
listingCount optional
featuredListings optional

FAQ

Reads an Etsy shop's name, rating, sales, years active, location and featured items from its public storefront page.
Required: shopName.
It returns url, logo, name, found, sales, banner, rating, location, reviewCount, yearsOnEtsy, listingCount, featuredListings.
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_shop, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/etsy.com/get_shop
It is part of Reduck's official curated catalogue.

Start building not clicking