# NCES Nursing School Lead Scraper

**Use case:** 

Scrape NCES College Navigator nursing school profiles with tuition, enrollment, websites, and contact fields.

## Input

```json
{
  "keyword": "nursing",
  "state": "CA",
  "institutionUrls": [
    {
      "url": "https://nces.ed.gov/collegenavigator/?id=110635"
    }
  ],
  "unitIds": [
    "110635",
    "243744"
  ],
  "maxItems": 100,
  "includeDetails": true
}
```

## Output

```json
{
  "unitId": {
    "label": "IPEDS unit ID"
  },
  "institutionName": {
    "label": "Institution name"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "website": {
    "label": "Website"
  },
  "institutionType": {
    "label": "Institution type"
  },
  "studentPopulation": {
    "label": "Student population"
  },
  "tuitionAndFees": {
    "label": "Tuition and fees"
  },
  "retentionRates": {
    "label": "Retention rates"
  },
  "graduationRates": {
    "label": "Graduation rates"
  },
  "sourceUrl": {
    "label": "College Navigator URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [NCES College Navigator Scraper](https://apify.com/automation-lab/nces-college-navigator-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/nces-college-navigator-scraper) to learn more, explore other use cases, and run it yourself.