← Back to Arsenal
Firecrawl Website Crawler

Firecrawl Website Crawler

Developer Tools

Enhanced website crawler using Firecrawl's Crawl API for superior JavaScript rendering, smart rate limiting, anti-bot bypass, and clean markdown extraction.

Firecrawl Website Crawler

Enhanced website crawler using Firecrawl's Crawl API for superior JavaScript rendering, smart rate limiting, anti-bot bypass, and clean markdown extraction.

Features

Use Cases

Input

FieldTypeDescriptionDefault
urlstringWebsite URL to crawlRequired
maxPagesnumberMaximum pages to crawl100
maxDepthnumberMaximum crawl depth5
includeSubdomainsbooleanInclude subdomainsfalse
excludePatternsarrayURL patterns to exclude-
includePatternsarrayOnly include matching URLs-
outputFormatstringmarkdown, html, text, linksmarkdown
includeScreenshotsbooleanCapture page screenshotsfalse
waitForSelectorstringCSS selector to wait for-
firecrawlApiKeystringYour Firecrawl API key-
demoModebooleanRun with sample datafalse

Output

{
  "url": "https://example.com/page",
  "title": "Page Title",
  "description": "Meta description of the page",
  "markdown": "# Page Title\n\nFull markdown content...",
  "wordCount": 450,
  "statusCode": 200,
  "crawledAt": "2024-01-15T10:30:00Z"
}

Output Formats

FormatDescription
markdownClean, formatted markdown with headers and links
htmlRaw HTML content
textPlain text with markdown stripped
linksOnly extracted links from each page

Pricing

EventDescriptionPrice
Crawl StartedCharged when a website crawl is initiated$0.02
Pages Crawled (per 10)Charged per 10 pages successfully crawled$0.01

Examples

Basic Crawl

{
  "url": "https://example.com",
  "maxPages": 50,
  "outputFormat": "markdown"
}

Deep Crawl with Filtering

{
  "url": "https://example.com",
  "maxPages": 500,
  "maxDepth": 10,
  "includeSubdomains": true,
  "excludePatterns": ["/admin/*", "/login/*"],
  "includePatterns": ["/blog/*", "/docs/*"]
}

JS-Heavy Site with Screenshots

{
  "url": "https://spa-example.com",
  "waitForSelector": ".content-loaded",
  "includeScreenshots": true,
  "maxPages": 100
}

Related Actors

Built by John Rippy

Keywords

firecrawl, website crawler, web scraper, javascript rendering, anti-bot, markdown extraction, content migration, seo audit, deep crawl, subdomain crawl

149,000
KILLS
100%
HEALTH
Doomguy
292
ACTORS