Terug naar Firecrawl

Verbinding maken met Knoon AI met Firecrawl om AI-workflows te automatiseren.

Fetch a web page with Firecrawl and return extracted content.
firecrawlDefaultScrapeUrl
BÈTA
Machtigingen
Er zijn geen items om weer te geven.
Optionele machtigingen
Er zijn geen items om weer te geven.
Parameters
NaamTypeBeschrijvingVereist
urlmustache Public URL to scrape (e.g. "https://example.com/article").Ja
formatsarray (mustache)Optional list of formats to return (e.g. ["markdown","html"]). Defaults to ["markdown"].Nee
onlyMainContentboolean If true, attempts to return only the primary page content.Nee
waitFormustache Optional wait time in milliseconds before scraping (e.g. "2000").Nee
timeoutmustache Optional timeout in milliseconds for the scrape request.Nee
Retouren
NaamTypeBeschrijving
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).