Serpapi Google News
serpapi_google_newsSearch Google News for <query> — returns headline, source, link, date, and snippet via SerpApi. Example: serpapi_google_news({ q: "openai", gl: "us", hl: "en", _apiKey: "your-serpapi-key" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | News search query, e.g. "openai", "federal reserve rate" | |
| gl | No | Optional two-letter country code, e.g. "us", "gb" | |
| hl | No | Optional two-letter UI language code, e.g. "en", "fr" | |
| _apiKey | Yes | SerpApi API key (get one at serpapi.com) |