What problem does it solve?
Web scraping and crawling often require bespoke scripts, careful inspection of target sites, and guardrails to prevent brittle or unsafe behavior. This Skill provides a structured approach to design, plan, and implement robust crawlers that start with real-page inspection and explicit requirements.
Core Features & Use Cases
- Pre-write inspection protocols: Open the target site to understand structure, rules, and constraints before coding.
- Flexible rendering support: Utilize Cheerio+Axios for server-rendered pages or Playwright for JavaScript-rendered content and interactions.
- End-to-end crawling capabilities: Handle login flows, pagination, rate limiting, and retry logic to ensure production-grade reliability.
- Output-oriented use cases: Extract data from product listings, research sites, or monitoring pages and produce structured results (JSON/CSV/DB).
Quick Start
Provide the target URL and data requirements, and I will generate a safe, production-ready crawler plan and starter code.