Wróć do Crawler

Połącz Knoon AI z Crawler (Web Intelligence), aby zautomatyzować przepływy pracy AI.

Fetch a web page and return extracted content with high chances of succeeding and not being blocked.
webIntelligenceCrawlerScrapeUrl
BETA
Uprawnienia
Brak elementów do wyświetlenia.
Uprawnienia opcjonalne
Brak elementów do wyświetlenia.
Parametry
NazwaTypOpisWymagane
urlmustache Public URL to scrape (e.g. "https://example.com/article").Tak
formatsarray (mustache)Optional list of formats to return (e.g. ["markdown","html"]). Defaults to ["markdown"].Nie
onlyMainContentboolean If true, attempts to return only the primary page content.Nie
waitFormustache Optional wait time in milliseconds before scraping (e.g. "2000").Nie
timeoutmustache Optional timeout in milliseconds for the scrape request.Nie
Zwroty
NazwaTypOpis
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).