Google News endpoints
Google offers two endpoints for news search results: news.google.com and https://www.google.com/search/q=[searchTerm]&tbm=nws Bright Data offers Fast SERP results only for: https://www.google.com/search/q=[searchTerm]&tbm=nws . Bright Data will provide results for news.google.com , but with in our regular SERP.Fast News Search Request
Fast SERP for Google News works best with the native proxy interface. If you need a REST API interface for your architecture, one can be provided.For Fast SERP, both the
x-unblock-data-format: parsed_lightrequest header and the brd_json=1 URL parameter are required. Omitting either will result in an unexpected response format.Native proxy request
Response Format
A successful response returns a JSON object with the following top-level fields.Choosing image format
For news articles search results in Fast SERP, Bright Data offers to receive the data either as embedded Base64 binary code or as a URL. The default is Base64. In order to get the image links use this header:-H 'x-unblock-img-format: link'
Example:
news array
The primary array of individual news results.
| Field | Type | Description |
|---|---|---|
link | string | URL of the news article |
title | string | Headline of the article |
source | string | Name of the news publisher |
source_logo | string | URL of the publisher’s logo image or Base64 image binary code |
date | string | Publication date/time of the article |
image | string | URL of the article’s thumbnail image or Base64 image binary code |
global_rank | integer | Rank position of the result on the page |
article_sets array
Grouped article clusters organized by topic, each containing a heading label and an items array of articles.
article_sets is not guaranteed to appear in every response. Your implementation should handle its absence gracefully.