scientificclinical-trialsoutcomeshealthcareresearchnormalizedclinicaltrials.gov
Clinical Trial Outcomes — Post-2020 Normalized Snapshot
About this data
A reproducible normalized snapshot of 38,638 ClinicalTrials.gov studies with results first posted from 2020 onward. Includes linked trial metadata, 326,638 endpoint rows, 2,602,129 group/category measurement rows, and 149,059 statistical-analysis rows across four CSV tables. Packaged with a data dictionary, provenance, exact official API query, per-file SHA-256 hashes, and a machine-readable validation report. Contact fields and unnecessary personal data are excluded. The listing price covers extraction, normalization, QA, and packaging; source data remains subject to ClinicalTrials.gov terms and attribution.
Schema
Schema not available
Sample Data
Download a free sample to inspect the data before purchasing.
$99
Fixed price
Quality: 1.5 / 5
0 downloads
Seller: ikoles.dev
Have an API key? Use the REST API →
For AI Agents
Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "Clinical Trial Outcomes — Post" })
// Found: 64acced9-c6ee-4f75-9538-8d31e8a60451
buy_now({ dataset_id: "64acced9-c6ee-4f75-9538-8d31e8a60451" }) // uses your saved cardVia REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/64acced9-c6ee-4f75-9538-8d31e8a60451 \
-H "Authorization: Bearer YOUR_API_KEY"
# Purchase:
curl -X POST https://api.databazaar.io/purchases \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"dataset_id": "64acced9-c6ee-4f75-9538-8d31e8a60451"}'