ClinicalTrials.gov Scraper — Studies & Trials avatar

ClinicalTrials.gov Scraper — Studies & Trials

Pricing

from $5.00 / 1,000 results

Go to Apify Store
ClinicalTrials.gov Scraper — Studies & Trials

ClinicalTrials.gov Scraper — Studies & Trials

Search ClinicalTrials.gov (500k+ studies) by condition, drug, sponsor or status. Structured data: phase, enrollment, sponsor, locations. Official free API, no key.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Ponderable Hydrometer

Ponderable Hydrometer

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Search and extract clinical trial data from ClinicalTrials.gov — the US National Library of Medicine's registry of 500,000+ studies. Filter by condition, intervention, sponsor, keyword or recruitment status, and get clean structured data per study.

Built on the official ClinicalTrials.gov v2 API — free, public, no key, no anti-bot.

Who it's for

  • Pharma & biotech competitive intelligence — track trials by drug, sponsor or indication.
  • CROs — site selection, enrollment and status monitoring.
  • Investors & analysts — follow pipeline progress and phase transitions.
  • Researchers & AI pipelines — structured trial metadata at scale.

Input

FieldTypeDefaultDescription
conditionstringCondition/disease, e.g. diabetes
interventionstringDrug/treatment, e.g. semaglutide
sponsorstringLead sponsor/collaborator, e.g. Pfizer
searchTermstringFree-text search across fields
statusarrayFilter by status: RECRUITING, ACTIVE_NOT_RECRUITING, COMPLETED, TERMINATED, …
maxResultsinteger200Cap on studies returned

Provide at least one of condition, intervention, sponsor or searchTerm.

Output

One row per study:

{
"nctId": "NCT07091500",
"title": "GLP-1 Receptor Agonist for Obesity",
"status": "RECRUITING",
"phases": ["PHASE2"],
"studyType": "INTERVENTIONAL",
"enrollment": 40,
"startDate": "2026-01-15",
"completionDate": "2027-06-30",
"lastUpdateDate": "2026-07-01",
"leadSponsor": "Washington University School of Medicine",
"collaborators": ["…"],
"conditions": ["Obesity"],
"interventions": ["DRUG: Semaglutide"],
"sex": "ALL",
"minAge": "18 Years",
"maxAge": "65 Years",
"locationCount": 12,
"countries": ["United States"],
"url": "https://clinicaltrials.gov/study/NCT07091500"
}

Notes & limits

  • Official ClinicalTrials.gov v2 API — free, public, no key or anti-bot; paginated automatically.
  • For advanced field-level queries, use the searchTerm field (supports the API's expression syntax) alongside condition/intervention/sponsor.
  • Public data; you are responsible for compliant use of the output.