Node ReferenceTools
Scraping with Firecrawl
Extracts structured data from web pages using FireCrawl.
Extracts structured data from web pages using FireCrawl.
| Category | Tools |
| Node type | dynamiq.nodes.tools.FirecrawlTool |
| SDK class | dynamiq.nodes.tools.FirecrawlTool |
| Connection | Firecrawl |
Connection
This node requires a Firecrawl Connection. Create one under Connections before adding the node, or pick an existing one on the node's CONFIGURATION tab.
Inputs
| Field | Type | Required |
|---|---|---|
url | string | Yes |
Outputs
| Field | Type |
|---|---|
content | dict[string, Any] |
content.success | bool |
content.url | string |
content.markdown | string |
content.metadata | dict[string, Any] |