Zurück zu Firecrawl
Verbinde Knoon AI mit Firecrawl, um KI-Workflows zu automatisieren.
Fetch a web page with Firecrawl and return extracted content.
firecrawlDefaultScrapeUrl
Beta
Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Optionale Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Parameter
| Name | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| url | mustache | Public URL to scrape (e.g. "https://example.com/article"). | Ja |
| formats | array (mustache) | Optional list of formats to return (e.g. ["markdown","html"]). Defaults to ["markdown"]. | Nein |
| onlyMainContent | boolean | If true, attempts to return only the primary page content. | Nein |
| waitFor | mustache | Optional wait time in milliseconds before scraping (e.g. "2000"). | Nein |
| timeout | mustache | Optional timeout in milliseconds for the scrape request. | Nein |
Rückgaben
| Name | Typ | Beschreibung |
|---|---|---|
| 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 from Firecrawl when available. |
| links | array | Extracted links when available (shape may vary by source; commonly URL strings). |