Tilbake til Firecrawl
Koble til Knoon AI med Firecrawl for å automatisere AI-arbeidsflyter.
Fetch a web page with Firecrawl and return extracted content.
firecrawlDefaultScrapeUrl
BETA
Tillatelser
Det finnes ingen elementer å vise.
Valgfrie tillatelser
Det finnes ingen elementer å vise.
Parametere
| Navn | Type | Beskrivelse | Påkrevd |
|---|---|---|---|
| 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"]. | Nei |
| onlyMainContent | boolean | If true, attempts to return only the primary page content. | Nei |
| waitFor | mustache | Optional wait time in milliseconds before scraping (e.g. "2000"). | Nei |
| timeout | mustache | Optional timeout in milliseconds for the scrape request. | Nei |
Returer
| Navn | Type | Beskrivelse |
|---|---|---|
| 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). |