Voltar para Crawler
Conectar Knoon AI com Crawler (Web Intelligence) para automatizar fluxos de trabalho de AI.
Fetch a web page and return extracted content with high chances of succeeding and not being blocked.
webIntelligenceCrawlerScrapeUrl
Beta
Permissões
Não há itens para exibir.
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| url | mustache | Public URL to scrape (e.g. "https://example.com/article"). | Sim |
| formats | array (mustache) | Optional list of formats to return (e.g. ["markdown","html"]). Defaults to ["markdown"]. | Não |
| onlyMainContent | boolean | If true, attempts to return only the primary page content. | Não |
| waitFor | mustache | Optional wait time in milliseconds before scraping (e.g. "2000"). | Não |
| timeout | mustache | Optional timeout in milliseconds for the scrape request. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| status | string | OK or ERROR. |
| url | string | The scraped URL. |
| content.markdown | string | Markdown content when available. |
| content.html | string | HTML content when available. |
| content.text | string | Plain text content when available. |
| metadata | object | Metadata when available. |
| links | array | Extracted links when available (shape may vary by source; commonly URL strings). |