VOOZH about

URL: https://apify.com/cloud9_ai/pubchem-scraper

โ‡ฑ PubChem Scraper - Chemical Compound Data Extraction ยท Apify


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

cloud9

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

Search and extract chemical compound data from PubChem. Get molecular structures, properties, safety info, and bioactivity.

Features

Input Configuration

Modes

  1. search: /compound/name/{query}/JSON
  2. 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:

  • id
  • atoms
  • bonds
  • coords
  • charge
  • props

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

You might also like

PubChem Compound Scraper

parseforge/pubchem-compound-scraper

Export chemical compound data from PubChem, the world's largest open chemistry database with 119M+ compounds. Look up by CID, name, SMILES, or InChIKey. Pull molecular formulas, weights, structures, synonyms, IUPAC names, and properties.

PubChem Compound Scraper - Chemical & Drug Data API

pink_comic/pubchem-compound-search

Scrape NIH PubChem chemical compound data by name, formula, SMILES, or CID. Get molecular weight, IUPAC, InChI, SMILES, XLogP, synonyms, and drug data for pharma, toxicology, and R&D workflows.

PubChem Chemical Compound Scraper

crawlerbros/pubchem-chemical-compound-scraper

Search PubChem - the world's largest free chemistry database with 100M+ compounds. Search by name, get by CID, or fetch synonyms. Returns molecular formula, weight, SMILES, InChI, logP, H-bond counts, and more. No API key required.

PubChem Compound Lookup โ€” Chemistry API for Pharma R&D

azureblue/pubchem-compound-scraper

Look up chemical compounds in PubChem by name. Returns CID, molecular formula, weight, SMILES, InChI, IUPAC name, physicochemical properties, description and synonyms.

PubChem Compound Scraper

crawlerbros/pubchem-scraper

Scrape PubChem - the world's largest free chemistry database with 100M+ compounds. Search by name, CID, SMILES, or full-text. Returns molecular formula, weight, SMILES, InChI, logP, H-bond counts, synonyms, and more.

PubChem Compound Scraper

crawlergang/pubchem-scraper

Scrape PubChem - the world's largest free chemistry database with 100M+ compounds. Search by name, CID, SMILES, or full-text. Returns molecular formula, weight, SMILES, InChI, logP, H-bond counts, synonyms, and more.

1

5.0

ECHA Scraper โ€” EU Chemical Substance Data & Hazard Info

studio-amba/echa-scraper

Scrape chemical substance records from the European Chemicals Agency. Get CAS numbers, EC numbers, molecular formulas, hazard classifications, and REACH data.

EPA Toxic Release Inventory (TRI) Crawler

jungle_synthesizer/epa-tri-crawler

Crawl toxic chemical release data from the EPA TRI via the Envirofacts API. Extract facility details, chemical names, release quantities by media (air, water, land), coordinates, and carcinogen flags. Filter by state, chemical, year, and facility.

๐Ÿ‘ User avatar

BowTiedRaccoon

3