# US Quality Rated (QRIS) Child Care Providers

**Use case:** 

Filter child care providers to those with a QRIS quality rating, with provider name, type, rating, licensed capacity, operator contact and address.

## Input

```json
{
  "states": [
    "CA"
  ],
  "activeOnly": true,
  "withPhoneOnly": false,
  "withEmailOnly": false,
  "withNamedContactOnly": false,
  "acceptsSubsidyOnly": false,
  "headStartOnly": false,
  "qualityRatedOnly": true,
  "sortBy": "leadScore",
  "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"
  },
  "licenseStatus": {
    "label": "Status",
    "format": "text"
  },
  "contactName": {
    "label": "Contact",
    "format": "text"
  },
  "legalEntityName": {
    "label": "Operator",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "totalCapacity": {
    "label": "Capacity",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "zip": {
    "label": "ZIP",
    "format": "text"
  },
  "licenseNumber": {
    "label": "License #",
    "format": "text"
  },
  "qualityRating": {
    "label": "Quality",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "sourceName": {
    "label": "Source registry",
    "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.