etsy-shop-catalog
Etsy shop catalog scraper: given an Etsy shop URL (e.g. https://www.etsy.com/shop/{shop-name}) and optional page number, returns paginated product listings from that shop's own storefront with listingId, shopId, title, url, image, salePrice, originalPrice, currency, rating, reviewCount, shopName, isAd, freeShipping, badge. Use when user mentions Etsy shop, Etsy seller, Etsy store, etsy.com/shop, scrape Etsy shop, extract all products from Etsy shop, Etsy shop catalog, Etsy seller catalog, list all Etsy shop items, Etsy storefront scraper, Etsy vendor products, Etsy competitor shop, Etsy shop m
npx skills add browser-act/skills --skill etsy-shop-catalog --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Etsy — Shop Catalog > Input an Etsy shop URL (and optional page number) → output paginated product listings from that shop's storefront. ## Language All process output to user (progress updates, process notifications) follows the user's language. ## Objective Collect a shop's own storefront listings, one page at a time, with core fields per item. ## Prerequisites - Target page is already open in the browser: `https://www.etsy.com/shop/{shop-name}` (or navigate to it during execution) - No login required — shop pages are public - Browser session must survive anti-bot verification (DataDome). Best practice: navigate to `https://www.etsy.com/` first, then to the shop URL ## Pre-execution Checks ### 1. Tool Readiness If browser-act has been confirmed available in the current session → skip this step. Invoke `browser-act` via Skill tool to load usage. If installation or configuration issues arise, follow its guidance to resolve then retry. ### 2. Anti-bot Warm-up If a fresh browser session was just created: 1. `navigate https://www.etsy.com/` → `wait stable` 2. Then `navigate https://www.etsy.com/shop/{shop-name}` → `wait stable` On `blocked by anti-bot verification page` errors, swit
- Language
- Objective
- Prerequisites
- Pre-execution Checks
- 1. Tool Readiness
- 2. Anti-bot Warm-up
- Capability Components
- DOM: extract product listings from shop storefront page
- Pagination
- Success Criteria
- Known Limitations
- Execution Efficiency
- Experience Notes
What does the etsy-shop-catalog skill do?
Etsy shop catalog scraper: given an Etsy shop URL (e.g. https://www.etsy.com/shop/{shop-name}) and optional page number, returns paginated product listings from that shop's own storefront with listingId, shopId, title, url, image, salePrice, originalPrice, currency, rating, reviewCount, shopName, isAd, freeShipping, badge. Use when user mentions Etsy shop, Etsy seller, Etsy store, etsy.com/shop, scrape Etsy shop, extract all products from Etsy shop, Etsy shop catalog, Etsy seller catalog, list all Etsy shop items, Etsy storefront scraper, Etsy vendor products, Etsy competitor shop, Etsy shop m
How do I install it?
Run `npx skills add browser-act/skills --skill etsy-shop-catalog --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From browser-act/skills, a repository with 5,160 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
