VOOZH about

URL: https://apify.com/azureblue/ema-drug-approval-scraper

โ‡ฑ EMA EPAR Lookup โ€” EU Medicines Snapshot API ยท Apify


๐Ÿ‘ EMA EPAR Lookup โ€” One-Shot EU Medicines Snapshot avatar

EMA EPAR Lookup โ€” One-Shot EU Medicines Snapshot

Pricing

$7.00 / 1,000 results

Go to Apify Store

EMA EPAR Lookup โ€” One-Shot EU Medicines Snapshot

Extract EMA-approved medicines data from the official European Medicines Agency EPAR dataset. Filter by name, active substance, or authorisation status.

Pricing

$7.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ azureblue

azureblue

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

2

Monthly active users

2 months ago

Last modified

Categories

Share

EMA Drug Approval Scraper

Extract European Medicines Agency (EMA) approved drug data โ€” filter by name, active substance, or authorisation status.

Downloads the official EMA EPAR (European Public Assessment Reports) dataset and returns structured JSON records with approval dates, therapeutic areas, ATC codes, and direct EMA product URLs.


What does this Actor do?

This Actor downloads EMA's publicly available medicines dataset (updated regularly by EMA) and filters it based on your search criteria. Unlike web scrapers that break on layout changes, this Actor uses the official Excel data export โ€” the same source that regulators and pharma companies use.


Use Cases

1. Pharma Market Analysis

A pharmaceutical consultant needs all EMA-authorised oncology drugs approved after 2020. They set medicineName: "", status: "approved", then filter the output by therapeuticArea and approvalDate. The ATC code and active substance data feed directly into their competitive landscape report.

2. Drug Regulatory Compliance Check

A hospital pharmacist wants to verify that a medicine is currently EMA-authorised before ordering. Input: medicineName: "pembrolizumab". The actor returns the product name, current status, and EMA URL for the official SmPC in seconds.

3. Withdrawn / Refused Drug Monitoring

A patient safety team monitors drugs that have been refused or withdrawn from EU market. Running status: "refused" or status: "withdrawn" monthly with no name filter returns the full list for safety alerts.


Input

FieldTypeRequiredDefaultDescription
medicineNameStringNoโ€”Partial/full name or active substance to filter
statusEnumNoallall, approved, refused, withdrawn
approvedFromStringNoโ€”Only medicines authorised on/after (YYYY-MM-DD)
maxResultsIntegerNo100Maximum records to return (1โ€“10,000)

Example Input

{
"medicineName":"pembrolizumab",
"status":"approved",
"maxResults":50
}

Output

{
"productName":"Keytruda",
"activeSubstance":"pembrolizumab",
"status":"Authorised",
"approvalDate":"2015-07-17",
"therapeuticArea":"Oncology",
"atcCode":"L01FF02",
"productNumber":"EMEA/H/C/003820",
"orphanMedicine":false,
"url":"https://www.ema.europa.eu/en/medicines/human/EPAR/keytruda"
}

Pricing

$0.007 per record.

VolumeEstimated Cost
100 records~$0.70
1,000 records~$7.00
10,000 records~$70.00

Technical Details

  • Data source: EMA official EPAR Excel dataset (publicly available)
  • Updated: Automatically uses the latest EMA dataset on each run
  • Retry logic: 3 retries with exponential backoff
  • No API key required
  • Node.js: v22 LTS

You might also like

EMA European Medicines Search

ryanclinton/ema-medicines-search

Search the European Medicines Agency (EMA) database for medicines authorized across the European Union. This actor queries the official EMA medicines dataset -- updated twice daily -- and returns structured, clean data on human and veterinary medicines.

13

EMA Medicines Scraper - European Drug Authorisation Register

jungle_synthesizer/ema-medicines-authorisation-scraper

Extract EU drug authorisation data from the European Medicines Agency (EMA) register. Human and veterinary medicines: active substance, ATC code, MAH, authorisation status, orphan/biosimilar/generic flags, and product URLs. Filter by category, status, therapeutic area, or ATC code.

๐Ÿ‘ User avatar

BowTiedRaccoon

3

EMA Medicines Scraper ๐Ÿ’Š

shahidirfan/ema-medicines-scraper

Scrape European Medicines Agency data for drug approvals, clinical trials & pharmaceutical information. Extract EMA medicines, regulatory documents & authorization data at scale. Perfect for pharma research & compliance.

European Medicines Agency Medicines Scraper

parseforge/ema-medicines-scraper

Export EU authorised medicines from the European Medicines Agency. Pull medicine name, INN, ATC code, authorisation holder, therapeutic indication, status, and authorisation date. Filter by status, medicine type (human/veterinary), and therapeutic area.

WHO Essential Medicines List โ€” Procurement Lookup API

azureblue/who-essential-medicines-scraper

Scrape the WHO Essential Medicines List (667 medicines, 1400+ recommendations). Filter by name, category, or section. Returns medicine name, category, dosage forms, indications, and EML URL.

EMA Drug Approval Watch โ€” Daily Pharma Monitor

azureblue/ema-drug-approval-watch

Daily delta monitor of EMA new approvals, CHMP opinions and withdrawals from the official EPAR dataset. Webhook-ready alerts for Pharma Competitive Intelligence, Business Development, and Market Access teams.

ANVISA Brazil Medicines Registry Scraper

parseforge/anvisa-brazil-medicines-scraper

Search the ANVISA medicines registry by product name or active ingredient and pull product_name, active_ingredient, manufacturer, registration, expiry_date, category, and presentation. Handy for pharma market research, regulatory monitoring, and competitive intelligence across Brazil.

EU Health & Compliance Data API

lentic_clockss/eu-health-compliance-search

Search EU medicines, medical devices, clinical trials, food safety, environmental, and health datasets in one run. Get structured records fast.

EU Clinical Trials EMA CTIS Scraper

parseforge/euctr-ema-trials-scraper

Query the EMA Clinical Trials Information System by search query, status, and phase. Each trial includes eu_ct_number, title, sponsor, condition, phase, status, member states, start date, and end date. Useful for clinical pipeline tracking and regulatory monitoring across European trials.

Medicine/Drug Information Search

aurumworks/drug-information-search

Search for medicines, drugs, and pharmaceutical products using official FDA databases. Get comprehensive, verified drug information including brand names, uses, side effects, warnings, active ingredients, and manufacturer details.

16