browser-act/skills✦ 精选0°

etsy-product-detail

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

能获取变体、图片和描述等详尽字段,便于上架与分析。

▸ 风险提示

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

这个 Skill 做什么

抓取单个 Etsy 商品详情页,返回完整结构化商品信息。

给一个 Etsy 商品页面链接后,抓取并返回完整的结构化商品信息:价格、币种、所有图片、完整描述、店铺信息、评分与评论数、收藏数、变体和价格区间等。适合做单条或批量商品数据采集、比价或补全商品库时用。特点是尽量还原页面上的所有字段和变体细节,便于后续分析或入库。

▸ 展开 SKILL.md 英文原文

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, Etsy variations extraction, Etsy listing metadata, single Etsy product scrape, bulk enrich Etsy listing URLs, Etsy product details export. Also applies to competitor product monitoring, price and variation tracking on a specific listing, favorites/wishlist popularity tracking, description mining for SEO analysis, and any per-listing enrichment task.

数据与抓取电商抓取Etsy商品详情图片描述通用
4.8k
Stars
231
Forks
40
仓库内 Skill
+1.0k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/browser-act/skills/main/solutions/ecommerce/etsy-product-detail/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/browser-act/skills/main/solutions/ecommerce/etsy-product-detail/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# 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

##
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有