---
title: "Monitor a pharma company's clinical trial pipeline"
slug: "pharma-pipeline-monitor"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/pharma-pipeline-monitor"
actor: "Clinical Trials Intelligence & Pipeline Monitor"
actor_url: "https://automationbyexperts.com/apify/clinical-trials-intelligence"
apify_url: "https://apify.com/fayoussef/clinical-trials-intelligence/examples/pharma-pipeline-monitor?fpr=youssef&fp_sid=abe_ex_pharma-pipeline-monitor"
price: "$0.002"
price_unit: "per result"
---

# Monitor a pharma company's clinical trial pipeline

Tracks every trial where Pfizer is the sponsor or a collaborator that is recruiting, about to recruit or active, newest updates first. With a named state store, each run flags which trials are new or changed since last time, so a weekly schedule becomes a competitor pipeline alert.

**Run it:** [Monitor a pharma company's clinical trial pipeline on Apify](https://apify.com/fayoussef/clinical-trials-intelligence/examples/pharma-pipeline-monitor?fpr=youssef&fp_sid=abe_ex_pharma-pipeline-monitor)  
**Actor:** [Clinical Trials Intelligence & Pipeline Monitor](https://automationbyexperts.com/apify/clinical-trials-intelligence)  
**Pricing:** $0.002 per result

## The input this task runs with

```json
{
  "sponsor": "Pfizer",
  "status": [
    "RECRUITING",
    "NOT_YET_RECRUITING",
    "ACTIVE_NOT_RECRUITING"
  ],
  "sortBy": "LAST_UPDATE_DESC",
  "maxItems": 300,
  "stateStoreName": "pfizer-pipeline"
}
```

## What every run returns

- `Trial ID & title`
- `Sponsor`
- `Phase`
- `Condition / indication`
- `Intervention / drug`
- `Status`
- `Locations`
- `Start & completion dates`
- `Enrolment`
- `Source URL`

## How to run it

1. Open the task on Apify. New accounts get $5 of free credit.
2. Check the pre-filled input above and change anything you need.
3. Click Run. Pagination, proxies and anti-bot handling are automatic.
4. Export CSV, JSON or Excel, or save it as your own task and schedule it.

## Other Clinical Trials Intelligence & Pipeline Monitor tasks

- [Find recruiting breast cancer trials in the United States](https://automationbyexperts.com/apify/examples/recruiting-breast-cancer-trials-usa): Queries the official ClinicalTrials.gov API for Phase 2 and Phase 3 breast cancer studies currently recruiting at US sites, most recently updated first, and returns each trial with sponsor, interventions, eligibility, sites and structured investigator and site contacts. No API key, no proxies.

---

Part of [AutomationByExperts](https://automationbyexperts.com) - see [all example tasks](https://automationbyexperts.com/apify/examples) or [request a new one](https://automationbyexperts.com/suggest).
