# Sponsor Trial Site Extractor

**Use case:** 

Extract sponsor-specific ClinicalTrials.gov trial sites for oncology, pharma BD, CRO analysis, and recruitment planning.

## Input

```json
{
  "condition": "oncology",
  "intervention": "",
  "sponsor": "AstraZeneca",
  "otherTerms": "",
  "statuses": [
    "RECRUITING"
  ],
  "phases": [],
  "country": "United States",
  "state": "",
  "city": "",
  "startDateFrom": "",
  "startDateTo": "",
  "lastUpdateFrom": "",
  "lastUpdateTo": "",
  "nctIds": [],
  "maxItems": 150,
  "includeStudiesWithoutLocations": false
}
```

## Output

```json
{
  "nctId": {
    "label": "NCT ID"
  },
  "briefTitle": {
    "label": "Trial title"
  },
  "overallStatus": {
    "label": "Status"
  },
  "phases": {
    "label": "Phases"
  },
  "leadSponsor": {
    "label": "Lead sponsor"
  },
  "facilityName": {
    "label": "Facility"
  },
  "facilityStatus": {
    "label": "Site status"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "country": {
    "label": "Country"
  },
  "contacts": {
    "label": "Contacts"
  },
  "conditions": {
    "label": "Conditions"
  },
  "interventions": {
    "label": "Interventions"
  },
  "startDate": {
    "label": "Start date"
  },
  "completionDate": {
    "label": "Completion date"
  },
  "enrollmentCount": {
    "label": "Enrollment"
  },
  "sourceUrl": {
    "label": "ClinicalTrials.gov URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [ClinicalTrials.gov Trial Sites Scraper](https://apify.com/automation-lab/clinicaltrials-trial-sites-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/clinicaltrials-trial-sites-scraper) to learn more, explore other use cases, and run it yourself.