Search Knowledge Graph
diffbot.knowledge.searchSearch the Diffbot Knowledge Graph with DQL queries to retrieve structured data on products, organizations, people, and places from billions of web entities.
Instructions
Search Diffbot Knowledge Graph for products, organizations, people, and places — billions of structured entities from the web (Diffbot)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Diffbot Knowledge Graph query (DQL) — e.g. "type:Product title:iPhone" | |
| type | No | Filter results by entity type in Knowledge Graph | |
| size | No | Number of results to return (1-50, default 25) | |
| from | No | Pagination offset for results (default 0) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |