This section documents the organic results data returned by the Google Search endpoint. Organic results are part of the Google 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.
Example request
organicResults array documented below.
Overview
Organic results are the standard non-paid search results returned by Google Search. They include title, link, snippet, and position metadata for each result.
Organic result structure
| Field | Type | Description |
|---|---|---|
position | number | Position in search results (1-indexed) |
title | string | Title of the search result |
link | string | URL of the search result |
displayedLink | string | Formatted URL as displayed in search results |
snippet | string | Search result snippet |
page | number | Page number where result was found (for multi-page) |