Skip to main content

Firecrawl

Connect a Firecrawl account on every action. Outputs depend on toggles (links, screenshots, etc.).

Shared scrape options

Scrape URL and Crawl Website reuse the same scrape configuration after the URL fields:
InputPurpose
FormatMarkdown, HTML, or Raw HTML for main content.
Include linksAdds a links output: list of URLs found on the page.
Include screenshotAdds a screenshot output (image file). When on, Full page screenshot chooses viewport vs full page.
Only main contentStrips chrome (nav, footer, etc.); default on.
MobileEmulate mobile user agent (responsive layouts, mobile screenshots).
HeadersExtra request headers (cookies, User-Agent, etc.) as name/value rows.
Wait forMilliseconds to wait after load before scraping.
Remove base64 imagesStrips huge inline images from output; keeps alt text with a placeholder (default on).
Outputs (scrape-style)
  • content — Page text in the selected format.
  • links — If enabled, repeatable list of link URLs.
  • screenshot — If enabled, image file.

Scrape URL

Inputs
  • URL to fetch.
  • Firecrawl account.
  • Shared scrape options above.
Outputs — As under “Shared scrape options.”

Crawl Website

Walks internal links starting from a base URL. Inputs
  • URL — Starting URL.
  • Limit — Max pages (1–1000, default 100).
  • Max depth — How “deep” path segments can go (1–100; effectively limits URL path depth).
  • Ignore query parameters — Treat ?x=1 variants as the same path for deduplication.
  • Allow backward links — Follow links to sibling/parent paths, not only deeper nested paths.
  • Shared scrape options for each page.
Outputs
  • total — Count of pages crawled.
  • pages — Repeatable: each item includes url, content, links (array), and screenshot (when enabled in scrape options).

Search Web

Runs a web search via Firecrawl. Inputs
  • Query
  • Limit — Result count (1–100). Hidden when you wire the results output as a fixed-size list in the graph—the number of connected “slots” becomes the limit.
  • Location — Optional geo bias string (e.g. "Germany").
  • Time filter — Any time, past hour/day/week/month/year.
Outputs
  • total — Number of results returned.
  • results — Repeatable; each result exposes title, description (snippet), and url.