DocumentationDashboard

Google

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 credits

Parameters

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.

NameTypeRequiredDescription
qstringone ofKeyword search.
topic_tokenstringone ofTopic stream token.
section_tokenstringone ofSection-within-topic token.
story_tokenstringone ofStory cluster token.
publication_tokenstringone ofPublisher page token.
kgmidstringone ofKnowledge Graph entity id.
google_domainstringoptionalRegional Google domain, default "google.com".
sonumberoptional0 = relevance, 1 = date. Search mode only.
hlstringoptionalInterface language, e.g. "en", "tr". Default "en".
glstringoptionalCountry 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.