Назад к 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).