You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -51,7 +51,7 @@ The Firecrawl integration allows your agents to access and process web content p
51
51
52
52
## Usage Instructions
53
53
54
-
Extract content from any website with advanced web scraping capabilities and content filtering. Retrieve clean, structured data from web pages with options to focus on main content.
54
+
Extract content from any website with advanced web scraping or search the web for information. Retrieve clean, structured data from web pages with options to focus on main content, or intelligently search for information across the web.
55
55
56
56
57
57
@@ -77,6 +77,24 @@ Extract structured content from web pages with comprehensive metadata support. C
77
77
|`html`| string |
78
78
|`metadata`| string |
79
79
80
+
### `firecrawl_search`
81
+
82
+
Search for information on the web using Firecrawl
83
+
84
+
#### Input
85
+
86
+
| Parameter | Type | Required | Description |
87
+
| --------- | ---- | -------- | ----------- |
88
+
|`apiKey`| string | Yes | Firecrawl API key |
89
+
|`query`| string | Yes | The search query to use |
90
+
91
+
#### Output
92
+
93
+
| Parameter | Type |
94
+
| --------- | ---- |
95
+
|`data`| string |
96
+
|`warning`| string |
97
+
80
98
81
99
82
100
## Block Configuration
@@ -85,7 +103,7 @@ Extract structured content from web pages with comprehensive metadata support. C
85
103
86
104
| Parameter | Type | Required | Description |
87
105
| --------- | ---- | -------- | ----------- |
88
-
|`apiKey`| string | Yes |API Key - Enter your Firecrawl API key|
106
+
|`apiKey`| string | Yes ||
89
107
90
108
91
109
@@ -97,6 +115,8 @@ Extract structured content from web pages with comprehensive metadata support. C
97
115
| ↳ `markdown`| string | markdown of the response |
'Extract content from any website with advanced web scraping capabilities and content filtering. Retrieve clean, structured data from web pages with options to focus on main content.',
12
+
'Extract content from any website with advanced web scraping or search the web for information. Retrieve clean, structured data from web pages with options to focus on main content, or intelligently search for information across the web.',
0 commit comments