返回 Crawler

將 Knoon AI 與 Crawler (Web Intelligence) 連接以自動化 AI 工作流程。

Fetch a web page and return extracted content with high chances of succeeding and not being blocked.
webIntelligenceCrawlerScrapeUrl
測試版
權限
沒有項目可顯示。
可選權限
沒有項目可顯示。
參數
名稱類型說明必填
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 when available.
linksarray Extracted links when available (shape may vary by source; commonly URL strings).