返回 Firecrawl
将 Knoon AI 与 Firecrawl 连接以自动化 AI 工作流。
Fetch a web page with Firecrawl and return extracted content.
firecrawlDefaultScrapeUrl
测试版
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| url | mustache | Public URL to scrape (e.g. "https://example.com/article"). | 是的 |
| formats | array (mustache) | Optional list of formats to return (e.g. ["markdown","html"]). Defaults to ["markdown"]. | 没有 |
| onlyMainContent | boolean | If true, attempts to return only the primary page content. | 没有 |
| waitFor | mustache | Optional wait time in milliseconds before scraping (e.g. "2000"). | 没有 |
| timeout | mustache | Optional timeout in milliseconds for the scrape request. | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| status | string | OK or ERROR. |
| url | string | The scraped URL. |
| content.markdown | string | Markdown content when available. |
| content.html | string | HTML content when available. |
| content.text | string | Plain text content when available. |
| metadata | object | Metadata from Firecrawl when available. |
| links | array | Extracted links when available (shape may vary by source; commonly URL strings). |