# Scrape Phase 3 Recruiting Lung Cancer Trials

**Use case:** 

Search ClinicalTrials.gov for Phase 3 NSCLC trials currently recruiting, with enrollment targets, endpoints, sites, and a verify link per study.

## Input

```json
{
  "mode": "trials",
  "sponsorIdentifiers": [],
  "nctIds": [],
  "conditions": [
    "non-small cell lung cancer"
  ],
  "interventions": [],
  "phases": [
    "PHASE3"
  ],
  "statuses": [
    "RECRUITING"
  ],
  "countries": [],
  "applicantName": "Medtronic",
  "productCode": "",
  "devicePathways": [
    "510k",
    "pma"
  ],
  "drugName": "Ozempic",
  "seriousOnly": false,
  "recallClassifications": [],
  "recallDomains": [
    "drug",
    "device"
  ],
  "shortageStatus": "any",
  "dateFrom": "",
  "dateTo": "",
  "maxItems": 50,
  "maxItemsPerSource": 1000,
  "incrementalMode": false,
  "monitorTargets": [],
  "enableAiSummary": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "nctId": {
    "label": "NCT ID",
    "format": "text"
  },
  "briefTitle": {
    "label": "Title",
    "format": "text"
  },
  "sponsorName": {
    "label": "Sponsor",
    "format": "text"
  },
  "phase": {
    "label": "Phase",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "conditions": {
    "label": "Conditions",
    "format": "array"
  },
  "enrollmentTarget": {
    "label": "Target N",
    "format": "number"
  },
  "actualEnrollment": {
    "label": "Actual N",
    "format": "number"
  },
  "primaryCompletionDate": {
    "label": "Primary Completion",
    "format": "date"
  },
  "verifyUrl": {
    "label": "CT.gov",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Clinical Trials & FDA Pipeline Intelligence Scraper](https://apify.com/constructive_calm/clinical-trials-fda-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/constructive_calm/clinical-trials-fda-scraper) to learn more, explore other use cases, and run it yourself.