clinicaltrials.gov API: list_all_studies
clinicaltrials.gov via Parse · healthcare
Bulk retrieve studies with automatic internal cursor-based pagination. Iterates pages until the requested limit is reached. Returns a flat array of study objects and the count of studies actually returned. Access clinical trial data from ClinicalTrials.gov including study search, details, metadata, enums, statistics, and API version information. Fulfilled by Parse from clinicaltrials.gov.
- clinicaltrials-gov
- developer-tools
- government-public
- healthcare
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- healthcare
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/5119bcad-b856-44f8-8ee6-bfe31e079b44/list_all_studies
- Interface artifact
- sha256:f1f6f23e2232a2b2ad2f75637d73afffc97badb21e5e602b54b79e2e195fcfa4
- Manifest digest
- sha256:5873568588ac168b23cb02fbf34e9b1fc236b6bb6d885affcb80349c194ade90
Request fields
- limit (integer): Maximum number of studies to retrieve (default 100)
- fields (string): Comma-separated list of fields to return (e.g. 'NCTId,BriefTitle')
- pageSize (integer): Number of results per internal API page (max 1000, defaults to min of limit and 1000)
Example queries
- {"limit":"5","fields":"NCTId,BriefTitle"}