EU Clinical Trials EMA CTIS Scraper
Pricing
from $7.50 / 1,000 results
EU Clinical Trials EMA CTIS Scraper
Query the EMA Clinical Trials Information System by search query, status, and phase. Each trial includes eu_ct_number, title, sponsor, condition, phase, status, member states, start date, and end date. Useful for clinical pipeline tracking and regulatory monitoring across European trials.
Pricing
from $7.50 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share

๐ EU Clinical Trials EMA CTIS Scraper
๐ Export EU clinical trials from the EMA CTIS public register in seconds. Trial number, sponsor, condition, phase, status, member states, and dates straight into a structured dataset.
๐ Last updated: 2026-06-05 . ๐ 11 fields per record . Source euclinicaltrials.eu . Structured tabular output
The EU Clinical Trials EMA CTIS Scraper turns the public euclinicaltrials.eu data surface into a clean, structured dataset ready for analytics, BI, and downstream automation. It calls the public endpoints, normalizes the response, and flattens each record into one row.
This actor is read-only and uses only publicly available data. No login is required.
| ๐ฏ Target Audience | ๐ก Primary Use Cases |
|---|---|
| ๐ Analysts | Build datasets for analytics and reports |
| ๐ข Operations teams | Pipe records into BI dashboards |
| ๐ Researchers | Mirror data into local analysis tools |
| ๐ค ML engineers | Generate training sets without writing client code |
| ๐ฐ Journalists | Verify facts quickly with structured output |
| ๐ฉโ๐ป Developers | Skip the boilerplate of building a custom client |
๐ What the EU Clinical Trials EMA CTIS Scraper does
- Calls the public euclinicaltrials.eu endpoints with the filters you supply.
- Parses the response and flattens each record into a flat row.
- Cleans verbose source keys into stable snake or camelCase names.
- Surfaces upstream errors as a single-row error record instead of crashing.
- Exports tabular output in every format the Apify dataset supports.
๐ก Why it matters: euclinicaltrials.eu exposes valuable public data, but pulling it into a spreadsheet or warehouse usually means writing client code, managing pagination, and parsing nested responses. This actor wraps all of that.
๐ฌ Full Demo
๐ง Coming soon.
โ๏ธ Input
| Field | Type | Required | Description |
|---|---|---|---|
maxItems | integer | No | Free users 10. Paid users up to 1,000,000. Prefill 10. |
query | string | No | Free-text search across trial title, sponsor, and condition. Leave empty for all. |
status | enum | No | Filter by trial status. |
phase | enum | No | Filter by trial phase. |
Example 1.
{"maxItems": 25,"query": "","status": ""}
Example 2.
{"maxItems": 100}
โ ๏ธ Good to Know. Free users are auto-limited to 10 records per run. Paid users can pull up to 1,000,000.
๐ Output
Each record is a flat object. The error field is always last.
| Field | Type | Description |
|---|---|---|
๐ eu_ct_number | string | EU clinical trial number assigned by EMA. |
๐ title | string | Trial title. |
๐ข sponsor | string | Primary trial sponsor. |
๐ฉบ condition | string | Medical condition under investigation. |
๐งช phase | string | Clinical trial phase. |
๐ status | string | Current trial status. |
๐ช๐บ member_states | array | EU member states where the trial runs. |
๐
start_date | string | Trial start date. |
๐ end_date | string | Trial end date. |
๐ scrapedAt | string | Fetch timestamp. |
โ error | string | Populated if the request failed. |
Sample record.
{"eu_ct_number": "2023-501234-12-00","title": "Sample Trial Title","sponsor": "Sample Sponsor BV","condition": "Type 2 Diabetes","phase": "Phase 3","status": "Ongoing","member_states": ["Sample A","Sample B"],"start_date": "2024-01-15","end_date": "2026-12-31","scrapedAt": "2026-06-05T00:00:00.000Z","error": null}
โจ Why choose this Actor
| ๐ | Free tier ready, with public data only. | | ๐งน | Clean column names ready for BI. | | ๐ข | Auto casts numeric strings to real numbers. | | ๐ | Surfaces upstream errors as a clean error record instead of crashing. | | ๐ | Filters mirror the public source interface. | | ๐พ | Push to dataset for instant tabular export in every supported format. |
๐ How it compares to alternatives
| Approach | Setup time | Clean keys | Numeric casting | Error handling |
|---|---|---|---|---|
| Roll your own client | 30 min + | No | No | No |
| Generic web scraper | 1 hr + | Partial | Partial | Partial |
| This Actor | 5 sec, no install | Yes | Yes | Yes |
๐ How to use
- Click Try for free.
- Pick filters or leave defaults.
- Click Start. Within seconds, your dataset is ready.
- Download or pipe to your warehouse.
๐ผ Business use cases
๐ Analytics. Pull a structured snapshot into your warehouse and join it with internal data.
๐ข Operations. Schedule daily runs and route the dataset into BI dashboards.
๐ฐ Newsroom fact-checking. Reporters can verify a fact in 30 seconds.
๐ค ML feature engineering. Build a clean training set with no client code.
๐ Automating EU Clinical Trials EMA CTIS Scraper
- Make and Zapier. Trigger this actor on a schedule and route results to Airtable, Sheets, or Slack.
- Cron schedule. Native Apify scheduler.
- Webhooks. Get a POST to your endpoint the moment a run finishes.
- Pipe to BigQuery, Snowflake, Postgres. Native Apify integrations.
๐ Beyond business use cases
๐ Education. Teach a data class with real, fresh datasets.
๐งช Personal research. Track topics you care about over time.
๐ค Non profit and open data. Build public dashboards.
๐งฐ Tinkering and prototyping. Spin up a feed in 5 seconds.
๐ค Ask an AI assistant about this scraper
Pop this README into ChatGPT, Claude, or any AI assistant and ask it to map your specific workflow to the actor inputs. The schema, examples, and field list above contain everything an LLM needs to design a working pipeline.
โ Frequently Asked Questions
โ Do I need an API key. No. This actor uses public endpoints only.
โ Is there a rate limit. The upstream source may rate limit aggressive use. The actor surfaces rate limit notes as a clean error record.
โ Which filters are supported. Every filter the public source exposes is in the input schema.
โ Are values cast to numbers. Yes, where the source returns numeric strings.
โ How do you handle upstream errors. We push a single record with the error populated instead of throwing.
โ Can I schedule runs. Yes, native Apify scheduler.
โ Is this scraping or API. Public API where available.
โ Will the schema change. Field names listed in the Output section are stable.
โ What format can I download. Every tabular format the Apify dataset supports.
โ Can I filter the output. Yes, every input field maps to an upstream filter.
๐ Integrate with any app
Apify ships native integrations with Make, Zapier, Slack, Discord, Google Drive, Google Sheets, Gmail, Airbyte, Keboola, Telegram, GitHub, and any REST API or webhook endpoint. Trigger runs from a calendar event, a form submission, a cron job, or pipe results straight into BigQuery, Snowflake, or a Postgres warehouse.
๐ Recommended Actors
| Actor | What it does |
|---|---|
| ParseForge OurAirports Scraper | Global airport database. |
| ParseForge Alpha Vantage Scraper | Stocks, FX, crypto, and indicators. |
| ParseForge NBA Stats Scraper | Player and team stats from NBA.com. |
| ParseForge CurseForge Mods Scraper | Public mod metadata from CurseForge. |
๐ก Pro Tip. Browse the complete ParseForge collection for 900+ production grade scrapers across business intelligence, real estate, e-commerce, sports, finance, and public records.
Disclaimer. This actor scrapes only publicly available data. ParseForge is not affiliated with, endorsed by, or sponsored by any of the third party services referenced. Users are responsible for complying with the target site terms of service and applicable law. Create a free account w/ $5 credit.