← Back to catalog
diffbot.search
mock data$0.005 / callDiffbot Knowledge Graph Search
Search Diffbot Knowledge Graph for products, organizations, people, and places — billions of structured entities from the web (Diffbot)
Input schema
from
integerPagination offset for results (default 0)
size
integerNumber of results to return (1-50, default 25)
type
stringFilter results by entity type in Knowledge Graph
queryrequired
stringDiffbot Knowledge Graph query (DQL) — e.g. "type:Product title:iPhone"
Call via REST
curl -X POST https://unifyapi.pro/api/call/diffbot.search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"from":0,"size":0,"type":"<type>","query":"<query>"}'