Retour à Firecrawl

Connecter Knoon AI avec Firecrawl pour automatiser les flux de travail AI.

Fetch a web page with Firecrawl and return extracted content.
firecrawlDefaultScrapeUrl
Bêta
Autorisations
Il n'y a aucun élément à afficher.
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
NomTypeDescriptionRequis
urlmustache Public URL to scrape (e.g. "https://example.com/article").Oui
formatsarray (mustache)Optional list of formats to return (e.g. ["markdown","html"]). Defaults to ["markdown"].Non
onlyMainContentboolean If true, attempts to return only the primary page content.Non
waitFormustache Optional wait time in milliseconds before scraping (e.g. "2000").Non
timeoutmustache Optional timeout in milliseconds for the scrape request.Non
Retours
NomTypeDescription
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).