Search Google Knowledge Graph for entities about people, places, and things.
Search the Google Knowledge Graph to find information about millions of real-world entities and their relationships, like people, places, organizations, and things.
Playground
Your organization, project and token stay in this browser's local storage and are sent
straight to the API — this page never sees them.
POST
item
query
requiredThe entity or topic to search for in the Knowledge Graph
config
limit
Maximum number of entities to return (1-50)
types
Filter results by entity types (e.g., Person, Place, Organization)
languages
Filter results by language codes (e.g., en, fr, es)
Billing
Fixed cost per item requested, plus one entity lookup. The lookup is rate-limited across all Botify customers, which is what it is priced for rather than the cost of the call.
These usage SKUs can be charged on a call.
SKU
Credits
Description
Tool call
1 per request
Charged once per successful item, on top of any usage below.
Entity lookup
5 per lookup
Looks an entity up in a public knowledge graph. The lookup is rate-limited across every Botify customer, so it is priced to stop one caller exhausting the shared ceiling.
Schemas
item is what you send, config how the tool behaves,
and the response is what you get back.
Item
object
Properties
querystringrequired
The entity or topic to search for in the Knowledge Graph
min length 1
Example
{
"query": "string"
}
Configuration
object
Properties
limitinteger
Maximum number of entities to return (1-50)
Default: 10
min 1, max 50
typesarray
Filter results by entity types (e.g., Person, Place, Organization)
languagesarray
Filter results by language codes (e.g., en, fr, es)