firecrawl-crawl

Crawl websites to map pages with depth limits and path filters.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/harsh-pandhe/pod-transit --skill firecrawl-crawl-harsh-pandhe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firecrawl-crawl
Source: https://github.com/harsh-pandhe/pod-transit/tree/main/.agents/skills/firecrawl-crawl
Command: npx skills add https://github.com/harsh-pandhe/pod-transit --skill firecrawl-crawl-harsh-pandhe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bulk crawl of websites to capture and map content across a site or section, enabling bulk content discovery and mapping.

Core Features & Use Cases

  • Crawls pages following links up to a configurable max-depth
  • Applies include/exclude path filters to scope the crawl
  • Supports concurrent workers for faster results and progress tracking

Quick Start

Crawl a site section and export the discovered URLs to a JSON file for further mapping.

Frequently Asked Questions about firecrawl-crawl

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

FAQPage Schema
How do I bulk crawl a website and extract all pages from a documentation section?

Bulk web scraping crawls target sites by following links up to a configurable max-depth, extracting and mapping all pages under a specific section. You can scope the process using include or exclude path filters to target only relevant directories.

Can I control the crawl depth and filter specific URL paths during site mapping?

Yes, site mapping supports configurable depth control to limit how deep the crawler follows links, alongside include and exclude path filters to restrict crawling to specific URL patterns and exclude irrelevant pages.

How do I speed up web scraping for a large knowledge base portal?

Speed up web scraping for large portals by configuring concurrent workers, which process multiple pages simultaneously. The crawler provides progress tracking to monitor the bulk extraction as it scans the site.

Does concurrent crawling work with depth limits and path filtering?

Concurrent crawling works directly with both depth limits and path filtering. You can configure concurrent workers to accelerate extraction while simultaneously applying include or exclude path filters to scope the crawl boundaries.

What is the best way to export crawled site content for further mapping?

The best way to export crawled site content is to output the discovered URLs and extracted page data directly to a JSON file. This format allows for structured storage and immediate use in further content mapping or analysis workflows.