What problem does it solve?
Extracts structured listing data from etsy.com search result pages that are protected by DataDome and block naive HTTP clients, enabling reliable scraping of server-rendered HTML by attaching to a real Chrome profile.
Core Features & Use Cases
- Real Chrome Attach: Connects to an existing Chrome debug endpoint to bypass DataDome challenges without third-party captcha solving or proxies.
- Robust Extraction: Scrolls to materialize lazy-loaded cards and parses stable selectors to return title, price, original price, discount, rating, reviews, shop, url, and image for each listing.
- Operational Guidance: Includes warmup, viewport, and navigation sequencing recommendations plus safety notes (do not close the user's browser process).
- Use Case: Automate multi-page product data collection for analytics, catalog monitoring, or price research on Etsy.
Quick Start
Attach to a local Chrome debug port, warm the session on https://www.etsy.com, navigate to the search URL, scroll to load lazy tiles, capture page content, and parse listings with cheerio.