ClinicalTrials.gov Scraper avatar

ClinicalTrials.gov Scraper

Pricing

from $1.00 / 1,000 study scrapeds

Go to Apify Store
ClinicalTrials.gov Scraper

ClinicalTrials.gov Scraper

Scrape clinical trials from ClinicalTrials.gov — NCT ID, title, status, phase, conditions, interventions, sponsor, enrollment, eligibility, locations, dates and summary — by keyword, condition, intervention or sponsor. Official API v2, no key, no proxy.

Pricing

from $1.00 / 1,000 study scrapeds

Rating

0.0

(0)

Developer

Bruno

Bruno

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

ClinicalTrials.gov Scraper 🧬

Scrape clinical trials from ClinicalTrials.gov — the world's largest registry of clinical studies. Search by keyword, condition, intervention/drug, or sponsor, and get structured trial data ready for analysis.

Perfect for pharma & biotech market research, competitive intelligence, CRO / site feasibility, investors, medical literature reviews, and RAG / AI datasets.

What it extracts (one row per study)

  • nct_id, title, official_title, organization
  • status, study_type, phases, enrollment
  • conditions, keywords, interventions (type + name)
  • lead_sponsor, lead_sponsor_class, collaborators
  • start_date, primary_completion_date, completion_date, last_update_posted
  • eligibility_sex, minimum_age, maximum_age, healthy_volunteers, eligibility_criteria
  • brief_summary, location_count, locations (facility/city/state/country)
  • url

Input

{
"terms": ["semaglutide obesity"],
"conditions": ["Type 2 Diabetes"],
"interventions": ["pembrolizumab"],
"sponsor": "Pfizer",
"statusFilter": ["RECRUITING", "COMPLETED"],
"maxItemsPerQuery": 500
}
  • terms — full-text queries (search the whole study).
  • conditions — disease/condition searches (one search each).
  • interventions — drug/intervention searches (one search each).
  • sponsor — optional lead-sponsor filter applied to every search.
  • statusFilter — optional overall-status filter (RECRUITING, COMPLETED, …).

Output example

{
"type": "study",
"nct_id": "NCT03548935",
"title": "Semaglutide Effects in Obesity",
"status": "COMPLETED",
"phases": ["PHASE3"],
"enrollment": 1961,
"conditions": ["Obesity", "Overweight"],
"interventions": [{ "type": "DRUG", "name": "Semaglutide" }],
"lead_sponsor": "Novo Nordisk A/S",
"start_date": "2018-06-04",
"completion_date": "2020-03-31",
"location_count": 129,
"url": "https://clinicaltrials.gov/study/NCT03548935"
}

Notes

  • Uses the official ClinicalTrials.gov API v2 — free, stable, no key.
  • Pagination handled automatically via page tokens.
  • No proxy required.