
Organic results in Google Search
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
The AI Assistant is here to help — ask it anything instead of browsing through the pages.
Schema for organic search results returned by the Google Search endpoint, including page title, URL, snippet, position, sitelinks, and rich enrichments.

Organic results in Google Search
{
"query": "best laptops for programming",
"country": "US"
}
| 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) |
{
"success": true,
"result": {
"organicResults": [
{
"position": 1,
"title": "Best Laptops for Programming in 2026",
"link": "https://example.com/best-laptops-for-programming",
"displayedLink": "example.com › best-laptops",
"snippet": "We tested dozens of laptops, and these are the top picks for developers in 2026...",
"page": 1
},
{
"position": 2,
"title": "Top 10 Developer Laptops Reviewed",
"link": "https://example.com/dev-laptops-review",
"displayedLink": "example.com › dev-laptops-review",
"snippet": "An in-depth comparison of laptops for software developers.",
"page": 1
}
]
}
}
Was this page helpful?