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.
| Field | Type | Description |
|---|---|---|
| title | string | Main title of the knowledge card |
| tag_line | string | Subtitle, category, or tagline |
| info | string | Overview description summary |
| images | array | Array of image objects containing image (string) and link (string) |
| movies_tvshows | array | Array of related works containing title, subtitle, image, and link |
| social_links | array | Array of social profile links containing title (string) and link (string) |
| attribute | string | Dynamic 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

{ "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), Vadnagar, India", "height": " 5'10\" (1.78m)", "net_worth": " $100 thousand(celebritynetworth.com)", "spouse": " Jashodaben Modi(m. 1968-1971) ", "parents": " Heeraben Modi, Priti Adani, Damodardas Mulchand Modi", "education": " Delhi University, Gujarat University", "founded": " GIFT City, Software Technology Park of India, Darbhanga, 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/" } ] }}Related Links
Last updated on
How is this guide?