# 1 in 06

**Use case:** 

Export 1 k-12 public school in 06 — names, contact details, and key fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract k-12 public school for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "states": [
    "06"
  ],
  "schoolTypes": [
    "1"
  ],
  "gradeLevel": "all",
  "maxItems": 200,
  "maxListingPagesPerState": 0
}
```

## Output

```json
{
  "school_name": {
    "label": "School Name",
    "format": "string"
  },
  "district_name": {
    "label": "District Name",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "grade_span": {
    "label": "Grade Span",
    "format": "string"
  },
  "enrollment_total": {
    "label": "Enrollment Total",
    "format": "number"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [K-12 Public School Directory Scraper](https://apify.com/jungle_synthesizer/k12-school-staff-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/k12-school-staff-directory-scraper) to learn more, explore other use cases, and run it yourself.