ClinicalTrials.gov Scraper — Studies, Sponsors & Phases
Pricing
from $3.00 / 1,000 studies
Go to Apify Store
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
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
| Field | Type | Description |
|---|---|---|
condition | string | Condition or disease, e.g. breast cancer, type 2 diabetes. |
intervention | string | Drug or device, e.g. pembrolizumab. |
sponsor | string | Lead sponsor or collaborator, e.g. Pfizer. |
location | string | Country, state or city. |
status | array | RECRUITING, COMPLETED, TERMINATED… |
phase | array | PHASE1 … PHASE4. |
maxStudies | integer | Max 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+phaseto build precise trial landscapes. locationsis capped at the first 10 sites per study;locationCountgives the true total.