News
Google News, driven by exactly one of: a query, a topic, a section, a story cluster, a publisher, or a Knowledge Graph entity.
GET
/v1/google/news10 creditsParameters
Supply at least one of q or topic_token or section_token or story_token or publication_token or kgmid. Neither is required on its own.
| Name | Type | Required | Description |
|---|---|---|---|
| q | string | one of | Keyword search. |
| topic_token | string | one of | Topic stream token. |
| section_token | string | one of | Section-within-topic token. |
| story_token | string | one of | Story cluster token. |
| publication_token | string | one of | Publisher page token. |
| kgmid | string | one of | Knowledge Graph entity id. |
| google_domain | string | optional | Regional Google domain, default "google.com". |
| so | number | optional | 0 = relevance, 1 = date. Search mode only. |
| hl | string | optional | Interface language, e.g. "en", "tr". Default "en". |
| gl | string | optional | Country code for ranking, e.g. "us", "tr". Default "us". |
Request
curl --request GET 'https://data-api.roketfy.com/v1/google/news?q=%3Cq%3E' \
--header 'Authorization: Bearer YOUR_TOKEN'MCP
Available to AI agents as the tool google_news, with the same parameters and the same credit cost.