goofish-item-detail
针对中国二手市场优化,适合二手交易监控与数据采集。
目标站点特定,可能需要登录且受反爬与地域限制。
抓取 Goofish/闲鱼二手商品页的完整详情与图片等数据。
加载单个 Goofish/闲鱼商品页,提取完整详情:标题、价格、卖家信息(含标签)、图文描述、图片图库、商品属性和想要人数等。适合在购买前校验信息、获取卖家联系方式或做批量商品详情补全时使用。特别会把图片和卖家标签也抓取下来,方便后续人工审核或入库处理。
▸ 展开 SKILL.md 英文原文
Extracts full detail data from a single Goofish (闲鱼/xianyu, goofish.com) second-hand item page. Input: item URL or item ID. Output: title, price, seller info (name, labels), full description, image gallery, item tags/attributes, want-count. Use when user mentions goofish item detail, 闲鱼商品详情, xianyu item page, 二手商品详情, get goofish product info, 采集闲鱼单品数据, 抓取闲鱼商品, scrape goofish item, xianyu product detail, 获取闲鱼卖家信息, seller info goofish, item description goofish, 闲鱼详情页, 想要人数, 闲鱼图片. Also applies to: verifying a specific listing before purchase, extracting seller contact/rating information, bulk item detail enrichment from a list of item IDs.
帮我安装这个 skill:https://raw.githubusercontent.com/browser-act/skills/main/solutions/ecommerce/goofish-item-detail/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/browser-act/skills/main/solutions/ecommerce/goofish-item-detail/SKILL.md"# Goofish (闲鱼) — Item Detail
> item URL (or item_id + category_id) → full listing data: title, price, seller info, description, images, tags, want-count
## Language
All process output to user (progress updates, process notifications) follows the user's language.
## Objective
Load a single Goofish item detail page and extract its complete listing data including seller information, item description, image gallery, and attribute tags.
## Prerequisites
- Browser with an active Goofish session (login required — item detail pages require authenticated access)
- Target item URL format: `https://www.goofish.com/item?id={item_id}&categoryId={category_id}`
## Pre-execution Checks
### 1. Tool