UnifyAPI
← Back to catalog

pdb.search

mock data$0.001 / call

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

Science & Researchprovider: Pdb#pdb#science

Input schema

limit

Maximum number of results (1-50). Default: 10

integer
queryrequired

Search query — keyword, protein name, organism, or author (e.g. "insulin", "hemoglobin", "Homo sapiens", "Watson")

string

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

Try it

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