Skip to content

Serper

Runtime provider id: serper. Calls the Serper Google Search API.

Field Type Notes
apiKey string Required. Serper API key.

Serper supports the full normalized parameter set: count (num), freshness/start_date/end_date (mapped to a Google-style tbs range), country (mapped to gl), and safe_search (mapped to active/off).

{
"search": {
"enabled": true,
"provider": "serper",
"serper": { "apiKey": "..." }
}
}