ClinicalTrials.gov Scraper avatar

ClinicalTrials.gov Scraper

Pricing

from $4.00 / 1,000 studies

Go to Apify Store
ClinicalTrials.gov Scraper

ClinicalTrials.gov Scraper

Search and export clinical trial records from the official ClinicalTrials.gov API v2. No API key.

Pricing

from $4.00 / 1,000 studies

Rating

0.0

(0)

Developer

Dev D

Dev D

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

ClinicalTrials.gov Scraper πŸ§ͺ

Search and export clinical trial records from the official ClinicalTrials.gov API β€” by condition, drug, sponsor, phase, status and location. No API key, no login.

Pull clean, structured clinical-trial data straight from the U.S. National Library of Medicine's ClinicalTrials.gov registry (API v2). Filter by condition/disease, intervention/drug, sponsor, recruitment status, phase, study type and location β€” and get one tidy record per trial. Perfect for pharma/biotech competitive intelligence, drug-pipeline tracking, medical research, CRO market analysis and investor due diligence.

Uses the official ClinicalTrials.gov REST API v2 β€” public U.S. government registry data, no key required.


What you can do with it

  • πŸ’Š Track a drug pipeline β€” every trial for an intervention across all phases and sponsors.
  • 🏒 Competitive intelligence β€” all of a competitor's active/completed trials by sponsor name.
  • πŸ”¬ Recruiting trials β€” currently-recruiting studies for a condition, with sites and locations.
  • πŸ“ˆ Market & investor research β€” enrollment sizes, phases and timelines across a therapeutic area.
  • πŸ—ΊοΈ Find trial sites β€” facilities, cities and countries running a given study.

Features

  • βœ… No API key β€” official ClinicalTrials.gov v2 API, works out of the box.
  • βœ… Rich records β€” status, phase, sponsor, interventions, conditions, eligibility, enrollment, outcomes, locations.
  • βœ… Powerful filters β€” condition, intervention, sponsor, status, phase, study type, location, title.
  • βœ… Sort β€” by relevance, last updated, first posted, enrollment size or start date.
  • βœ… Scales β€” token-paginated, up to 1,000 studies per request.

Input

FieldDescription
Condition / diseasee.g. breast cancer, type 2 diabetes.
Intervention / treatmente.g. pembrolizumab, metformin.
Sponsore.g. Pfizer, National Cancer Institute.
Other search termsFree text across the whole record.
Recruitment statusRECRUITING, COMPLETED, TERMINATED, …
Study type / PhaseInterventional/Observational Β· PHASE1–4.
Locatione.g. Boston, Germany.
Sort / Max resultsOrdering and result cap.

Example β€” recruiting Phase 3 cancer trials, largest first

{
"condition": "cancer",
"statuses": ["RECRUITING"],
"phases": ["PHASE3"],
"sort": "EnrollmentCount:desc",
"maxResults": 200
}

Example β€” all Pfizer trials, newest updates first

{
"sponsor": "Pfizer",
"sort": "LastUpdatePostDate:desc",
"maxResults": 500
}

Output

One row per trial:

{
"nct_id": "NCT01234567",
"url": "https://clinicaltrials.gov/study/NCT01234567",
"brief_title": "A Study of Drug X in Advanced Solid Tumors",
"overall_status": "RECRUITING",
"study_type": "INTERVENTIONAL",
"phases": ["PHASE2"],
"conditions": ["Solid Tumor", "Melanoma"],
"interventions": [{ "type": "DRUG", "name": "Drug X" }],
"lead_sponsor": "Example Pharma",
"lead_sponsor_class": "INDUSTRY",
"enrollment_count": 240,
"enrollment_type": "ESTIMATED",
"primary_purpose": "TREATMENT",
"eligibility_sex": "ALL",
"minimum_age": "18 Years",
"start_date": "2024-03",
"last_update_post_date": "2025-01-15",
"primary_outcomes": ["Overall Response Rate"],
"locations_count": 42,
"locations": [
{ "facility": "Example Cancer Center", "city": "Boston", "state": "Massachusetts", "country": "United States", "status": "RECRUITING" }
]
}

Run it on a schedule

Schedule the Actor to snapshot a therapeutic area or a competitor's pipeline over time, and connect a Google Sheets / Slack / webhook integration to get alerted when new trials appear or statuses change.

Notes & limitations

  • Uses the official ClinicalTrials.gov API v2 β€” no key needed.
  • Data is a point-in-time snapshot at run time.
  • locations is capped per study (configurable); locations_count always reflects the true total.
  • Public, non-personal U.S. government registry data.
  • Data source: ClinicalTrials.gov (U.S. National Library of Medicine).

Keywords

ClinicalTrials.gov, clinical trials, clinical trial data, clinical trials scraper, clinical trials API, drug pipeline, pharma intelligence, biotech research, medical research, trial recruitment, NCT, interventional study, observational study, trial phase, sponsor trials, therapeutic area, CRO, drug development, pharmaceutical data, life sciences.