Firecrawl
Runtime provider id: firecrawl. Uses Firecrawl’s search-with-scrape, returning markdown-derived snippets.
Options
Section titled “Options”| Field | Type | Notes |
|---|---|---|
apiKey |
string | Required. Firecrawl API key. |
Supported search parameters
Section titled “Supported search parameters”Firecrawl supports count (limit) and freshness/start_date/end_date (mapped to a Google-style tbs range). country and safe_search are not supported. Because each result is scraped for markdown content, requests use a longer 60-second timeout, and snippets are truncated to 1200 characters.
Example config
Section titled “Example config”{ "search": { "enabled": true, "provider": "firecrawl", "firecrawl": { "apiKey": "fc-..." } }}