ClinicalTrials.gov Scraper — Studies, Sponsors & Phases avatar

ClinicalTrials.gov Scraper — Studies, Sponsors & Phases

Pricing

from $3.00 / 1,000 studies

Go to Apify Store
ClinicalTrials.gov Scraper — Studies, Sponsors & Phases

ClinicalTrials.gov Scraper — Studies, Sponsors & Phases

Scrape clinical trials from ClinicalTrials.gov: NCT ID, status, phase, sponsor, conditions, interventions, enrollment, eligibility and study sites. Official API, no key.

Pricing

from $3.00 / 1,000 studies

Rating

0.0

(0)

Developer

Hichem Ben Moussa

Hichem Ben Moussa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Share

Scrape clinical trials from ClinicalTrials.gov — NCT ID, title, recruitment status, phase, sponsor, conditions, interventions, enrollment, eligibility and study sites. Official government API, no key, no login.

What you can do with it

  • 💊 Competitive intelligence for pharma/biotech — who is running what, and in which phase
  • 🏥 Patient recruitment — find actively recruiting trials by condition and location
  • 📈 Pipeline & landscape analysis — enrollment, sponsors and trial density by indication
  • 🔬 CRO/site selection — study sites per trial with city and country

Input

FieldTypeDescription
conditionstringCondition or disease, e.g. breast cancer, type 2 diabetes.
interventionstringDrug or device, e.g. pembrolizumab.
sponsorstringLead sponsor or collaborator, e.g. Pfizer.
locationstringCountry, state or city.
statusarrayRECRUITING, COMPLETED, TERMINATED…
phasearrayPHASE1 … PHASE4.
maxStudiesintegerMax studies to scrape.

Example

{ "condition": "breast cancer", "status": ["RECRUITING"], "phase": ["PHASE3"], "maxStudies": 200 }

Output

{
"nctId": "NCT05800275",
"title": "A Study of ... in Metastatic Breast Cancer",
"status": "RECRUITING",
"phases": ["PHASE2"],
"studyType": "INTERVENTIONAL",
"leadSponsor": "UNICANCER",
"sponsorClass": "OTHER",
"conditions": ["Breast Cancer"],
"interventions": [{ "type": "DRUG", "name": "..." }],
"enrollment": 30,
"minimumAge": "18 Years",
"startDate": "2023-05-01",
"locationCount": 11,
"locations": [{ "facility": "...", "city": "Paris", "country": "France" }],
"url": "https://clinicaltrials.gov/study/NCT05800275"
}

Export to JSON, CSV, Excel, or pull live via the Apify API.

Notes

  • Uses the official ClinicalTrials.gov API v2 — authoritative and always current.
  • Combine condition + status + phase to build precise trial landscapes.
  • locations is capped at the first 10 sites per study; locationCount gives the true total.