Comment on page
News Results
Scrape the News displayed on the Google Search page.
Certain Google queries may result in Google displaying a special container including news. If that is the case, the Google Search Scraping API response body will have a
news_results
key available. Each article in the news container will be displayed as an object under news_results
and the keys for each object are:Element | Type | Description |
---|---|---|
source | String | The name of the source of the result |
title | String | The title of the story |
snippet | String | A snippet extract from the story |
date | String | Time of publishing |
link | String | Link to the story |
thumbnail | String | Thumbnail of the story base64 encoded |
position | Integer | The position in the box |
get
https://serpapi.webscrapingapi.com/v1?
engine=google&api_key=<YOUR_API_KEY>&q=afghanistan
Request Example That Returns News Elements

Scrape Google News Results
Last modified 1yr ago