Short answer: Drop the "Firecrawl → Scrape URL" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
URL url | string | Required | Fully-qualified URL to scrape. |
Formats formats | array | Optional | Output formats. Any combination of: markdown, html, rawHtml, links, screenshot, json. |
Only Main Content only_main_content | boolean | Optional | Strip nav/footer/sidebar boilerplate so the markdown is just the article. Set false if you need the full page. |
Wait For (ms) wait_for | number | Optional | Milliseconds to wait after page load before scraping. Useful for JS-rendered pages. |
Timeout (ms) timeout | number | Optional | Hard cap on the scrape duration. Default ~30 seconds; raise for slow pages. |
Mobile Viewport mobile | boolean | Optional | Render the page as a mobile browser. Useful for sites with mobile-only content or different mobile layouts. |
Proxy proxy | options | Optional | Proxy strategy. Use 'stealth' for sites that return 403/blocked with the default. |
{"url": "https://example.com","formats": "{{trigger.formats}}","only_main_content": "{{trigger.only_main_content}}","wait_for": 2000,"timeout": 30000}
{"data": {"html": "<html>...</html>","links": ["https://example.com/about","https://example.com/contact"],"actions": [],"markdown": "# Example\n...","metadata": {"title": "Example","sourceURL": "https://example.com","description": "..."}},"success": true}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.