Top Stories Inline
Description: Shows current news articles directly within the search results.
API Response Structure:
{
"items": [
{
"title": "News Headline",
"date": "1 hour ago",
"domain": "news.example.com",
"url": "https://news.example.com/article",
"media": true,
"publisher": {
"name": "News Organization",
"logo": "https://example.com/logo.png",
"verified": true
},
"category": "Breaking News",
"coverage": {
"sources": 15,
"relatedArticles": 25
}
}
],
"type": "topStoriesInline"
}
Fields:
-
items(array): News articles-
title(string): Article headline -
date(string): Publication time -
domain(string): News source -
url(string): Article URL -
media(boolean): Has images/videos -
publisher(object): Source details -
category(string): News category -
coverage(object): Story metrics
-
-
type(string): Always "topStoriesInline"
