Skip to main content
Scrape URL loads one web page through Firecrawl and returns its content as HTML, raw HTML, or Markdown. It can also collect page links and capture a screenshot in the same request.

Inputs

Headers can contain credentials. Only send them to URLs you trust, and avoid exposing private session cookies in workflow outputs or logs.

Outputs

Changing either include toggle changes the node’s output handles. Check downstream connections after turning one off.

Choosing a format

  • markdown produces compact content suited to summaries, search indexing, and language-model prompts.
  • html returns Firecrawl’s cleaned HTML representation.
  • rawHtml preserves the page’s original HTML more closely.
Use Only Main Content with Markdown or HTML when page chrome is noise. Turn it off when headers, navigation, or footer content is part of what you need.

Troubleshooting

Turn off Only Main Content if the text is outside the page’s detected main region. Increase Wait For when the content appears after load.
Keep Remove Base64 Images on, use markdown, and enable Only Main Content. Embedded images and raw HTML can make results much larger.
Confirm Include Screenshot is enabled. Firecrawl must return a screenshot URL for the node to download a file.