UnifyAPI
← Back to catalog

dblp.search

mock data$0.001 / call

Search 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)

Science & Researchprovider: Dblp#dblp#science

Input schema

year

Filter by publication year (e.g. 2024)

integer
limit

Number of results (1-50, default 20)

integer
queryrequired

Search query — paper title, keyword, or topic (e.g. "transformer attention", "graph neural network", "LLM reasoning")

string

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

Try it

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