Skip to main content
This section documents the Knowledge Graph data returned by the Google Search endpoint. Knowledge Graph data is part of the same response, so no separate API call is needed.

Overview

Knowledge Graph panel in Google Search
Google’s Knowledge Graph panel surfaces structured information about a queried entity — a person, place, organization, film, product, or other well-known subject. When a panel appears on the SERP, the result includes a knowledgeGraph object. The field is omitted from result when no panel appears — treat it as optional rather than expecting null or an empty object. The panel layout and available sub-fields vary by entity type. An artist panel may include listenOn streaming links and socialPosts, while a restaurant panel may include contact links and webRatings. All sub-fields are optional and appear only when Google includes them.

Top-level fields

FieldTypeDescription
titlestringEntity name as shown in the panel header
typestringEntity category label (e.g. "American rapper", "French museum"). Free-form string — not an enum
kgmidstringGoogle Knowledge Graph ID for the entity
descriptionstringShort entity description (sourced from Wikipedia or Google’s knowledge base)
imageUrlstringEntity image URL as served by Google
websitestringOfficial website URL
menustringMenu URL — present for restaurants and food businesses
trailerstringTrailer URL — present for films and TV shows
sourceobjectAttribution source for the description (see source)
attributesarrayFactual key-value pairs (see attributes)
profilesarraySocial media and external profile links (see profiles)
peopleAlsoSearchForarrayRelated entities users also search for (see peopleAlsoSearchFor)
thingsToKnowarrayTopic clusters from the “Things to know” section (see thingsToKnow)
ratingsarrayReview platform ratings, e.g. Rotten Tomatoes, IMDb (see ratings)
streamingOptionsarrayStreaming links for films and shows (see streamingOptions)
webRatingsarrayLocal business ratings from Google, Tripadvisor, Yelp, etc. (see webRatings)
statsCardobjectStatistics card for sports teams and organizations (see statsCard)
socialPostsarrayRecent posts from the entity’s official social accounts (see socialPosts)
notableAlumniarrayNotable alumni — present for educational institutions (see notableAlumni)
contactarrayContact and ordering links for local businesses (see contact)
weatherobjectCurrent weather — present for geographic entities (see weather)
ratingobjectAggregate star rating for local businesses (see rating)
admissionarrayAdmission options for museums, parks, and ticketed venues (see admission)
artworksarrayNotable artworks for artists and art institutions (see artworks)
has3dModelbooleantrue when Google surfaces a 3D model viewer for the entity
hotelOptionsarrayHotel booking options — present for hotel entities (see hotelOptions)
trendingProductsarrayTrending products for retail brands (see trendingProducts)
merchantVideosarrayBrand or merchant video content (see merchantVideos)
listenOnarrayMusic streaming links for musicians and musical acts (see listenOn)

Sub-type schemas

source

Attribution source for the entity description.
FieldTypeDescription
namestringDisplay name of the source (e.g. "Wikipedia")
linkstringURL of the source page

attributes

Factual key-value pairs extracted from the panel (born date, genre, headquarters, founding year, etc.). Keys are free-form strings as rendered by Google.
FieldTypeDescription
keystringAttribute label (e.g. "Born", "Genre", "Headquarters")
valuestringAttribute value

profiles

Social media and external profile links.
FieldTypeDescription
namestringPlatform or profile name (e.g. "Instagram", "X")
linkstringProfile URL

peopleAlsoSearchFor

Related entities that users also search for.
FieldTypeDescription
namestringRelated entity name
linkstringGoogle search URL for the related entity

thingsToKnow

Topic clusters from the “Things to know” section of the panel.
FieldTypeDescription
labelstringTopic cluster label (e.g. "Albums", "Awards")
subtitlestringSupporting text for the topic

ratings

Review platform ratings for films, TV shows, and similar entities.
FieldTypeDescription
platformstringReview platform name (e.g. "Rotten Tomatoes", "IMDb")
ratingstringRating value as displayed (e.g. "88%", "7.5/10")
linkstringURL to the review page

streamingOptions

Streaming platform links for films and TV shows.
FieldTypeDescription
platformstringStreaming platform name (e.g. "Netflix", "Max")
linkstringLink to the content on the platform

webRatings

Local business ratings from review platforms. Different from ratings — these appear on local business panels (restaurants, hotels, attractions) rather than film/show panels.
FieldTypeDescription
platformstringRating platform name (e.g. "Google", "Tripadvisor", "Yelp")
ratingstringRating value as displayed
linkstringURL to the platform’s review page
votesstringNumber of reviews (omitted when not available)

statsCard

Statistics card for sports teams, athletes, and organizations.
FieldTypeDescription
contextstringContext label for the stats (e.g. "2023-24 NBA season")
statsarrayIndividual stat items (label string, value string)

socialPosts

Recent posts from the entity’s official social media accounts.
FieldTypeDescription
platformstringSocial platform name (e.g. "X", "Instagram")
textstringPost text content
linkstringURL to the post
datestringPost date as displayed by Google (e.g. "2 days ago")

notableAlumni

Notable alumni — present for universities and educational institutions.
FieldTypeDescription
namestringAlumni name
linkstringGoogle search URL for this person

contact

Contact and ordering links for local businesses.
FieldTypeDescription
labelstringLink label (e.g. "Order online", "Reserve a table")
urlstringLink URL

weather

Current weather — present for geographic entities (cities, regions, countries).
FieldTypeDescription
temperaturestringTemperature as displayed (e.g. "72°F")
conditionstringWeather condition (e.g. "Sunny", "Partly cloudy")

rating

Aggregate star rating for local businesses.
FieldTypeDescription
ratingstringStar rating value (e.g. "4.5")
countstringNumber of reviews (e.g. "2,847")

admission

Admission purchase options for museums, parks, and ticketed venues.
FieldTypeDescription
providerstringTicket provider name (e.g. "Official website", "GetYourGuide")
pricestringAdmission price as displayed
linkstringURL to purchase tickets
badgestringOptional badge text (e.g. "Free", "Best price") — omitted when not present

artworks

Notable artworks — present for artists and art institutions.
FieldTypeDescription
titlestringArtwork title
linkstringLink to more information about the artwork
authorstringAuthor or creator name — omitted when not present

hotelOptions

Hotel booking options — present for hotel entities.
FieldTypeDescription
providerstringBooking provider name (e.g. "Booking.com", "Hotels.com")
pricestringPrice as displayed (e.g. "$189/night")
linkstringURL to book on this provider
notestringOptional note (e.g. "Includes breakfast") — omitted when not present

trendingProducts

Trending products — present for retail brands.
FieldTypeDescription
titlestringProduct title
pricestringPrice as displayed
linkstringLink to the product

merchantVideos

Brand or merchant video content — present for retail businesses.
FieldTypeDescription
titlestringVideo title
linkstringVideo URL
platformstringVideo platform (e.g. "YouTube") — omitted when not available
durationstringVideo duration as displayed (e.g. "2:34") — omitted when not available

listenOn

Music streaming platform links — present for musicians and musical acts.
FieldTypeDescription
platformstringStreaming platform name (e.g. "Spotify", "Apple Music")
linkstringLink to the artist on the platform

Response example

The following example shows a Knowledge Graph panel for a musician, with several panel-type-specific fields populated.
{
  "success": true,
  "result": {
    "knowledgeGraph": {
      "title": "Eminem",
      "type": "American rapper",
      "kgmid": "/m/01vs_v8",
      "description": "Marshall Bruce Mathers III, known professionally as Eminem, is an American rapper, songwriter, and record producer.",
      "imageUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:...",
      "website": "https://www.eminem.com",
      "source": {
        "name": "Wikipedia",
        "link": "https://en.wikipedia.org/wiki/Eminem"
      },
      "attributes": [
        { "key": "Born", "value": "October 17, 1972" },
        { "key": "Genre", "value": "Hip hop" },
        { "key": "Labels", "value": "Aftermath, Interscope, Shady" }
      ],
      "profiles": [
        { "name": "Instagram", "link": "https://www.instagram.com/eminem/" },
        { "name": "X", "link": "https://x.com/Eminem" }
      ],
      "peopleAlsoSearchFor": [
        { "name": "Jay-Z", "link": "https://www.google.com/search?q=Jay-Z" },
        { "name": "Dr. Dre", "link": "https://www.google.com/search?q=Dr.+Dre" }
      ],
      "thingsToKnow": [
        { "label": "Albums", "subtitle": "The Slim Shady LP, The Marshall Mathers LP, Recovery, ..." },
        { "label": "Awards", "subtitle": "15 Grammy Awards, Academy Award for Best Original Song" }
      ],
      "socialPosts": [
        {
          "platform": "X",
          "text": "The Death of Slim Shady out now everywhere 🎤",
          "link": "https://x.com/Eminem/status/...",
          "date": "3 days ago"
        }
      ],
      "listenOn": [
        { "platform": "Spotify", "link": "https://open.spotify.com/artist/7dGJo4pcD2V6oG8kP0tJRR" },
        { "platform": "Apple Music", "link": "https://music.apple.com/us/artist/eminem/111051" }
      ]
    }
  }
}