Google News Search. Given a search query, return the searched news.
Try it in the Widget Center
Click this url to try this widget and copy the Pro Config template.
Usage
By default, this widget will use a crawler to get the content inside each searched link. However, if the follow_links is unset, it will return the links of the news only.
Input Parameters
Name
Type
Description
Default
Required
query
string
The search query string that specifies what the search should be about.
num_results
integer
The number of search results to return.
10
length_per_result
integer
the maximum token of each search result text.
300
follow_links
boolean
A flag indicating whether to follow links within the search results for more detailed information.
True
Output Parameters
Name
Type
Description
File Type
search_results
array
The result of google news search, containing the links, titles, and other useful information