browser-act/skills✦ 精选0°

etsy-shop-catalog

仓库创建 2026年2月6日最近提交 5 天前SkillHot 收录 1 小时前
▸ 精选理由

方便采集单个店铺全量商品用于监控与分析。

▸ 风险提示

可能违反目标网站使用条款或触发反爬机制

这个 Skill 做什么

抓取 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.

数据与抓取电商抓取Etsy店铺目录通用
4.8k
Stars
231
Forks
40
仓库内 Skill
+1.0k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/browser-act/skills/main/solutions/ecommerce/etsy-shop-catalog/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/browser-act/skills/main/solutions/ecommerce/etsy-shop-catalog/SKILL.md"
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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有