← ClaudeAtlas

clinicaltrials-databaselisted

Query ClinicalTrials.gov via API v2. Search trials by condition, drug, location, status, or phase. Retrieve trial details by NCT ID, export data, for clinical research and patient matching.
yf8578/clawomics · ★ 1 · Data & Documents · score 53
Install: claude install-skill yf8578/clawomics
# ClinicalTrials.gov Database ## Overview ClinicalTrials.gov is a comprehensive registry of clinical studies conducted worldwide, maintained by the U.S. National Library of Medicine. Access API v2 to search for trials, retrieve detailed study information, filter by various criteria, and export data for analysis. The API is public (no authentication required) with rate limits of ~50 requests per minute, supporting JSON and CSV formats. ## When to Use This Skill This skill should be used when working with clinical trial data in scenarios such as: - **Patient matching** - Finding recruiting trials for specific conditions or patient populations - **Research analysis** - Analyzing clinical trial trends, outcomes, or study designs - **Drug/intervention research** - Identifying trials testing specific drugs or interventions - **Geographic searches** - Locating trials in specific locations or regions - **Sponsor/organization tracking** - Finding trials conducted by specific institutions - **Data export** - Extracting clinical trial data for further analysis or reporting - **Trial monitoring** - Tracking status updates or results for specific trials - **Eligibility screening** - Reviewing inclusion/exclusion criteria for trials ## Quick Start ### Basic Search Query Search for clinical trials using the helper script: ```bash cd scientific-databases/clinicaltrials-database/scripts python3 query_clinicaltrials.py ``` Or use Python directly with the `requests` library: ```pytho