Reactome Biological Pathways Scraper avatar

Reactome Biological Pathways Scraper

Pricing

from $0.50 / 1,000 results

Go to Apify Store
Reactome Biological Pathways Scraper

Reactome Biological Pathways Scraper

$0.5/1K 🔥 Reactome Pathways! Pull biological pathways, reactions & participants by species or query. No key. JSON, CSV, Excel or API in seconds. Power bioinformatics and drug-target research ⚡

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

ninhothedev

ninhothedev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

16 hours ago

Last modified

Categories

Share

Scrape curated biological pathways, reactions and their participants from Reactome — the open, peer-reviewed pathway knowledgebase — for 15+ species. Powered by the free, key-less Reactome ContentService. No API key, no account, no scraping tricks. Clean JSON in, clean JSON out.

From roughly ~$0.50 per 1,000 pathways, this actor turns Reactome's manually-curated systems-biology graph into flat, pipeline-ready records.

What you get

Each record is a normalised pathway or reaction:

fieldmeaning
st_idReactome stable ID (e.g. R-HSA-70171)
db_idinternal Reactome dbId
namedisplay name
species / tax_idspecies name + NCBI taxonomy id
is_in_diseaseboolean disease flag
has_diagramboolean — a process diagram exists
summaryhuman-readable summation (capped 4,000 chars)
sub_event_countnumber of child events
sub_eventscompact [{stId, name}] list (capped 30)
literature_countnumber of literature references
is_reactiontrue = reaction (ReactionLikeEvent), false = pathway
urlReactome detail page
diagram_urlpathway diagram PNG (ContentService exporter)
source, scraped_atprovenance

Note on diagram_url: standard process diagrams and reactions export reliably as PNG. A handful of very high-level "EHLD" landing pathways (e.g. Autophagy, Cell Cycle) use illustrated overviews and may not render through the diagram exporter — the URL is still emitted for completeness.

Modes

modedoeskey inputs
toplevel (default)Top-level pathways for a speciesspecies
searchFind pathways/reactions by keywordqueries, species
pathwaysRich detail for explicit stable IDsstIds

Input

{
"mode": "toplevel",
"species": "9606",
"queries": ["glycolysis", "apoptosis"],
"stIds": ["R-HSA-70171"],
"maxItems": 200
}
  • species accepts an NCBI tax id (9606 human, 10090 mouse, 10116 rat, …) or a display name (Homo sapiens).
  • Human currently exposes 29 top-level pathways; a keyword search like glycolysis returns the Glycolysis pathway (R-HSA-70171) with its 16 sub-events.

Use cases

  • Systems biology — pull the full curated pathway hierarchy per organism.
  • Pathway enrichment pipelines — feed gene/reaction sets into over- representation or GSEA workflows with clean stable IDs.
  • Drug-target research — flag disease pathways (is_in_disease) and drill into reactions around a target.
  • Teaching & courses — ready-made, referenced pathway summaries and diagrams for lectures and notebooks.

How this differs from our other life-science scrapers

This account also publishes sequence and structure scrapers. They answer different questions:

ActorLayerAnswers
Reactome (this)Pathways & reactionsHow do molecules interact — the curated biological process
UniProtProtein sequence & annotationWhat is this protein
ChEMBLBioactivity / chemistryWhat compounds hit this target
EnsemblGenes & genomesWhere is this gene on the genome
RCSB PDB / AlphaFold3D structureWhat does the molecule look like

Reactome is the pathway/network layer — curated, reviewed reactions and the pathways that contain them — not sequences, genes or 3D coordinates. Use it when you need biological process context, then join on st_id / cross-references to the actors above.

Related actors: uniprot-scraper · chembl-scraper · alphafold-structures-scraper · ensembl-scraper

Data & licence

Reactome data is released under CC-BY-4.0 — free to use with attribution to Reactome. This actor only reads the public ContentService; please cite Reactome in derived work.