This section documents the news articles data returned by the Google News endpoint. News articles are part of the Google News response, so no separate API call is needed.Documentation Index
Fetch the complete documentation index at: https://docs.cloro.dev/llms.txt
Use this file to discover all available pages before exploring further.

Article fields
| Field | Type | Description |
|---|---|---|
position | number | Position in news results (1-indexed) |
title | string | Title of the news article |
link | string | URL of the news article |
snippet | string | Text snippet describing the article |
source | string | News source/publisher name |
date | string | Publication date (e.g., “2 hours ago”) |
thumbnail | string | Thumbnail image URL (when available) |
Example request
newsResults array shown below.