UnifyAPI
← Back to catalog

pubchem.compound_search

mock data$0.001 / call

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

Science & Researchprovider: Pubchem#pubchem#science

Input schema

namerequired

Compound name, formula, or SMILES string (e.g. "aspirin", "C9H8O4", "CC(=O)OC1=CC=CC=C1C(=O)O")

string
limit

Maximum results to return (1-20, default 5)

integer

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

Try it

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