← Back to catalog
dblp.search
mock data$0.001 / callSearch CS Papers
Search 7M+ computer science publications on DBLP by title, keyword, or topic. Returns title, authors, venue (NeurIPS, ICML, CVPR, ACL, etc.), year, DOI. The largest CS-specific bibliography — covers journals, conferences, and workshops (DBLP, CC0)
Input schema
year
integerFilter by publication year (e.g. 2024)
limit
integerNumber of results (1-50, default 20)
queryrequired
stringSearch query — paper title, keyword, or topic (e.g. "transformer attention", "graph neural network", "LLM reasoning")
Call via REST
curl -X POST https://unifyapi.pro/api/call/dblp.search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"year":0,"limit":0,"query":"<query>"}'