Crawler に戻る

Crawler (Web Intelligence) と Knoon AI を接続して 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).