# Cancer Immunotherapy Clinical Trials in New York City

**Use case:** 

Find clinical trials for cancer immunotherapy in New York City. Get detailed study information.

## Input

```json
{
  "maxStudies": 50,
  "searchQuery": "cancer immunotherapy"
}
```

## Output

```json
{
  "nctId": {
    "label": "NCT ID"
  },
  "briefTitle": {
    "label": "Title"
  },
  "status": {
    "label": "Status"
  },
  "phase": {
    "label": "Phase"
  },
  "conditions": {
    "label": "Conditions"
  },
  "sponsor": {
    "label": "Sponsor"
  },
  "enrollment": {
    "label": "Enrollment"
  },
  "startDate": {
    "label": "Start"
  },
  "completionDate": {
    "label": "Completion"
  },
  "studyType": {
    "label": "Type"
  },
  "countries": {
    "label": "Countries"
  },
  "primaryCompletionDate": {
    "label": "Primary Completion"
  },
  "lastUpdateDate": {
    "label": "Last Update"
  },
  "hasResults": {
    "label": "Has Results"
  },
  "eligibilitySex": {
    "label": "Eligible Sex"
  },
  "minimumAge": {
    "label": "Min Age"
  },
  "maximumAge": {
    "label": "Max Age"
  },
  "contactEmails": {
    "label": "Contact Emails"
  },
  "contactPhones": {
    "label": "Contact Phones"
  }
}
```

## About this Actor

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