etsy-shop-catalog
方便采集单个店铺全量商品用于监控与分析。
可能违反目标网站使用条款或触发反爬机制
抓取 Etsy 店铺目录页的分页商品列表并返回结构化数据。
▸ 展开 SKILL.md 英文原文
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 monitoring, get inventory of an Etsy shop, dump Etsy shop products, Etsy seller product export, seller product benchmarking, Etsy shop bulk export. Also applies to competitor shop tracking, supplier catalog collection, price monitoring for a specific shop, new-item detection on a shop, and any paginated bulk collection driven by a single Etsy shop URL.
帮我安装这个 skill:https://raw.githubusercontent.com/browser-act/skills/main/solutions/ecommerce/etsy-shop-catalog/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/browser-act/skills/main/solutions/ecommerce/etsy-shop-catalog/SKILL.md"# 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-execut