goofish-item-detail

Extract complete Goofish item details into structured JSON payloads.

5.3k|252|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/browser-act/skills --skill goofish-item-detail
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goofish-item-detail
Source: https://github.com/browser-act/skills/tree/main/solutions/ecommerce/goofish-item-detail
Command: npx skills add https://github.com/browser-act/skills --skill goofish-item-detail

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill extracts the complete detail data from a single Goofish (闲鱼/xianyu) item page, enabling structured data retrieval for comparison, verification, and analytics.

Core Features & Use Cases

  • Item data extraction: Retrieve title, price, original price, description, images, and tags from a Goofish item page.
  • Seller profiling: Capture seller name, avatar, and labels for trust signals.
  • Use Case: Validate listings before purchase or enrich a list of item IDs with full detail data for analytics.

Quick Start

Load a Goofish item page and run the extractor to obtain a structured JSON payload with all item details.

Frequently Asked Questions about goofish-item-detail

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract item details and seller info from a Goofish listing page?

To extract Goofish item details, you provide a single item URL and the skill navigates to the page, waits for content to load, and outputs a structured JSON payload with item details and seller info. This enables structured data retrieval for verification and analytics.

What data fields can I scrape from a Xianyu item page for price comparison?

Scraping a Xianyu item page yields a JSON payload containing title, price, original_price, description, images, tags, want_count, and seller information including seller_name, seller_avatar, and seller_labels for comprehensive price comparison.

How do I get structured JSON data from multiple Goofish listings for batch workflows?

For batch workflows, you run the extractor across individual Goofish listing URLs to collect structured JSON payloads. Each run processes a single item page, allowing you to enrich a list of item IDs with full detail data sequentially.

Can I capture seller trust signals like avatars and labels when extracting Goofish item data?

Yes, extracting Goofish item data captures seller profiling fields including seller_name, seller_avatar, and seller_labels directly from the listing page, providing the necessary trust signals for validating listings before purchase.

Does web scraping a Goofish item detail page require any external dependencies?

Scraping a Goofish item detail page requires no external dependencies, as the skill operates independently using internal scripts to navigate the URL, wait for content to load, and return the structured JSON output.