# Find NCAA DII Football Staff Contacts

**Use case:** 

Access verified contact information for NCAA Division II football staff. Get names, emails, and phone numbers for coaches and staff.

## Input

```json
{
  "universitySearch": "",
  "division": "DII",
  "sports": [
    "Football"
  ],
  "maxInstitutions": 0,
  "concurrency": 5
}
```

## Output

```json
{
  "universityName": {
    "label": "University",
    "format": "text"
  },
  "division": {
    "label": "Division",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "position": {
    "label": "Position",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "athleticsUrl": {
    "label": "Athletics URL",
    "format": "link"
  },
  "staffDirectoryUrl": {
    "label": "Staff Directory URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [NCAA Athletics Staff & Coaches Directory Scraper](https://apify.com/morkerr/ncaa-directory-scraper-v2) with a specific input configuration. Visit the [Actor detail page](https://apify.com/morkerr/ncaa-directory-scraper-v2) to learn more, explore other use cases, and run it yourself.