← Back to catalog
pubchem.compound_search
mock data$0.001 / callSearch Chemical Compounds
Search 100M+ chemical compounds by name, formula, or SMILES string. Returns CID, molecular formula, weight, IUPAC name, SMILES, InChI, XLogP, H-bond donors/acceptors, exact mass, and complexity. The largest public chemical database (PubChem / NCBI)
Input schema
namerequired
stringCompound name, formula, or SMILES string (e.g. "aspirin", "C9H8O4", "CC(=O)OC1=CC=CC=C1C(=O)O")
limit
integerMaximum results to return (1-20, default 5)
Call via REST
curl -X POST https://unifyapi.pro/api/call/pubchem.compound_search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"name":"<name>","limit":0}'