Google Knowledge Graph Explorer

Free, no signup. Look up an entity by name or machine ID and inspect the labels, descriptions, types, and identifiers returned by Google's Knowledge Graph Search API.

Google Knowledge Graph IDs
IDMeaningUse
/m/… Freebase-era machine IDLook up an entity by ID
/g/… Newer Google-native machine IDLook up an entity by ID

Source: Google Knowledge Graph Search API conventions

live Google Knowledge Graph data · top 3 matches

Checks run from our server; we fetch the URL you enter and don't keep the results. Anonymous run-level outcome counters may be used for aggregate research; URLs, domains, IPs, and identifiers are never included, and no statistic is released below 100 runs.

Feedback
Report a bug

Found something broken in Kg Explorer? Let us know what happened — this goes straight to a private triage queue, not a public list.

What will be sent
 No tool inputs, uploads, pasted source, complete results, query parameters, or URL fragments are attached automatically. You can edit or remove the selected passage above. Browser and anti-abuse metadata is processed for spam prevention. 

Data from the Google Knowledge Graph Search API. The confidence number is how well an entity matched your query — it is not an authority or "entity strength" score, and Google is phasing it out. Descriptions come from Wikipedia where shown (licensed CC BY-SA). Results are cached for up to 24 hours.

Sample report

Look up Anthropic, and the tool asks the Knowledge Graph API and returns:

Illustrative example — a live lookup calls Google's Knowledge Graph API, which this static page can't call; the card shape below matches exactly what the tool renders for a found entity

In the Knowledge Graph

Google knows “Anthropic” as an entity.

Anthropic

Technology company

Anthropic is an American AI startup company founded in 2021. Wikipedia →

Organization Corporation Thing
KG ID: /g/11h_2zs0j3 see the knowledge panel → match confidence 812
  • The green banner is the headline — it confirms Google's Knowledge Graph has an entity matching the query at all, before you look at any detail. See what "found" vs. "not found" mean ↓.
  • The mid is the durable identifier/g/11h_2zs0j3 is the machine ID behind this entity's knowledge panel; it's what you'd cite if corroborating the entity elsewhere.
  • Match confidence isn't a percentage — it's a relative relevance score for how well the query matched this entity versus other candidates, useful mainly for comparing results within one search, not across different searches.

Below the card, the tool generates copy-paste JSON-LD that reinforces the entity on a page you own:

{
  "@context": "https://schema.org",
  "@type": "Organization",
  "@id": "https://site.example/#entity",
  "url": "https://site.example",
  "name": "Anthropic",
  "description": "Anthropic is an American AI startup company...",
  "sameAs": [
    "https://en.wikipedia.org/wiki/Anthropic",
    "https://www.google.com/search?kgmid=/g/11h_2zs0j3"
  ]
}

Paste that inside a <script type="application/ld+json"> tag on the entity's home page. The sameAs array links the Wikipedia source and the Google KG ID, so your page corroborates the exact entity Google already knows — the same technique covered in Knowledge Graph SEO.

How to use it

  1. Type an entity name into the box — a person, company, or brand, e.g. Anthropic or Patrick Stox. Use the exact name you'd expect Google to know it by.
  2. Optionally narrow the type filter (Person, Organization, Place, Product…) if a name is ambiguous and you want to disambiguate the match.
  3. Press Look up. You get a found / not-found verdict and up to the top three matching entities.
  4. If it's found, scroll to the schema block, add your site URL, and copy the generated JSON-LD. If it's not found, work through the playbook.
  5. Switch to Compare 2 to look up two entities side by side — useful for checking yourself against a competitor. Use Copy share link to send a lookup to a colleague.

How to read the result

  • In the Knowledge Graph (green) — at least one entity matched your query. The top match is highlighted; up to three matches are shown in case the name is ambiguous.
  • Not found (red) — nothing matched, so the entity isn't in the Knowledge Graph yet. You get the not-found playbook instead of an entity card.
  • Type chips — the schema.org types Google assigns the entity (Organization, Person, Place…). Thing is the catch-all and is dropped from the generated JSON-LD unless it's all Google has.
  • KG ID (mid) — the stable machine identifier, e.g. /m/0d6lp. The "see the knowledge panel" link opens google.com/search?kgmid=… for that exact entity.
  • Match confidence — how well the entity matched your query text, not an authority or "entity strength" score. It's absent for entities returned by the newer API, and Google is phasing it out.

How it works

Each lookup calls a small server endpoint (/api/kg-lookup) that queries the official Google Knowledge Graph Search API with your name and any type filter. The raw response is normalised down to the fields shown — name, mid, types, description, the Wikipedia summary, image, and the match score — and cached for up to 24 hours (misses are cached too, so repeat "not found" checks are cheap).

The JSON-LD is built in your browser from that normalised entity: it picks the most specific schema.org type Google reported, keeps the name and description, and assembles a sameAs array from the Wikipedia URL and the Google KG ID. Add your own site URL and it sets url and an @id so you claim the entity's home page as yours. Nothing you look up is stored; descriptions shown come from Wikipedia (CC BY-SA).

Features

  • Found / not-found verdict against live Google Knowledge Graph data, top three matches.
  • Optional entity-type filter (Person, Organization, Corporation, Place, Product, and more) to disambiguate common names.
  • Entity card with description, Wikipedia summary, type chips, image, and the Knowledge Graph ID plus a direct link to its knowledge panel.
  • Copy-paste schema.org JSON-LD generated for the entity, with an optional site URL to claim url/@id.
  • A concrete not-found playbook for getting an entity recognised.
  • Side-by-side comparison of two entities and shareable links for any lookup or comparison.

Limitations

This checks Google's Knowledge Graph Search API — not the live knowledge panel, which can differ and isn't publicly queryable. A match means Google recognises the entity string, not that a knowledge panel renders for it. The free comparison covers two entities at a time. The match confidence is a query-relevance number, not authority, so don't read it as entity strength. And Google does not publish a guaranteed Knowledge Graph update timeline, so a recent change may not appear in this API and this tool cannot predict when it will.

Frequently asked questions

What is Google's Knowledge Graph?

The Knowledge Graph is Google's database of real-world entities — people, companies, brands, places, books, and so on — and the facts and relationships between them. It's what powers the knowledge panel that appears on the right of some search results. When Google recognises your brand or name as an entity, it can attach a machine ID (an mid) to it and understand mentions of you across the web as being about the same thing.

How do I check if my brand is in the Knowledge Graph?

Type the brand or person name into this tool and press Look up. It queries the official Google Knowledge Graph Search API and shows the top matches. If your entity is there you'll see its name, description, types, and Knowledge Graph ID; if nothing matches your name, it isn't in the Knowledge Graph yet and you get a step-by-step playbook for getting in.

What is the match confidence score and is it my entity strength?

No. The confidence number is Google's resultScore — how well an entity matched the text of your query, not how authoritative or well-established the entity is. A common brand name can score high simply because the string matches. Google is phasing this value out of the newer API, and this tool only ever labels it 'match confidence' for that reason. There is no public 'entity strength' score.

What is a Knowledge Graph ID (mid) and where do I use it?

The mid is the stable machine identifier Google assigns an entity, shown in the form /m/0d6lp or /g/11.... It uniquely identifies the entity even if the name is ambiguous. You can view the entity's knowledge panel by searching google.com/search?kgmid=<mid>, and reference it in your schema markup via sameAs so you corroborate which real-world entity your page is about.

My entity isn't in the Knowledge Graph — how do I get in?

Use a consistent, accurate name; publish a clear page about the entity; add appropriate Organization or Person markup; and link to authoritative profiles you control. Google does not publish a guaranteed source list or update timeline for Knowledge Graph inclusion, so treat these as identity-consistency practices rather than an admission checklist.

Local data

Saved targets, named lists, and recent check summaries remain only in this browser.

Next stepEntity Coverage Analyzer — generate the corrected version.

Feature requests for Kg Explorer

Upvote what you want most. New ideas can be submitted from the floating Feedback menu; requests appear here once approved, and the most-wanted rise to the top.

Loading…

➕ Request a feature

New requests are reviewed before they appear here.

حول الأداة

واحد معرفة لوحة إما موجود من أجل الخاص بك brand أو إنه لا, مع لا لوحة معلومات إلى تحقّق. ينظر up ال كيان على ملف و احصل مخطط إلى reinforce إنه.

مجاني, من دون تسجيل. ينظر up واحد كيان بواسطة اسم أو آلة ID و افحص ال تسميات, أوصاف, أنواع, و المعرّفات مُعاد بواسطة Google معرفة رسم بياني بحث API.

الميزات

  • موجود / غير موجود حكم مقابل حي Google معرفة رسم بياني بيانات, الأعلى three يطابق.
  • اختياري entity-type تصفية (شخص, مؤسسة, Corporation, موضع, منتج, و أكثر) إلى disambiguate شائع أسماء.
  • كيان بطاقة مع وصف, Wikipedia ملخص, اكتب شرائح, صورة, و ال معرفة رسم بياني ID بالإضافة واحد مباشر رابط إلى الخاص به معرفة لوحة.
  • Copy-paste schema.org JSON-LD منشأ من أجل ال كيان, مع واحد اختياري موقع عنوان URL إلى يدّعي عنوان URL/@id.
  • واحد ملموس غير موجود دليل إجراءات من أجل الحصول على واحد كيان recognised.
  • Side-by-side مقارنة من اثنان كيانات و قابل للمشاركة روابط من أجل أي بحث أو مقارنة.

كيفية العمل

كل بحث استدعاءات واحد صغير خادم نقطة نهاية (/api/kg-lookup) ذلك استعلامات ال رسمي Google معرفة رسم بياني بحث API مع الخاص بك اسم و أي اكتب تصفية. ال خام استجابة هو مطبّع down إلى ال حقول معروض — اسم, متوسط, أنواع, وصف, ال Wikipedia ملخص, صورة, و ال تطابق درجة — و مخزّن مؤقتًا من أجل up إلى 24 ساعات (misses هي مخزّن مؤقتًا أيضًا, لذلك يكرر "ليس موجود" تحقّقات هي رخيص). ال JSON-LD هو منشأ في الخاص بك متصفح من ذلك مطبّع كيان: إنه يختار ال معظم محدد schema.org اكتب Google مُبلّغ عنه, يحتفظ ال اسم و وصف, و assembles واحد sameAs مصفوفة من ال Wikipedia عنوان URL و ال Google معرّف KG. أضف الخاص بك الخاص موقع عنوان URL و إنه مجموعات عنوان URL و واحد @id لذلك أنت يدّعي ال الكيان رئيسي صفحة باعتباره الخاص بك. لا شيء أنت ينظر up هو مخزّن; أوصاف معروض يأتي من Wikipedia (CC BY-SA).

القيود

  • هذا تحقّقات Google معرفة رسم بياني بحث API — ليس ال حي معرفة لوحة, أي يمكن يختلف و ليس publicly queryable. واحد تطابق يعني Google يتعرّف ال كيان string, ليس ذلك واحد معرفة لوحة يصيّر من أجل إنه. ال مجاني مقارنة يغطي اثنان كيانات في واحد وقت. ال تطابق ثقة هو واحد query-relevance number, ليس سلطة, لذلك لا اقرأ إنه باعتباره كيان قوة. و Google يفعل ليس نشر واحد مضمون معرفة رسم بياني تحديث خط زمني, لذلك واحد الأخيرة غيّر قد ليس يظهر في هذا API و هذا الأداة لا يمكن يتنبأ عندما إنه سوف.

الأسئلة الشائعة

ما هو Google معرفة رسم بياني?

ال معرفة رسم بياني هو Google قاعدة بيانات من العالم الفعلي كيانات — أشخاص, companies, العلامات التجارية, places, books, و لذلك على — و ال حقائق و علاقات بين هم. إنه ما يُمكّن ال معرفة لوحة ذلك يظهر على ال الصحيح من بعض بحث نتائج. عندما Google يتعرّف الخاص بك brand أو اسم باعتباره واحد كيان, إنه يمكن أرفق واحد آلة ID (واحد متوسط) إلى إنه و يفهم mentions من أنت عبر ال ويب باعتباره يكون حول ال نفس شيء.

كيف يفعل I تحقّق إذا my brand هو في ال معرفة رسم بياني?

اكتب ال brand أو شخص اسم إلى هذا الأداة و ضغط ينظر up. إنه استعلامات ال رسمي Google معرفة رسم بياني بحث API و يعرض ال الأعلى يطابق. إذا الخاص بك كيان هو هناك you'll انظر الخاص به اسم, وصف, أنواع, و معرفة رسم بياني ID; إذا لا شيء يطابق الخاص بك اسم, إنه ليس في ال معرفة رسم بياني مع ذلك و أنت احصل واحد خطوة بخطوة دليل إجراءات من أجل الحصول على في.

ما هو ال تطابق ثقة درجة و هو إنه my كيان قوة?

لا. ال ثقة number هو Google resultScore — كيف جيدًا واحد كيان مطابق ال نص من الخاص بك استعلام, ليس كيف authoritative أو well-established ال كيان هو. واحد شائع brand اسم يمكن درجة مرتفع ببساطة لأن ال string يطابق. Google هو مراحل هذا قيمة خارج من ال أحدث API, و هذا الأداة فقط على الإطلاق تسميات إنه 'match confidence' من أجل ذلك سبب. هناك هو لا عام 'entity strength' درجة.

ما هو واحد معرفة رسم بياني ID (متوسط) و حيث يفعل I استخدم إنه?

ال متوسط هو ال ثابت آلة المعرّف Google يعيّن واحد كيان, معروض في ال form /m/0d6lp أو /g/11.... إنه uniquely يحدّد ال كيان حتى إذا ال اسم هو ملتبس. أنت يمكن عرض ال الكيان معرفة لوحة بواسطة بحث google.com/بحث?kgmid=<mid>, و مرجع إنه في الخاص بك ترميز المخطط via sameAs لذلك أنت يؤيد أي العالم الفعلي كيان الخاص بك صفحة هو حول.

My كيان ليس في ال معرفة رسم بياني — كيف يفعل I احصل في?

استخدم واحد متسق, دقيق اسم; نشر واحد مسح صفحة حول ال كيان; أضف مناسب مؤسسة أو شخص ترميز; و رابط إلى authoritative ملفات تعريف أنت ضابط. Google يفعل ليس نشر واحد مضمون مصدر قائمة أو تحديث خط زمني من أجل معرفة رسم بياني إدراج, لذلك يعالج هذه باعتباره identity-consistency يمارس بدلًا من واحد admission قائمة تحقق.