etsy-product-detail
Etsy product detail scraper: given an Etsy listing URL, returns full product detail including listingId, title, priceCurrent, priceOriginal, currency, images (all), description, shopName, shopUrl, rating, reviewCount, favorites, inCartCount, variations (with per-option price ranges), highlights, listedDate, relatedTags. Use when user mentions Etsy product, Etsy listing detail, Etsy item info, Etsy product page, scrape Etsy listing, extract Etsy product data, Etsy price and variations, Etsy product images, Etsy product description, Etsy shop from listing, Etsy favorites count, Etsy sale count,
npx skills add browser-act/skills --skill etsy-product-detail --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 — Product Detail > Input an Etsy listing URL → output full product detail including price, variations, images, shop, rating, favorites, and description. ## Language All process output to user (progress updates, process notifications) follows the user's language. ## Objective Extract complete detail data from a single Etsy listing page. ## Prerequisites - Target page is already open in the browser: `https://www.etsy.com/listing/{listing-id}/{slug}` (or navigate to it during execution) - No login required — listing pages are public - Browser session must survive anti-bot verification (DataDome). Best practice: navigate to `https://www.etsy.com/` first, then to the listing 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 {listing URL}` → `wait stable` On `blocked by anti-bot verification page` errors, switch to a steal
- Language
- Objective
- Prerequisites
- Pre-execution Checks
- 1. Tool Readiness
- 2. Anti-bot Warm-up
- Capability Components
- DOM: extract product detail from listing page
- Success Criteria
- Known Limitations
- Execution Efficiency
- Experience Notes
What does the etsy-product-detail skill do?
Etsy product detail scraper: given an Etsy listing URL, returns full product detail including listingId, title, priceCurrent, priceOriginal, currency, images (all), description, shopName, shopUrl, rating, reviewCount, favorites, inCartCount, variations (with per-option price ranges), highlights, listedDate, relatedTags. Use when user mentions Etsy product, Etsy listing detail, Etsy item info, Etsy product page, scrape Etsy listing, extract Etsy product data, Etsy price and variations, Etsy product images, Etsy product description, Etsy shop from listing, Etsy favorites count, Etsy sale count,
How do I install it?
Run `npx skills add browser-act/skills --skill etsy-product-detail --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.
