Firecrawl に戻る
Firecrawl と Knoon AI を接続して 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). |