PubChem Compound Properties avatar

PubChem Compound Properties

Pricing

Pay per usage

Go to Apify Store
PubChem Compound Properties

PubChem Compound Properties

Look up PubChem compounds by name or CID and return normalized identifiers, molecular formula, weight, SMILES, InChI, synonyms, and PubChem URLs via the public PUG REST API.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Mori

Mori

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

PubChem Compound Properties — Apify Actor

Look up PubChem compounds by name or CID and return normalized identifiers, molecular formula, weight, SMILES, InChI, synonyms, and PubChem URLs via the public PUG REST API.

Input

FieldTypeDefaultDescription
queriesstringaspirin,caffeine,2244Comma-, semicolon-, or newline-separated compound names or numeric CIDs
queryTypeenumautoauto (detect CID vs name), name, or cid
maxItemsinteger10Max results (1–100)
includeSynonymsbooleantrueFetch and include compound synonyms

Output

Each record includes:

FieldDescription
queryOriginal query string
queryTypeHow the query was interpreted (name or cid)
cidPubChem Compound ID
titleCompound title / IUPAC name
molecularFormulaMolecular formula
molecularWeightMolecular weight
canonicalSmilesCanonical SMILES representation
isomericSmilesIsomeric SMILES representation
inchiInChI identifier
inchikeyInChIKey (hashed InChI)
synonymsSemicolon-separated synonyms
pubchemUrlPubChem compound page URL
fetchedAtISO-8601 fetch timestamp

Usage

# Run locally
apify run
# Deploy to Apify
apify push

Data source

PubChem PUG REST API — public, no API key required.