Organic
Description: Organic Results are standard search listings that appear based on their relevance to the search query, without any paid promotion. These results are determined by Google's search algorithms.
API Response Structure:
{
"type": "organic",
"title": "Understanding Organic Search Results",
"description": "Organic search results are listings on search engine results pages that appear because of their relevance to the search terms.",
"link": {
"url": "https://example.com/organic-results",
"visibleText": "Example.com › organic-results",
"htmlJump": false
},
"order": 3
}
Fields:
-
type
(string): Identifies the result type (organic
). -
title
(string): Title of the search result. -
description
(string): Snippet of text from the webpage. -
link
(object):-
url
(string): The URL of the source webpage. -
visibleText
(string): The display text for the link. -
htmlJump
(boolean): Indicates if the link contains HTML jump anchors.
-
-
order
(integer): Position of the result in the search results.