VOOZH about

URL: https://apify.com/parseforge/chembl-compounds-scraper

โ‡ฑ ChEMBL Compounds Scraper ยท Apify


Pricing

from $7.50 / 1,000 results

Go to Apify Store

ChEMBL Compounds Scraper

Browse the ChEMBL bioactive molecule catalogue by max clinical phase from preclinical through approved drugs. Returns molecule identifiers, molecular weight, standard InChI, and structural data. Paginate by molregno. Useful for drug discovery, cheminformatics, and pharma research.

Pricing

from $7.50 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

24 days ago

Last modified

Share

๐Ÿ‘ ParseForge Banner

โš—๏ธ ChEMBL Compounds Scraper

๐Ÿš€ Export ChEMBL chemical compounds in seconds. ChEMBL IDs, names, molecular formulas, weights, SMILES, InChI, and clinical phases โ€” direct from the public ChEMBL REST API.

๐Ÿ•’ Last updated. 2026-06-05 ยท ๐Ÿ“Š 12 fields per record ยท more than two million bioactive molecules curated by ChEMBL at EBI ยท Public API ยท No login required

The ChEMBL Compounds Scraper turns the ChEMBL REST API public endpoint into a clean, structured dataset. It queries the source live, normalizes the response into one row per record, and pushes the result into an Apify dataset you can download or pipe to your warehouse.

More than two million bioactive molecules curated by ChEMBL at EBI are covered in a single run, with stable field names and null-safe parsing.

๐ŸŽฏ Target Audience๐Ÿ’ก Primary Use Cases
๐Ÿ’Š Medicinal chemistsInventory bioactive compound space
๐Ÿงช Drug discoveryFilter by clinical phase for repurposing
๐ŸŽ“ EducatorsBuild cheminformatics teaching sets
๐Ÿค– ML teamsTrain molecular property predictors

๐Ÿ“‹ What the ChEMBL Compounds Scraper does

  • Calls the public ChEMBL REST API endpoint with the parameters you supply.
  • Parses the response and flattens each record into a single dataset row.
  • Casts numeric fields to numbers where applicable for clean spreadsheet imports.
  • Surfaces rate-limit or upstream errors as a single-row error record instead of crashing.
  • Exports to every Apify dataset format supported in the UI.

๐Ÿ’ก Why it matters. The raw ChEMBL REST API response is great for API consumers but awkward for spreadsheets and BI tools. This actor normalizes the shape so the data drops straight into pandas, BigQuery, or a Google Sheet.

๐ŸŽฌ Full Demo

๐Ÿšง Coming soon.

โš™๏ธ Input

FieldTypeRequiredDescription
maxPhasestringNoFilter by maximum clinical trial phase reached.
molRegnoMinintegerNoOptional lower bound on the ChEMBL molregno (internal numeric ID). Use to paginate through the full catalog.
maxItemsintegerNoFree users. 10. Paid users. up to 1,000,000. Prefill. 10.

Example 1.

{
"maxPhase":"-1",
"molRegnoMin":1,
"maxItems":10
}

Example 2.

{
"maxPhase":"-1",
"molRegnoMin":1,
"maxItems":50
}

โš ๏ธ Good to Know. This actor calls the public ChEMBL REST API endpoint with no authentication required. Upstream rate limits apply; if the source returns a limit notice, you will see it as a single error record in your dataset.

๐Ÿ“Š Output

Each record is a flat object. error is always last.

FieldTypeDescription
๐Ÿ”น chembl_idstringField from the ChEMBL REST API response.
๐Ÿ”น pref_namestringField from the ChEMBL REST API response.
๐Ÿ”น molecular_formulastringField from the ChEMBL REST API response.
๐Ÿ”น mwstringField from the ChEMBL REST API response.
๐Ÿ”น canonical_smilesstringField from the ChEMBL REST API response.
๐Ÿ”น inchistringField from the ChEMBL REST API response.
๐Ÿ”น max_phasestringField from the ChEMBL REST API response.
๐Ÿ”น indication_classstringField from the ChEMBL REST API response.
๐Ÿ”น atc_classificationsstringField from the ChEMBL REST API response.
๐Ÿ”น structure_typestringField from the ChEMBL REST API response.
๐Ÿ”น scrapedAtstringField from the ChEMBL REST API response.
๐Ÿ”น errorstringSet if the upstream response was an error or rate-limit.

Sample record.

{
"chembl_id":"sample_chembl_id",
"pref_name":"sample_pref_name",
"molecular_formula":"sample_molecular_formula",
"mw":"sample_mw",
"canonical_smiles":"sample_canonical_smiles",
"inchi":"sample_inchi",
"max_phase":"sample_max_phase",
"indication_class":"sample_indication_class",
"atc_classifications":"sample_atc_classifications",
"structure_type":"sample_structure_type",
"scrapedAt":"sample_scrapedAt",
"error":null
}

โœจ Why choose this Actor

| ๐Ÿ†“ | Works with the public ChEMBL REST API endpoint. No API key, no signup. | | ๐Ÿงน | Clean field names, ready for BI tools. | | ๐Ÿ”ข | Numeric strings cast to real numbers where it makes sense. | | ๐Ÿ›Ÿ | Upstream errors and rate limits surface as a clean error record. | | ๐Ÿ”Œ | One-click export to every Apify dataset format. | | ๐Ÿ’พ | Push to dataset, then pipe to BigQuery, Snowflake, Postgres, or Google Sheets. |

๐Ÿ“ˆ How it compares to alternatives

ApproachSetup timeClean shapePaginationError handling
Roll your own fetch30 min +โŒmanualmanual
Copy-paste from the browser5 min, fragileโŒโŒโŒ
This Actor5 sec, no installโœ…โœ…โœ…

๐Ÿš€ How to use

  1. Click Try for free.
  2. Fill in the input (or leave defaults).
  3. Click Start.
  4. Within seconds, the dataset is ready for download or integration.

๐Ÿ’ผ Business use cases

๐Ÿ“Š Analytics. Pipe records into your warehouse and join against internal data for cross-source dashboards.

๐Ÿค– Automation. Trigger this actor on a schedule, then push results to Slack, Airtable, or Google Sheets.

๐Ÿงช Research. Snapshot the public state of ChEMBL REST API on a date and archive it for reproducible studies.

๐Ÿ“ฐ Editorial. Verify quotes, numbers, or records cited in stories with a one-click fresh pull.

๐Ÿ”Œ Automating ChEMBL Compounds Scraper

  • Make / Zapier. Trigger this actor on a schedule, push results to Slack, Airtable, Google Sheets, or anywhere else.
  • Cron schedule. Use the native Apify scheduler to run on any cadence.
  • Webhooks. Get a POST to your endpoint the moment a run finishes.
  • Pipe to BigQuery / Snowflake / Postgres. Native Apify integrations move datasets straight into your warehouse.

๐ŸŒŸ Beyond business use cases

๐ŸŽ“ Education. Build classroom datasets without paying for a commercial feed.

๐Ÿงช Personal research. Track changes in the source over time on your own schedule.

๐Ÿค Non-profit and open data. Build public dashboards without writing client code.

๐Ÿงฐ Tinkering and prototyping. Wire up a fresh data feed in seconds to test a new chart or model.

๐Ÿค– Ask an AI assistant about this scraper

Pop this README into ChatGPT, Claude, or any AI assistant and ask it to map your specific workflow to the actor's inputs. The schema, examples, and field list above contain everything an LLM needs to design a working pipeline.

โ“ Frequently Asked Questions

โ“ Do I need an API key? No. This actor calls the public ChEMBL REST API endpoint with no authentication required.

โ“ Is there a rate limit? The upstream source may rate-limit aggressive use. If you hit a limit, the actor pushes a single error record rather than crashing.

โ“ Which formats can I download? Every format Apify's dataset UI supports.

โ“ Are values cast to numbers? Where the source returns numeric strings for numeric fields, yes.

โ“ How do you handle upstream errors? A single record with a populated error field is pushed, then the actor exits cleanly.

โ“ Can I schedule runs? Yes. Use Apify's native scheduler, Make, Zapier, or cron.

โ“ Is this scraping or API? API. The ChEMBL REST API endpoint is fully public; this actor only normalizes the response.

โ“ Will the schema change? Core fields are stable. Optional fields surface as null when the source omits them.

โ“ How fresh is the data? Each run hits the live endpoint, so the data is as fresh as the source allows.

โ“ Can I filter the output? Yes. The input fields above let you narrow the result set before it lands in your dataset.

๐Ÿ”Œ Integrate with any app

Apify ships native integrations with Make, Zapier, Slack, Discord, Google Drive, Google Sheets, Gmail, Airbyte, Keboola, Telegram, GitHub, and any REST API or webhook endpoint. Trigger runs from a calendar event, a form submission, a cron job, or pipe results straight into BigQuery, Snowflake, or a Postgres warehouse.

๐Ÿ”— Recommended Actors

ActorWhat it does
ParseForge OurAirports ScraperGlobal airport database.
ParseForge Alpha Vantage ScraperStocks, FX, crypto, and indicators.
ParseForge CurseForge Mods ScraperPublic mod metadata from CurseForge.
ParseForge NBA Stats ScraperPlayer and team stats from NBA.com.

๐Ÿ’ก Pro Tip. Browse the complete ParseForge collection for 900+ production-grade scrapers across business intelligence, real estate, e-commerce, sports, finance, and public records.


Disclaimer. This actor scrapes only publicly available data. ParseForge is not affiliated with, endorsed by, or sponsored by any of the third-party services referenced. Users are responsible for complying with the target site's terms of service and applicable law. Create a free account w/ $5 credit.

You might also like

ChEMBL Targets Scraper

parseforge/chembl-targets-scraper

Query the ChEMBL target catalog by ID, keyword, organism, or target type. Records include target ChEMBL ID, preferred name, organism, target type, gene symbol, tax ID, components with accession and description, and cross references. Useful for drug discovery research and target review.

ChEMBL Molecules Scraper

parseforge/chembl-molecules-scraper

Scrape molecules from EBI ChEMBL public API including SMILES, InChI, molecular properties (MW, logP, HBA, HBD, PSA, RTB), max phase, ATC classifications, oral/parenteral/topical flags, first approval, black box warning, prodrug and withdrawn flag. 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.

ChEMBL Assays Scraper

parseforge/chembl-assays-scraper

Query the ChEMBL assay catalog by assay ID, target, keyword, type, organism, or confidence score. Records carry assay ID, description, type, category, organism, strain, tissue, target, document, confidence score, BAO label, and relationship type. Useful for drug discovery research.

MyChem.info Drug Annotation Scraper

parseforge/mychem-drug-annotation-scraper

Resolve any drug name or InChIKey into a tidy annotation from MyChem.info. Returns DrugBank name and accession, ChEMBL and PubChem ids, UNII, ATC codes, chemical formula, molecular weight, indications, and mechanism classes. Great for drug reference tables and identifier crosswalks.

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