UnifyAPI
← Back to catalog

dblp.author

mock data$0.001 / call

Search CS Authors

Search 3M+ computer science authors on DBLP. Returns author name, DBLP PID, profile URL, aliases, affiliations. Use for finding researchers, checking publication records, or discovering collaborators (DBLP, CC0)

Science & Researchprovider: Dblp#dblp#science

Input schema

limit

Number of results (1-30, default 10)

integer
queryrequired

Author name to search (e.g. "Geoffrey Hinton", "Yann LeCun", "Ilya Sutskever")

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/dblp.author \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"limit":0,"query":"<query>"}'

Try it

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