Skip to content

Firecrawl

Runtime provider id: firecrawl. Uses Firecrawl’s search-with-scrape, returning markdown-derived snippets.

Field Type Notes
apiKey string Required. Firecrawl API key.

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.

{
"search": {
"enabled": true,
"provider": "firecrawl",
"firecrawl": { "apiKey": "fc-..." }
}
}