---
title: "Find recruiting breast cancer trials in the United States"
slug: "recruiting-breast-cancer-trials-usa"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/recruiting-breast-cancer-trials-usa"
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/recruiting-breast-cancer-trials-usa?fpr=youssef&fp_sid=abe_ex_recruiting-breast-cancer-trials-usa"
price: "$0.002"
price_unit: "per result"
---

# Find recruiting breast cancer trials in the United States

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.

**Run it:** [Find recruiting breast cancer trials in the United States on Apify](https://apify.com/fayoussef/clinical-trials-intelligence/examples/recruiting-breast-cancer-trials-usa?fpr=youssef&fp_sid=abe_ex_recruiting-breast-cancer-trials-usa)  
**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
{
  "conditions": [
    "breast cancer"
  ],
  "status": [
    "RECRUITING"
  ],
  "phases": [
    "PHASE2",
    "PHASE3"
  ],
  "location": "United States",
  "sortBy": "LAST_UPDATE_DESC",
  "maxItems": 200
}
```

## 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

- [Monitor a pharma company's clinical trial pipeline](https://automationbyexperts.com/apify/examples/pharma-pipeline-monitor): 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.

---

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