UnifyAPI
← Back to catalog

diffbot.search

mock data$0.005 / call

Diffbot Knowledge Graph Search

Search Diffbot Knowledge Graph for products, organizations, people, and places — billions of structured entities from the web (Diffbot)

Web Searchprovider: Diffbot#diffbot#search

Input schema

from

Pagination offset for results (default 0)

integer
size

Number of results to return (1-50, default 25)

integer
type

Filter results by entity type in Knowledge Graph

string
queryrequired

Diffbot Knowledge Graph query (DQL) — e.g. "type:Product title:iPhone"

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.