What problem does it solve? Extracting content from many pages across a website one URL at a time is slow and error-prone. This Skill automates bulk extraction by crawling a site or section, following links up to a configurable depth and limit, and saving the results to a local JSON file. ## Core Features & Use Cases - Bulk Site Crawling: Crawl an entire site or a scoped section (e.g., everything under /docs) with depth, path, and page-count limits. - Async Job Management: Run crawls synchronously with --wait or receive a job ID for asynchronous status polling. - Credit Awareness: Check credit usage before large crawls, since crawling consumes credits per page. - Use Case: You need all pages of a product's documentation section for offline analysis. Run a crawl scoped with --include-paths /docs and a page limit, then read the saved output under .firecrawl/. ## Quick Start Ask the agent to crawl the documentation section of a site with a page limit and save the results to a local file.