返回 Firecrawl

将 Knoon AI 与 Firecrawl 连接以自动化 AI 工作流。

Fetch a web page with Firecrawl and return extracted content.
firecrawlDefaultScrapeUrl
测试版
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
名称类型描述必填
urlmustache Public URL to scrape (e.g. "https://example.com/article").是的
formatsarray (mustache)Optional list of formats to return (e.g. ["markdown","html"]). Defaults to ["markdown"].没有
onlyMainContentboolean If true, attempts to return only the primary page content.没有
waitFormustache Optional wait time in milliseconds before scraping (e.g. "2000").没有
timeoutmustache Optional timeout in milliseconds for the scrape request.没有
回报
名称类型描述
statusstring OK or ERROR.
urlstring The scraped URL.
content.markdownstring Markdown content when available.
content.htmlstring HTML content when available.
content.textstring Plain text content when available.
metadataobject Metadata from Firecrawl when available.
linksarray Extracted links when available (shape may vary by source; commonly URL strings).