Pharma & Biotech Pipeline Data — Clinical Trials by Sponsor
Pricing
$3.00 / 1,000 award records
Pharma & Biotech Pipeline Data — Clinical Trials by Sponsor
Pull clinical trials for any sponsor company from ClinicalTrials.gov. Returns NCT ID, study title, phase, status, conditions, interventions, enrolment, start and completion dates, lead sponsor, collaborators and study locations.
Pricing
$3.00 / 1,000 award records
Rating
0.0
(0)
Developer
Berkan Kaplan
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
A company's clinical trial register is its product pipeline, published years ahead of launch. This actor turns sponsor names into their trial portfolio — phase, status, indication, enrolment and timing — which is the single best public read on where a pharma, biotech or medtech company is heading.
No API key · Official source · Pay only for delivered rows · Same schema across the series
What data do you get?
| Field | Description |
|---|---|
companyName | Lead sponsor |
awardId | NCT identifier |
awardTitle | Brief study title |
status | Overall recruitment status |
phase | Trial phase |
studyType | Interventional or observational |
conditions | Indications studied |
interventions | Drugs, devices or procedures under test |
enrollment | Participant count, actual or estimated |
startDate | Study start |
endDate | Primary completion date |
collaborators | Partner organizations on the trial |
sponsorClass | INDUSTRY, NIH, OTHER — tells commercial trials from academic ones |
leadSponsorIsQuery | Whether your query matched the lead sponsor or only a collaborator |
countries | Countries with study locations |
sourceUrl | ClinicalTrials.gov study page |
Every row also carries query (what you asked for), scrapedAt (ISO timestamp) and, when a
lookup fails, error explaining why.
Example output
{"country": "US","source": "ClinicalTrials.gov","companyName": "Vertex Pharmaceuticals Incorporated","awardId": "NCT05668741","awardTitle": "A Phase 1/2 Study of VX-522 in Participants With Cystic Fibrosis","status": "ACTIVE_NOT_RECRUITING","phase": "PHASE1, PHASE2","enrollment": 26,"startDate": "2023-02-27","collaborators": ["Moderna, Inc"],"sponsorClass": "INDUSTRY","sourceUrl": "https://clinicaltrials.gov/study/NCT05668741"}
Input
{"queries": ["Moderna","Vertex Pharmaceuticals","BioNTech"],"maxResultsPerQuery": 25,"maxConcurrency": 3,"includeRaw": false}
| Input | What it does |
|---|---|
queries | Sponsor or collaborator names (Moderna, Vertex Pharmaceuticals, Medtronic). |
maxResultsPerQuery | Caps how many rows one query may produce. |
maxConcurrency | How many queries run at once. Lower it if the source starts throttling. |
includeRaw | Attaches the source's untouched record under raw, for fields this actor does not map. |
requestDelayMs | Politeness delay between requests. |
proxyConfiguration | Optional. ClinicalTrials.gov is an open federal API and rarely needs a proxy. |
What people use it for
- Pipeline intelligence — see every trial a company is running, by phase and indication, before anything is announced.
- CRO and site prospecting — recruiting trials are active buying centres for services, supplies and software.
- Partnership mapping — collaborators on a trial are the company's real partners, named on the record.
Notes and limits
- The sponsor search matches collaborators as well as lead sponsors.
leadSponsorIsQuerytells you which happened, so you can filter to trials a company actually runs. - Phase is a list — a Phase 1/2 trial returns both values.
Where the data comes from
The US National Library of Medicine publishes ClinicalTrials.gov as a documented open API with no key. Source: ClinicalTrials.gov API v2
FAQ
Is this ClinicalTrials.gov sponsor scraper free?
The data source is free and needs no API key — you pay only for the rows the run delivers ($0.003 each). Failed or empty lookups are never charged.
Do I need an API key or a login?
No. The US National Library of Medicine publishes ClinicalTrials.gov as a documented open API with no key.
What can I search by?
By sponsor company name (Moderna, Roche). The search covers lead sponsors and collaborators, so partnered trials show up too.
How current is the data?
Every run queries the source live, so results are as fresh as the source itself. The registry updates daily as sponsors file changes.
How fast is it, and how many queries can I run?
Queries run concurrently (3 at a time by default, tunable in the input). A prefilled run finishes in seconds; large lists scale roughly linearly and stay well inside a normal run timeout.
Can I export the results to CSV, Excel or JSON?
Yes. Apify datasets export to CSV, Excel, JSON, XML and HTML, and can be pulled through the API or pushed to your own storage.
What happens when a query returns nothing?
You still get a row, carrying your original query and an error field explaining why. Nothing is silently dropped, and you are not charged for it.
Is scraping this data legal?
Yes. ClinicalTrials.gov is a public registry that sponsors are legally required to publish to. It carries study data, not patient data.
Built by Fox Labs — B2B company intelligence from public sources, as clean JSON.