# Daycare & Preschool in FL

**Use case:** 

Export daycare & preschool in FL — names, locations, and contact details.

## Input

```json
{
  "sp_intended_usage": "Example: extract daycare & preschool for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "state": "FL",
  "zips": [
    "94110"
  ],
  "facilityTypes": [
    "Family Child Care Home (Small)"
  ],
  "statusFilter": "",
  "includeDetails": true,
  "maxItems": 200
}
```

## Output

```json
{
  "facilityName": {
    "label": "Facilityname",
    "format": "string"
  },
  "facilityType": {
    "label": "Facilitytype",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "zip": {
    "label": "Zip",
    "format": "string"
  },
  "capacity": {
    "label": "Capacity",
    "format": "integer"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "profileUrl": {
    "label": "Profileurl",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Daycare & Preschool Directory Scraper](https://apify.com/jungle_synthesizer/daycare-preschool-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/daycare-preschool-directory-scraper) to learn more, explore other use cases, and run it yourself.