What problem does it solve?
This Skill eliminates the manual effort of collecting web content from static and JavaScript-rendered sites, and extracting structured data from web pages without writing custom scraping code.
Core Features & Use Cases
- Full Site Crawling & Single-Page Scraping: Collect content from entire websites or individual URLs, with support for JavaScript-rendered pages.
- URL Mapping & Structured Extraction: Discover all pages on a site via sitemap generation, and extract targeted structured data using LLM-powered schemas.
- Use Case: For example, you can crawl a product documentation site to build a local searchable knowledge base, or extract product pricing and details from an e-commerce store's pages into structured JSON for analysis.
Quick Start
Use the scraping-websites skill to crawl the public API documentation at https://docs.example.com, limit the crawl to 50 pages, and save all main content to a local JSON file.