← Back to catalog
pdb.search
mock data$0.001 / callSearch Protein Structures
Search 220K+ macromolecular 3D structures in the Protein Data Bank by keyword, protein name, organism, or author. Returns PDB IDs with relevance scores. The canonical database for structural biology, X-ray crystallography, cryo-EM, and NMR structures (RCSB PDB)
Input schema
limit
integerMaximum number of results (1-50). Default: 10
queryrequired
stringSearch query — keyword, protein name, organism, or author (e.g. "insulin", "hemoglobin", "Homo sapiens", "Watson")
Call via REST
curl -X POST https://unifyapi.pro/api/call/pdb.search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":10,"query":"<query>"}'