ClinicalTrials.gov Scraper — Trials Data, No API Key avatar

ClinicalTrials.gov Scraper — Trials Data, No API Key

Pricing

from $3.00 / 1,000 review extracteds

Go to Apify Store
ClinicalTrials.gov Scraper — Trials Data, No API Key

ClinicalTrials.gov Scraper — Trials Data, No API Key

ClinicalTrials.gov data export tool. Scrape clinical trials without an API key and export trial datasets to CSV, JSON & Excel.

Pricing

from $3.00 / 1,000 review extracteds

Rating

0.0

(0)

Developer

Logiover

Logiover

Maintained by Community

Actor stats

0

Bookmarked

21

Total users

4

Monthly active users

3 days ago

Last modified

Share

ClinicalTrials.gov Scraper — Clinical Trials Data Export (Official Registry, No API Key)

ClinicalTrials.gov Scraper

Apify Actor Official data source No API key required Pay per result Category: Public data Export JSON/CSV/Excel

This ClinicalTrials.gov scraper pulls structured clinical trials data straight from the official ClinicalTrials.gov data registry — the world's largest database of clinical studies. It extracts trial status, phase, sponsor, conditions, interventions, eligibility criteria and site locations across 585,000+ studies worldwide, with no API key, no login and no rate-limit headaches. Filter by condition, sponsor, keyword and status, then export tens of thousands of trials to CSV, JSON or Excel in a single run — clean, structured and analysis-ready.

🏆 Why this ClinicalTrials.gov Scraper?

Authoritative source (official ClinicalTrials.gov registry) · No API key & no login · 585,000+ studies searchable · 28+ fields per trial including sites & eligibility · Pay per result · Export to CSV / JSON / Excel / XML


✨ What this Actor does / Key features

  • 🔬 Extracts full trial records — 28+ structured fields per study: NCT ID, titles, status, phase, sponsor, conditions, interventions, enrollment, eligibility and locations.
  • 🏥 Filter the whole registry — search by condition/disease, free-text term, lead sponsor and one or more trial statuses.
  • 🌍 Global coverage — 585,000+ studies from sponsors, hospitals and research centers worldwide.
  • 📍 Site-level detail — every trial site (facility, city, state, country) so you can map recruiting locations.
  • 🧬 Eligibility built in — sex, age range and healthy-volunteer flags for patient-matching and recruitment.
  • 🔑 No API key, no login — just set filters and run; nothing to register with ClinicalTrials.gov.
  • 📤 Export anywhere — download as JSON, CSV, Excel (XLSX), XML or JSONLines, or pipe to Google Sheets, a database or a webhook.
  • Bulk-ready — one run can return tens of thousands of trials; set a cap or capture everything that matches.

🚀 Quick start (3 steps)

  1. Click Try for free / Start on the Actor page (or call it via the Apify API).
  2. Set your filters — condition (disease), searchTerm (free text), sponsor, and overallStatus. Set maxStudies to cap the run, or 0 for everything that matches.
  3. Run the Actor and download the results as CSV, JSON or Excel — or connect Google Sheets, a database or a webhook.

📥 Input

No input is required — run with the defaults to sample the registry, or set filters to target exactly the trials you need.

Example — Recruiting breast-cancer trials

{
"condition": "breast cancer",
"searchTerm": "",
"sponsor": "",
"overallStatus": ["RECRUITING"],
"maxStudies": 10000
}

Example — A pharma sponsor's full pipeline

{
"condition": "",
"searchTerm": "",
"sponsor": "pfizer",
"overallStatus": [],
"maxStudies": 5000
}

Example — Completed Phase 3 immunotherapy studies

{
"condition": "",
"searchTerm": "immunotherapy",
"sponsor": "",
"overallStatus": ["COMPLETED"],
"maxStudies": 2000
}
FieldTypeDescription
conditionstringFilter by condition or disease, e.g. diabetes, breast cancer, alzheimer. Leave empty for all.
searchTermstringFree-text search across the whole study record (intervention, sponsor, keyword). Leave empty for all.
sponsorstringFilter by lead sponsor, e.g. pfizer, moderna, national cancer institute. Leave empty for all.
overallStatusarrayFilter by trial status, e.g. RECRUITING, COMPLETED, ACTIVE_NOT_RECRUITING. Leave empty for all.
maxStudiesintegerMaximum studies to save. 0 = all matching (up to ~585,000 across the whole database).

💡 Tip: Combine condition + overallStatus: ["RECRUITING"] to build a live patient-recruitment list, or set only sponsor to pull a competitor's entire trial portfolio across every phase and status.

📤 Output

Each dataset item is one clinical trial study. Here is a realistic (trimmed) sample:

{
"nctId": "NCT05012345",
"briefTitle": "A Study of Drug X in Patients With HER2-Positive Breast Cancer",
"overallStatus": "RECRUITING",
"phases": ["PHASE3"],
"leadSponsor": "Example Pharmaceuticals Inc.",
"conditions": ["Breast Cancer", "HER2-Positive Breast Carcinoma"],
"enrollmentCount": "540",
"startDate": "2024-03-15"
}

💡 Use cases

  • Pharma & biotech competitive intelligence — track competitor trials by phase, sponsor and condition, and watch pipelines shift in near real time.
  • CRO & patient recruitment — find recruiting trials by condition and location at scale, with site and eligibility details built in.
  • Investor & analyst research — monitor the clinical pipeline across the industry to inform diligence, valuations and market timing.
  • Academic & medical research — build clean datasets from the world's largest trials registry for systematic reviews and meta-analyses.
  • Medical writing & regulatory — pull authoritative trial metadata for protocols, publications and submissions.
  • Journalism & policy — analyze trial trends, sponsor activity, enrollment and results-reporting across conditions and years.

👥 Who uses it

Pharma & biotech competitive-intelligence teams · CRAs and clinical-operations staff at CROs · patient-recruitment and site-selection teams · biotech and healthcare equity analysts · venture and private-equity investors · academic and hospital researchers · systematic-review and meta-analysis authors · medical writers and regulatory-affairs specialists · health-data scientists · epidemiologists · science and health journalists · policy and market-access researchers.

💰 Pricing

This Actor runs on a simple pay-per-result model — you pay for the trial records you extract, with no monthly subscription and no ClinicalTrials.gov API fees. See the Pricing tab on this page for the current rate.

❓ Frequently Asked Questions

Is this an official ClinicalTrials.gov API or a scraper? It reads data from the official ClinicalTrials.gov data registry, so the data is authoritative and stable. This Actor turns that registry into filtered, structured, ready-to-export datasets. It is not affiliated with ClinicalTrials.gov, the NIH or the US National Library of Medicine.

Does ClinicalTrials.gov have an API? Yes — ClinicalTrials.gov publishes an official public data API. It's powerful but returns deeply nested, paginated JSON that most people still have to parse, flatten and stitch together themselves. This Actor does that work for you: it queries the source, flattens every study into 28+ clean columns, handles pagination automatically, and hands you a tidy CSV/JSON/Excel dataset — no code, no rate-limit management.

Do I need an API key or login? No. There is no ClinicalTrials.gov API key to register and no login — you only need an Apify account. Just set your filters and run.

Can I use this without writing code or building an API integration? Absolutely. It's fully no-code: set your filters in the form, click Start, and download the results. Developers can also run it via the Apify API or schedule it, but no integration work is required.

How do I export ClinicalTrials.gov data to CSV or JSON? Run the Actor with your filters, then download the dataset as CSV, JSON, Excel (XLSX), XML or JSONLines from the run page — or fetch it through the Apify API. It turns the trial registry into a clean clinical trials dataset ready for analysis.

How much data can I get in one run? A single run can return tens of thousands of studies. Set maxStudies to 0 to capture everything matching your filters, up to the full ~585,000-study database.

How do I find recruiting clinical trials for a specific disease? Set condition to your disease and overallStatus to RECRUITING, then export every matching study — with sites, eligibility and sponsor — to CSV or JSON.

Can I pull all clinical trials by a specific pharma sponsor? Yes. Put the company in the sponsor field, for example pfizer or moderna, to export that sponsor's full trial pipeline across every phase and status.

Is it legal to use this data? ClinicalTrials.gov study records are public information published by the US National Library of Medicine. Use the data responsibly and in line with ClinicalTrials.gov terms. See the Legal note below.

What output formats are supported? JSON, CSV, Excel (XLSX), XML and JSONLines — available through the Apify dataset and API.

🔗 More public-data & registry scrapers by logiover

Pair this Actor with our other official-source and B2B data scrapers:

ActorWhat it does
FDA Data ScraperDrugs, devices, recalls & adverse events from the FDA.
NPI Registry ScraperUS healthcare providers & organizations by name, taxonomy or location.
SEC EDGAR Form D ScraperPrivate-placement filings & fundraising data from SEC EDGAR.
USAspending.gov ScraperUS federal contracts, grants & spending awards.
GLEIF LEI ScraperLegal Entity Identifiers & corporate reference data worldwide.
Global Public Tenders ScraperGovernment tenders & procurement notices across countries.
UN Comtrade Trade Data ScraperInternational import/export trade statistics.
UK Companies House Bulk ScraperUK company registrations, officers & filings in bulk.
USA New York Company Registry ScraperNew York State business entity records.
France Company Registry ScraperFrench SIREN/SIRET company data.
Finland Company Registry ScraperFinnish business registry records.
Czech Company Registry ScraperCzech ARES business register data.
Australia Business Register ScraperAustralian ABN/ACN business records.
Norway BRREG Company ScraperNorwegian Brønnøysund company registry data.
Allabolag ScraperSwedish company financials & registry data.

👉 Browse all logiover scrapers on Apify Store — 180+ actors across real estate, jobs, crypto, social media & B2B data.

⏰ Scheduling & integration

Schedule the Actor on Apify to keep an always-fresh clinical trials database. Export results to JSON, CSV or Excel, call it from the Apify API, or connect it to Google Sheets, Airtable, databases or Slack with webhooks and no-code tools like Make, n8n and Zapier. Set it to run daily or weekly and feed a dashboard, CRM or data warehouse automatically.

⭐ Support & feedback

Questions, edge cases or a field you'd like added? Open an issue from the Actor page or leave feedback — response is quick and improvements ship fast. If this Actor saves you time, a rating on the Apify Store is hugely appreciated and helps others find it.

This Actor extracts publicly available information from the official ClinicalTrials.gov data registry, published by the US National Library of Medicine. It is an independent tool and is not affiliated with, endorsed by or connected to ClinicalTrials.gov, the NIH or the NLM. Use the data responsibly, respect ClinicalTrials.gov terms of use, and comply with all applicable laws and regulations in your jurisdiction.


📝 Changelog

2026-07-06

  • ✨ README overhaul: richer output sample, ready-to-run example scenarios, cross-promo links, clearer quick-start and expanded FAQ.

2026-07-01

  • Maintenance pass: re-verified end-to-end on live data and confirmed successful runs within the 5-minute quality window on the default input.
  • Sharpened Store metadata (SEO title & description) and expanded the FAQ with high-intent, long-tail questions for easier discovery in Google and Apify Store search.
  • Added ready-to-run example tasks that cover common real-world use cases.

2026-06-15

  • Reliability pass: re-verified end-to-end on live data with real-world inputs. Routine maintenance build.

2026-06-07

  • Docs: added coverage for ClinicalTrials.gov API alternative, exporting trial data to CSV/JSON, and scraping clinical trials without an API key.

2026-06-05

  • 🛡️ Reliability fix: results are no longer dropped by strict output validation — runs now complete cleanly even at high volume (thousands of results).
  • ⚡ Stability & performance hardening; fresh rebuild.
  • 2026-06-01 — Maintenance & reliability pass: pulled the latest source and rebuilt the Actor on the current base image; build verified.
  • 2026-05-25 — Maintenance & reliability pass: pulled the latest source and rebuilt the Actor on the current base image; build verified.

  • 2026-05-20 — Maintenance pass: reviewed the input schema and default values for a smooth one-click start, and rebuilt the Actor on the latest base image.

2026-06-04

  • Verified live & refreshed build — reliability/maintenance pass.