PubChem Chemical Compound Scraper
Pricing
from $2.00 / 1,000 results
Go to Apify Store
PubChem Chemical Compound Scraper
Search and extract chemical compound data from PubChem. Get molecular structures, properties, safety info, and bioactivity. No API key needed.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer

cloud9
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
14 days ago
Last modified
Categories
Share
Search and extract chemical compound data from PubChem. Get molecular structures, properties, safety info, and bioactivity.
Features
- Extract data from https://pubchem.ncbi.nlm.nih.gov/rest/pug
- Multiple scraping modes: search, property
- Automatic rate limiting (5 req/sec)
- Proxy support via Apify Proxy
Input Configuration
Modes
- search: /compound/name/{query}/JSON
- property: /compound/name/{query}/property/MolecularFormula,MolecularWeight,IUPACName,XLogP,ExactMass,TPSA,Complexity,HBondDonorCount,HBondAcceptorCount/JSON
Example Input
{"mode": "property","query": "example search","maxResults": 10}
Output
The actor stores results in the Apify dataset. Each item contains:
idatomsbondscoordschargeprops
Usage Example
const input = {"mode": "property","query": "example search","maxResults": 10};const run = await ApifyClient.actor('pubchem-scraper').call(input);const { items } = await ApifyClient.dataset(run.defaultDatasetId).listItems();console.log(items);
Limits
- Maximum results per run: 100
- Rate limiting: 5 req/sec
Support
For issues or questions, contact the developer or open an issue on GitHub.
License
Apache-2.0