# US Daycare Providers With Email and Named Contact

**Use case:** 

Only child care records carrying both an email and a named operator, giving fully contactable leads with provider type, capacity, phone and address.

## Input

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

## Output

```json
{
  "providerName": {
    "label": "Provider",
    "format": "text"
  },
  "contactName": {
    "label": "Contact",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "providerType": {
    "label": "Type",
    "format": "text"
  },
  "totalCapacity": {
    "label": "Capacity",
    "format": "number"
  },
  "fullAddress": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "acceptsSubsidy": {
    "label": "Subsidy",
    "format": "boolean"
  },
  "qualityRating": {
    "label": "Quality",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  }
}
```

## 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.