Serper
Runtime provider id: serper. Calls the Serper Google Search API.
Options
Section titled “Options”| Field | Type | Notes |
|---|---|---|
apiKey |
string | Required. Serper API key. |
Supported search parameters
Section titled “Supported search parameters”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).
Example config
Section titled “Example config”{ "search": { "enabled": true, "provider": "serper", "serper": { "apiKey": "..." } }}