firecrawl-crawl

Crawl reachable URLs from a starting page and extract content in bulk.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/daanteijema-beep/ai-gids-platform --skill firecrawl-crawl-daanteijema-beep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firecrawl-crawl
Source: https://github.com/daanteijema-beep/ai-gids-platform/tree/main/.agents/skills/firecrawl-crawl
Command: npx skills add https://github.com/daanteijema-beep/ai-gids-platform --skill firecrawl-crawl-daanteijema-beep

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of manually collecting and copying content from dozens or hundreds of pages across a website section.

Core Features & Use Cases

  • Bulk crawling & extraction: Crawl pages following links to a specified depth/limit while extracting page content in bulk.
  • Targeted section scoping: Restrict crawl coverage with include/exclude path filters (for example, focusing only on /docs/).
  • Practical bulk workflows: Use it when you need complete coverage for tasks like documentation ingestion, content mapping, or preparing a set of pages for downstream processing.

Quick Start

Run a crawl for a docs section by telling the AI to execute: firecrawl crawl "<url>" with include-paths set to /docs, a reasonable limit, and an output path for the JSON results.

Frequently Asked Questions about firecrawl-crawl

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

FAQPage Schema
How do I bulk extract content from an entire website section?

Bulk extract content from an entire website section by crawling all reachable URLs from a starting page. The crawl automatically follows links to a specified depth or limit while extracting page content in bulk.

Can I restrict web crawling to only specific documentation paths?

You can restrict web crawling to specific documentation paths by applying include and exclude path filters. This targets exact sections like /docs/ and prevents the crawler from ingesting unrelated site areas.

What is the best way to scrape a multi-page site for downstream processing?

The best way to scrape a multi-page site for downstream processing is running a link-following bulk ingestion crawl. It gathers comprehensive coverage of a site area and outputs JSON results for immediate use.

Does this web crawling approach support concurrency and delay tuning?

This web crawling approach supports concurrency and delay tuning to manage request rates. It also offers optional synchronous waiting with progress reporting to monitor the bulk extraction status.

Do I need to configure depth and limit controls for documentation ingestion?

You need to configure depth and limit controls for documentation ingestion to prevent unbounded crawling. Setting a reasonable limit ensures the bulk scrape completes efficiently within your desired site boundaries.

Why does my bulk scrape include pages outside the target site area?

Your bulk scrape includes pages outside the target site area because path filtering is not applied. You must explicitly set include-paths or exclude-paths to scope the crawl and restrict coverage to your desired section.