返回 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). |