← Back to catalog
dblp.author
mock data$0.001 / callSearch 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)
Input schema
limit
integerNumber of results (1-30, default 10)
queryrequired
stringAuthor name to search (e.g. "Geoffrey Hinton", "Yann LeCun", "Ilya Sutskever")
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>"}'