SERPHouseSERPHouse

Organic

SERPHouse - Unlocking The Riches Of Yahoo's Organic Search Results.

Access natural, non-paid search listings from Yahoo's main search results, including title, URL, snippet, and position data.

Requires authentication → provide your API key as a Bearer token in the Authorization header.

POST https://api.serphouse.com/yahoo-web

Response

Organic results appear in the organic field within the response results. Each entry contains standard search listing fields.

FieldTypeDescription
positionintegerRanking position on the page
titlestringPage title
linkstringURL to the page
display_linkstringDisplayed URL in search results
snippetstringPage description or snippet

Example Request

curl --location --request POST 'https://api.serphouse.com/yahoo-web' \--header 'Authorization: Bearer <YOUR_API_KEY>' \--header 'Content-Type: application/json' \--data-raw '{    "data": {        "q": "Narendra Modi",        "domain": "in.yahoo.com",        "lang": "lang_en",        "device": "desktop"    }}'
Yahoo OrganicClick to expand
Yahoo Organic search results
{  "organic": [    {      "position": 1,      "title": "Prime Minister of India",      "link": "https://www.pmindia.gov.in/en/",      "display_link": "www.pmindia.gov.in › en ",      "snippet": "5 hours ago ·    Shri Narendra Modi was sworn-in as India’s Prime Minister for the third time on 9th June 2024, following another decisive victory in the 2024 Parliamentary elections. This victory marked the third consecutive term for Shri Modi, further solidifying his leadership.  "    },    {      "position": 2,      "title": "Narendra Modi | NarendraModi.in Official Website of Prime ...",      "link": "https://www.narendramodi.in/",      "display_link": "www.narendramodi.in",      "snippet": " Narendra Modi, the 14th Prime Minister of India, is a figure whose political journey is as intriguing as inspiring. Rising from humble beginnings, Modi's ascent through the ranks of the Rashtriya Swayamsevak Sangh (…  "    },    {      "position": 3,      "title": "Narendra Modi | Biography, Career, &amp; Facts | Britannica",      "link": "https://www.britannica.com/biography/Narendra-Modi",      "display_link": "www.britannica.com › biography › Narendra-Modi ",      "snippet": "3 days ago ·    Narendra Modi is the 14th prime minister of India. His Hindu nationalist policies and some of his economic reforms have proved controversial to many within and outside India.  "    },    {      "position": 4,      "title": "Narendra Modi: Narendra Modi latest news, PM Modi updates ...",      "link": "https://economictimes.indiatimes.com/news/narendra-modi",      "display_link": "economictimes.indiatimes.com › news › narendra-modi ",      "snippet": "15 minutes ago ·    Narendra Modi: Read Narendra Modi latest updates. PM Modi videos, announcements, tweets, Modi rally updates and more on The Economic Times.  "    },    {      "position": 5,      "title": "Narendra Modi (@narendramodi) / Posts / X",      "link": "https://x.com/narendramodi",      "display_link": "x.com › narendramodi ",      "snippet": "Jan 10, 2009 ·    Today, on National Handloom Day, we celebrate India’s rich and vibrant handloom heritage. We also salute the skill, creativity and dedication of our weavers and artisans. For generations, they have preserved and enriched our traditions.  "    },    {      "position": 6,      "title": "Narendra Modi (@narendramodi) • Instagram photos and videos",      "link": "https://www.instagram.com/narendramodi/",      "display_link": "www.instagram.com › narendramodi ",      "snippet": " 106M Followers, 0 Following, 1,467 Posts - Narendra Modi (@narendramodi) on Instagram: \"Prime Minister of India 🇮🇳\"  "    }  ]}

Last updated on

How is this guide?

On this page