Knowledge Panel
Unveil the Rich Tapestry of Knowledge with SERPHouse - Google Knowledge Graph API.
Access structured entity data from Google's Knowledge Graph, 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/google-web
Response
The Knowledge Panel appears in the knowledge_card field within the response results. It contains structured entity information including name, description, image, and key attributes.
| Field | Type | Description |
|---|---|---|
| title | string | Entity name |
| description | string | Entity description |
| image | string | Entity image URL |
| source | object | Source attribution details |
| attributes | array | Key-value pairs of entity attributes |
Example Request
curl --location --request POST 'https://api.serphouse.com/google-web' \--header 'Authorization: Bearer <YOUR_API_KEY>' \--header 'Content-Type: application/json' \--data-raw '{ "data": { "q": "narendra modi", "domain": "google.com", "lang": "en", "device": "desktop", "loc": "United States" }}'Google Knowledge PanelClick to expand

{ "knowledge_card": { "title": "Narendra Modi", "subtitle": "Prime Minister of India ", "VisualDigestFirstImageResult": "Pool/Getty Images ", "VisualDigestSocialMediaResult": " @narendramodi InstagramTomorrow, the Alluri Sitarama Raju International Airport is going to be inaugurated in Bhogapuram, Andhra Pradesh. Big boost to infrastructure! ✈️🛫🛬✈️3 hours ago ", "lab/fact/1p/Born": "Age 75 years Sep 17, 1950 ", "lab/fact/1p/Spouse": "Spouse Jashodaben Modi m. 1968 ", "VisualDigestWebResult": "LinkedIn Narendra Modi - Prime Minister of India - LinkedInExperience · Prime Minister of India. Government of India. May 2014 - Present 12 years 3 months · Chief Minister of Gujarat. Government of Gujarat. Oct 2001 - ...", "description": "DescriptionNarendra 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 years), Vadnagar, India", "spouse": "Jashodaben Modi (m. 1968)", "party": " Bharatiya Janata Party ", "education": "Gujarat University (1983), School of Open Learning, University of Delhi (1978)", "sibling": "Amrit Modi, Vasantiben Hasmukhlal Modi, Soma Modi, Pankaj Modi, Prahlad Modi", "fullname": "Narendra Damodardas Modi", "social_presence": [ { "title": " Instagram", "url": "https://www.instagram.com/narendramodi" }, { "title": " Facebook", "url": "https://www.facebook.com/narendramodi" }, { "title": " X (Twitter)", "url": "https://twitter.com/narendramodi" }, { "title": " YouTube", "url": "https://www.youtube.com/user/narendramodi" } ] }}Related Links
Last updated on
How is this guide?