SERPHouseSERPHouse

Knowledge Card

Unveil the Rich Tapestry of Knowledge with SERPHouse - Yahoo Knowledge Card API.

Access structured entity data from Yahoo's Knowledge Card, providing detailed information about people, places, organizations, and more.

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

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

Response

The Knowledge Card appears in the knowledge_card field within the response results. It contains structured entity information including name, tagline, description, and key attributes.

FieldTypeDescription
titlestringMain title of the knowledge card
tag_linestringSubtitle, category, or tagline
infostringOverview description summary
imagesarrayArray of image objects containing image (string) and link (string)
movies_tvshowsarrayArray of related works containing title, subtitle, image, and link
social_linksarrayArray of social profile links containing title (string) and link (string)
attributestringDynamic key-value metadata facts (e.g. born, spouse, net_worth, etc.)

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 Knowledge CardClick to expand
Yahoo Knowledge Card in search results
{  "knowledge_card": {    "title": "Narendra Modi",    "tag_line": "Prime Minister of India since 2014",    "info": "Narendra Damodardas Modi is an Indian politician who has served as the prime minister of India since 26 May 2014. Modi was the chief minister of Gujarat from 2001 to 2014 and is the Member of Parliament for Varanasi.  Wikipedia ",    "born": " September 17, 1950 (age 75),&nbsp;Vadnagar, India",    "height": " 5'10\" (1.78m)",    "net_worth": " $100 thousand(celebritynetworth.com)",    "spouse": " Jashodaben Modi(m. 1968-1971) ",    "parents": " Heeraben Modi,&nbsp;Priti Adani,&nbsp;Damodardas Mulchand Modi",    "education": " Delhi University,&nbsp;Gujarat University",    "founded": " GIFT City,&nbsp;Software Technology Park of India, Darbhanga,&nbsp;Kutami",    "written": " Exam Warriors",    "party_affiliation": " Bharatiya Janata Party",    "social_links": [      {        "title": "Official Site",        "link": "https://www.narendramodi.in/"      },      {        "title": "Wiki",        "link": "https://en.wikipedia.org/wiki/Narendra_Modi"      },      {        "title": "X",        "link": "https://twitter.com/narendramodi_in"      },      {        "title": "Facebook",        "link": "https://www.facebook.com/narendramodi/"      }    ]  }}

Last updated on

How is this guide?

On this page