# Childcare Provider Leads: Harris County TX Daycares

**Use case:** 

Ready-to-run licensed childcare provider leads for Harris County, TX: daycare centers with phone, email, capacity, ages served and 2-year compliance scores.

## Input

```json
{
  "state": "TX",
  "county": "Harris",
  "operationType": "Licensed Center",
  "minCapacity": 0,
  "maxResults": 100,
  "includeCompliance": true,
  "highRiskThreshold": 10,
  "mode": "roster",
  "activeOnly": true
}
```

## Output

```json
{
  "operation_name": {
    "label": "Provider name",
    "format": "string"
  },
  "operation_type": {
    "label": "Operation type",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "county": {
    "label": "County",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "capacity": {
    "label": "Licensed capacity",
    "format": "integer"
  },
  "ages_served": {
    "label": "Ages served",
    "format": "string"
  },
  "deficiency_count_2y": {
    "label": "Deficiencies (2y)",
    "format": "integer"
  },
  "high_risk_flag": {
    "label": "High-risk flag",
    "format": "boolean"
  },
  "issuance_date": {
    "label": "License issuance date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Childcare Provider Leads — Daycare Contact Lists + Compliance](https://apify.com/malonestar/childcare-provider-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/childcare-provider-leads) to learn more, explore other use cases, and run it yourself.