firecrawl-crawl

Automates crawling of websites or site sections to gather pages and content via firecrawl tool.

26|2|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/aryaniyaps/ultimate-pi --skill firecrawl-crawl-aryaniyaps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firecrawl-crawl
Source: https://github.com/aryaniyaps/ultimate-pi/tree/main/.agents/skills/firecrawl-crawl
Command: npx skills add https://github.com/aryaniyaps/ultimate-pi --skill firecrawl-crawl-aryaniyaps

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables automated crawling of entire websites or specific sections, making it easier to collect all pages and content for analysis or indexing.

Core Features & Use Cases

  • Website Content Gathering: Crawl all pages within a site or section, following links up to a specified depth.
  • Bulk Extraction: Collect large volumes of web pages for documentation, research, or data collection.
  • Use Case: When needing to scrape all documentation pages under /docs on a website, this Skill automates the process, respecting depth limits and filters.

Quick Start

Use the firecrawl crawl command with the target URL and options to perform a full or targeted crawl of a website.

Frequently Asked Questions about firecrawl-crawl

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate website crawling to extract content from multiple pages?

Automated website crawling extracts content from multiple pages by following links up to a specified depth. You can bulk collect large volumes of web pages for research or documentation by configuring the target URL, depth limits, and scope filters.

How do I scrape all documentation pages under a specific site section?

Scraping documentation pages under a specific section requires configuring the crawl scope to target that directory. The crawler follows internal links within the defined path, gathering all relevant pages while respecting depth limits to avoid indexing unrelated areas.

Can I set depth limits and filters when scraping a website for bulk content extraction?

Depth limits and filters are fully supported during website scraping to manage crawl scope. You can restrict link following to specific sections and set maximum depths to control how many pages the crawler gathers for bulk extraction.

What is the best way to gather all pages within a site for indexing or analysis?

The best way to gather all pages for indexing is using an automated crawler that follows links across the site. This collects comprehensive content from every relevant page, providing a complete dataset for bulk analysis or documentation archiving.

Do I need a specific tool to handle link following and output options for web crawling?

A dedicated web crawling tool is required to handle automated link following, depth management, and output configuration. This tool manages the navigation logic and scope limits needed to gather pages without manual intervention.

What are the limitations of using automated crawling for bulk content extraction?

Automated crawling for bulk extraction is limited by the configured depth and scope filters. Extremely large sites may require careful link following limits to prevent excessive page gathering, and output options must be managed to handle the resulting data volume.