PubChem Compound Properties
Pricing
Pay per usage
Go to Apify Store

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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
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
| Field | Type | Default | Description |
|---|---|---|---|
queries | string | aspirin,caffeine,2244 | Comma-, semicolon-, or newline-separated compound names or numeric CIDs |
queryType | enum | auto | auto (detect CID vs name), name, or cid |
maxItems | integer | 10 | Max results (1–100) |
includeSynonyms | boolean | true | Fetch and include compound synonyms |
Output
Each record includes:
| Field | Description |
|---|---|
query | Original query string |
queryType | How the query was interpreted (name or cid) |
cid | PubChem Compound ID |
title | Compound title / IUPAC name |
molecularFormula | Molecular formula |
molecularWeight | Molecular weight |
canonicalSmiles | Canonical SMILES representation |
isomericSmiles | Isomeric SMILES representation |
inchi | InChI identifier |
inchikey | InChIKey (hashed InChI) |
synonyms | Semicolon-separated synonyms |
pubchemUrl | PubChem compound page URL |
fetchedAt | ISO-8601 fetch timestamp |
Usage
# Run locallyapify run# Deploy to Apifyapify push
Data source
PubChem PUG REST API — public, no API key required.