What problem does it solve? Extracting content from many pages on the same website one URL at a time is slow and repetitive. This Skill automates bulk extraction by crawling a site or site section, following links up to a configurable depth, and collecting content from all matching pages in one operation. ## Core Features & Use Cases - Bulk Site Crawling: Follow links from a starting URL with configurable depth limits, page limits, and concurrency controls. - Path Filtering: Scope crawls with include/exclude path patterns so you only extract the sections you need, such as everything under /docs. - Async Job Management: Run crawls asynchronously with job IDs, or wait with progress reporting until the crawl completes. - Use Case: You need the entire documentation section of a vendor site for offline reference. Run a crawl scoped to /docs with a page limit, wait for completion, and save the structured JSON output locally. ## Quick Start Ask the AI to crawl a website's docs section with firecrawl, limiting it to 50 pages under /docs, and save the extracted content to a local JSON file.