# Large US Child Care Centres Over 100 Places

**Use case:** 

Rank child care centres by licensed capacity above 100 with infant, toddler, preschool and school-age breakdowns, provider type, contact and address.

## Input

```json
{
  "states": [
    "CA"
  ],
  "activeOnly": true,
  "withPhoneOnly": false,
  "withEmailOnly": false,
  "withNamedContactOnly": false,
  "minCapacity": 100,
  "acceptsSubsidyOnly": false,
  "headStartOnly": false,
  "qualityRatedOnly": false,
  "sortBy": "capacityHigh",
  "maxResults": 1000,
  "maxResultsPerState": 400,
  "includeRawFields": true,
  "monitorMode": false,
  "monitorKey": "default",
  "deduplicateResults": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "providerName": {
    "label": "Provider",
    "format": "text"
  },
  "providerType": {
    "label": "Type",
    "format": "text"
  },
  "totalCapacity": {
    "label": "Total",
    "format": "number"
  },
  "infantCapacity": {
    "label": "Infant",
    "format": "number"
  },
  "toddlerCapacity": {
    "label": "Toddler",
    "format": "number"
  },
  "preschoolCapacity": {
    "label": "Preschool",
    "format": "number"
  },
  "schoolAgeCapacity": {
    "label": "School-age",
    "format": "number"
  },
  "agesServed": {
    "label": "Ages served",
    "format": "text"
  },
  "acceptsSubsidy": {
    "label": "Subsidy",
    "format": "boolean"
  },
  "isHeadStart": {
    "label": "Head Start",
    "format": "boolean"
  },
  "isPreK": {
    "label": "Pre-K",
    "format": "boolean"
  },
  "qualityRating": {
    "label": "Quality",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [US Child Care & Daycare Leads Scraper (Official State Data)](https://apify.com/scrapesage/us-child-care-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/us-child-care-leads-scraper) to learn more, explore other use cases, and run it yourself.