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
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/integrations/firecrawl.mdx
+5-11Lines changed: 5 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,6 @@ Extract structured content from web pages with comprehensive metadata support. C
52
52
| --------- | ---- | -------- | ----------- |
53
53
|`url`| string | Yes | The URL to scrape content from \(e.g., "https://example.com/page"\)|
54
54
|`formats`| json | No | Output formats supplied by existing Firecrawl block configurations |
55
-
|`scrapeOptions`| json | No | Options for content scraping |
56
55
|`apiKey`| string | Yes | Firecrawl API key |
57
56
58
57
#### Output
@@ -90,7 +89,6 @@ Scrape multiple URLs in a single batch job and retrieve structured content from
90
89
|`onlyMainContent`| boolean | No | Extract only main content from pages |
91
90
|`maxConcurrency`| number | No | Maximum number of concurrent scrapes |
92
91
|`ignoreInvalidURLs`| boolean | No | Skip invalid URLs instead of failing the batch \(default: true\)|
93
-
|`scrapeOptions`| json | No | Advanced scraping configuration options |
94
92
|`zeroDataRetention`| boolean | No | Enable zero data retention |
95
93
|`apiKey`| string | Yes | Firecrawl API key |
96
94
@@ -159,7 +157,6 @@ Search for information on the web using Firecrawl
159
157
| Parameter | Type | Required | Description |
160
158
| --------- | ---- | -------- | ----------- |
161
159
|`query`| string | Yes | The search query to use |
162
-
|`scrapeOptions`| json | No | Advanced scrape options supplied by existing configurations |
163
160
|`apiKey`| string | Yes | Firecrawl API key |
164
161
165
162
#### Output
@@ -170,11 +167,11 @@ Search for information on the web using Firecrawl
170
167
| ↳ `title`| string | Search result title from search engine |
171
168
| ↳ `description`| string | Search result description/snippet from search engine |
172
169
| ↳ `url`| string | URL of the search result |
173
-
| ↳ `markdown`| string | Page content in markdown\(when scrapeOptions.formats includes "markdown"\)|
174
-
| ↳ `html`| string | Processed HTML content\(when scrapeOptions.formats includes "html"\)|
175
-
| ↳ `rawHtml`| string | Unprocessed raw HTML\(when scrapeOptions.formats includes "rawHtml"\)|
176
-
| ↳ `links`| array | Links found on the page\(when scrapeOptions.formats includes "links"\)|
177
-
| ↳ `screenshot`| string | Screenshot URL \(expires after 24 hours, when scrapeOptions.formats includes "screenshot"\)|
170
+
| ↳ `markdown`| string | Page content in markdown; returned only when scraping was requested via the hidden scrapeOptions input|
171
+
| ↳ `html`| string | Processed HTML content; returned only when "html" is among the scrape formats requested via the hidden scrapeOptions input|
172
+
| ↳ `rawHtml`| string | Unprocessed raw HTML; returned only when "rawHtml" is among the scrape formats requested via the hidden scrapeOptions input|
173
+
| ↳ `links`| array | Links found on the page; returned only when "links" is among the scrape formats requested via the hidden scrapeOptions input|
174
+
| ↳ `screenshot`| string | Screenshot URL \(expires after 24 hours\); returned only when "screenshot" is among the scrape formats requested via the hidden scrapeOptions input|
178
175
| ↳ `metadata`| object | Metadata about the search result page |
179
176
| ↳ `title`| string | Page title |
180
177
| ↳ `description`| string | Page meta description |
@@ -195,7 +192,6 @@ Crawl entire websites and extract structured content from all accessible pages
195
192
|`maxDepth`| number | No | Maximum depth to crawl from the starting URL \(e.g., 1, 2, 3\). Controls how many levels deep to follow links |
196
193
|`formats`| json | No | Output formats for scraped content \(e.g., \["markdown"\], \["markdown", "html"\], \["markdown", "links"\]\)|
197
194
|`prompt`| string | No | Natural-language crawl guidance supplied by existing configurations |
198
-
|`scrapeOptions`| json | No | Advanced scrape options supplied by existing configurations |
199
195
|`excludePaths`| json | No | URL paths to exclude from crawling \(e.g., \["/blog/*", "/admin/*", "/*.pdf"\]\)|
200
196
|`includePaths`| json | No | URL paths to include in crawling \(e.g., \["/docs/*", "/api/*"\]\). Only these paths will be crawled |
201
197
|`onlyMainContent`| boolean | No | Extract only main content from pages |
@@ -287,7 +283,6 @@ Get a complete list of URLs from any website quickly and reliably. Useful for di
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/integrations/google_calendar.mdx
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,6 @@ List events from Google Calendar. Returns API-aligned fields only.
89
89
|`maxResults`| number | No | Maximum number of events to return \(max 2500\)|
90
90
|`pageToken`| string | No | Token for retrieving the next page of results |
91
91
|`orderBy`| string | No | Order of events: startTime \(chronological, the default\) or updated \(last-modified\). startTime is always valid here because singleEvents is set. |
92
-
|`showDeleted`| boolean | No | Include deleted events |
93
92
94
93
#### Output
95
94
@@ -227,7 +226,6 @@ Get instances of a recurring event from Google Calendar. Returns API-aligned fie
227
226
|`timeMax`| string | No | Upper bound for instances \(RFC3339 timestamp, e.g., 2025-06-04T00:00:00Z\)|
228
227
|`maxResults`| number | No | Maximum number of instances to return \(default 250, max 2500\)|
229
228
|`pageToken`| string | No | Token for retrieving subsequent pages of results |
230
-
|`showDeleted`| boolean | No | Include deleted instances |
231
229
232
230
#### Output
233
231
@@ -248,8 +246,6 @@ List all calendars in the user's calendar list. Returns API-aligned fields only.
248
246
|`minAccessRole`| string | No | Minimum access role for returned calendars: freeBusyReader, reader, writer, or owner |
249
247
|`maxResults`| number | No | Maximum number of calendars to return \(default 100, max 250\)|
250
248
|`pageToken`| string | No | Token for retrieving subsequent pages of results |
251
-
|`showDeleted`| boolean | No | Include deleted calendars |
252
-
|`showHidden`| boolean | No | Include hidden calendars |
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/integrations/google_drive.mdx
+5-10Lines changed: 5 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,6 @@ List files and folders in Google Drive with complete metadata
46
46
|`folderId`| string | No | The ID of the folder to list files from \(internal use\)|
47
47
|`query`| string | No | Search term to filter files by name \(e.g. "budget" finds files with "budget" in the name\). Do NOT use Google Drive query syntax here - just provide a plain search term. |
48
48
|`pageSize`| number | No | The maximum number of files to return \(default: 100\)|
49
-
|`pageToken`| string | No | The page token to use for pagination |
50
49
51
50
#### Output
52
51
@@ -105,7 +104,7 @@ List files and folders in Google Drive with complete metadata
105
104
| ↳ `isAppAuthorized`| boolean | Whether created by requesting app |
0 commit comments