# Google News Result API Documentation

The **Google News Scraper API** lets you programmatically extract real-time news headlines, URLs, publishers, timestamps, and article snippets directly from Google News search results. It’s built to help you monitor breaking stories, track brand mentions, follow industry trends, or power news aggregation tools, all without worrying about IP blocks or parsing HTML.

Whether you're building a media monitoring app, automating competitive research, or enriching content feeds, this API delivers fast, clean, and structured news data at scale.\
\
We provide two News Scraper APIs👇

* ***Google News search API***�� In this API you will get the JSON data for the **Google Search “News” results page,** the Google general search interface with the **News vertical/tab applied**.
* ***Google News API***��In this API you will get the JSON data for the **standalone Google News website** (`news.google.com`). Google refers to it simply as **Google News,** a dedicated news aggregator product that shows headlines and links across publishers.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.scrapingdog.com/google-news-result-api-documentation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
