Voltar para Firecrawl

Conectar Knoon AI com Firecrawl para automatizar fluxos de trabalho de AI.

Fetch a web page with Firecrawl and return extracted content.
firecrawlDefaultScrapeUrl
Beta
Permissões
Não há itens para exibir.
Permissões opcionais
Não há itens para exibir.
Parâmetros
NomeTipoDescriçãoObrigatório
urlmustache Public URL to scrape (e.g. "https://example.com/article").Sim
formatsarray (mustache)Optional list of formats to return (e.g. ["markdown","html"]). Defaults to ["markdown"].Não
onlyMainContentboolean If true, attempts to return only the primary page content.Não
waitFormustache Optional wait time in milliseconds before scraping (e.g. "2000").Não
timeoutmustache Optional timeout in milliseconds for the scrape request.Não
Devoluções
NomeTipoDescrição
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 from Firecrawl when available.
linksarray Extracted links when available (shape may vary by source; commonly URL strings).