# Texas Child Care & Daycare Provider Leads

**Use case:** 

Pull licensed Texas daycare and child care centres with provider name, type, licence status, contact name, phone, capacity and address. CSV export.

## Input

```json
{
  "states": [
    "TX"
  ],
  "activeOnly": true,
  "withPhoneOnly": true,
  "withEmailOnly": false,
  "withNamedContactOnly": false,
  "acceptsSubsidyOnly": false,
  "headStartOnly": false,
  "qualityRatedOnly": false,
  "sortBy": "leadScore",
  "maxResults": 1000,
  "maxResultsPerState": 500,
  "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.