What problem does it solve?
Manually collecting product data from Etsy search results is slow and repetitive, especially across many pages. This Skill automates the extraction of structured listing data from Etsy's public keyword search pages using a real browser session.
Core Features & Use Cases
- Structured Listing Extraction: Captures listingId, shopId, title, URL, image, sale and original prices, currency, rating, review count, shop name, ad status, free shipping, and badges per product card.
- URL-Based Pagination: Iterates through search result pages via the page parameter, stopping when no next page exists, with per-page JSON output for resumable batch runs.
- Anti-Bot Handling Guidance: Includes warm-up navigation and error detection for Etsy's DataDome verification, with clear blocked-page error signals.
- Use Case: A seller researching competitors runs the Skill across 10 pages of results for "leather wallet" to build a dataset of prices, ratings, and bestseller badges for market analysis.
Quick Start
Ask the agent to search Etsy for a keyword like "leather wallet" and extract the first three pages of product listings into JSON files.