Domains
Forms
- SKILL.md50.0%
- scripts50.0%
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When user provides an Etsy category URL (e.g. etsy.com/c/jewelry) and wants to scrape or bulk-export product listings from that category or subcategory.
python scripts/extract-listings.py via bash to parse DOM of the category page&page=N) with 3-8s sleeps, saving each page resultA paginated JSON array of listings with listingId, shopId, title, price, rating, shopName, badges etc., enabling trend research, competitor benchmarking, and supplier sourcing within an Etsy category.
Use Cases
A handmade jewelry seller wants to study bestsellers in Etsy's jewelry category before launching new products. They provide the category URL to the skill, which warms up a stealth browser, scrapes 20 pages of listings with price, rating, review count and badges, and outputs structured JSON. The seller identifies pricing bands and top-rated competitors, refining their own listing strategy and reducing market risk.
A market researcher monitoring seasonal decor trends needs all products from Etsy's home-decor category across 100 pages. The skill loops pagination with anti-bot warm-up, saves each page incrementally, and resumes on failure. The researcher obtains a complete bulk dataset to analyze emerging styles, free-shipping ratio, and ad density per season for a client report.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File