Daycare & Childcare License Leads Scraper icon

Lead generation

Daycare & Childcare License Leads Scraper

Scrape licensed daycare and childcare facility registries across 5 US states (NY, CT, CO, DE, TX) via official state open-data APIs. Get facility name, license number, capacity, address, phone, and status — clean B2B leads, ready to export.

Free Apify credit covers a first run. No credit card to try.

What this Actor scrapes

Every US state that issues childcare licenses maintains a public registry. Five of those registries are published as machine-readable open-data APIs: New York, Connecticut, Colorado, Delaware, and Texas. This Actor queries each selected state's official Socrata SODA endpoint, paginates through every record, normalises the columns into a single consistent schema, and delivers one clean dataset row per licensed facility.

The state portals handle pagination internally, apply their own schema quirks, and return data in varying column layouts. We handle all of that per-state detail for you — you get a uniform output regardless of which states you select.

What we handle for you

  • 🛡️ Browser fingerprint rotationcurl-cffi impersonates real Chrome / Firefox / Safari TLS handshakes so state API gateways see a genuine browser, not a Python script.
  • 🌐 Residential proxy rotation via Apify Proxy — fresh session and exit IP on every block or rate-limit response.
  • 🔁 Retries with exponential backoff on 408 / 429 / 503 — up to 5 attempts per page, Retry-After header honoured.
  • 🧱 Per-state active-only filtering — NY and CT support server-side status filters; we apply them automatically when activeOnly is enabled, so you get live facilities without post-processing.
  • 🧊 Clean, typed dataset rows — Pydantic-validated, ISO-8601 timestamps, JSON / CSV / Excel export straight from the Apify Console.
  • 💰 Pay-Per-Event pricing — you only pay for results that hit your dataset. No data, no charge (beyond the small warm-up fee).

Use cases

  • B2B sales to daycare owners — pull every licensed daycare center in Texas with phone and address, then enrich with email via Clay or Apollo for a targeted outreach sequence.
  • Childcare service vendors — playground equipment suppliers, catering companies, and educational software vendors can build state-level prospect lists in minutes.
  • Consulting / compliance — regulatory consultants track capacity and status changes across state portfolios without scraping PDF tables by hand.
  • Real estate & site selection — developers and municipalities map licensed childcare capacity by county to identify underserved areas.
  • Market research — compare childcare supply across states, facility-type mix (family home vs. center), or average licensed capacity by city.
  • Insurance & financial services — commercial insurers and lenders targeting childcare operators need addressable prospect lists at scale.

Input

Paste this into the Apify Console, or send it as the run input over the API. Proxy settings are on by default; you rarely need to touch them.

FieldTypeRequiredWhat it does
states array no US state codes to scrape. Each maps to that state's official Socrata childcare licensing registry. Supported: NY, CT, CO, DE, TX.
activeOnly boolean no When enabled, applies a status filter to return only currently active/licensed facilities. Supported for NY and CT; CO, DE, and TX datasets do not expose a status field.
maxResults integer no Maximum total number of facility records to return across all selected states.
{
  "states": [
    "NY",
    "TX"
  ],
  "activeOnly": true,
  "maxResults": 500,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}

Output

One row per result, schema-validated before it is written. Export JSON, CSV, Excel or XML from the run, or read it over the API.

statefacility_namelicensee_namelicense_numberfacility_typecapacityaddresscitycountyzipphonestatusemailwebsitesource_urlscraped_at

{
  "state": "TX",
  "facility_name": "Sunshine Learning Center",
  "licensee_name": "Maria Lopez",
  "license_number": "1234567",
  "facility_type": "Licensed Child Care Center",
  "capacity": 72,
  "address": "4500 Oak Drive",
  "city": "Austin",
  "county": "Travis",
  "zip": "78701",
  "phone": "512-555-0198",
  "status": "Licensed",
  "email": "director@sunshinelearning.example",
  "website": "https://sunshinelearning.example",
  "source_url": "https://data.texas.gov/resource/bc5r-88dy.json",
  "scraped_at": "2026-06-07T09:00:00+00:00"
}

Pricing

EventPriceWhen
Actor start$0.20Once per run, covers warm-up and proxy session setup.
Result emitted$0.0040Per result written to the dataset.

You pay only for results that land. Cap any run with maxTotalChargeUsd. See pricing & billing for worked examples.

Limitations

  • Five states only. NY, CT, CO, DE, and TX are currently supported. Other states publish their registries in different formats (PDFs, proprietary portals, bulk downloads); adding each requires custom integration work.
  • Status filtering varies by state. CO, DE, and TX datasets don't expose a status column, so activeOnly has no effect on those states — all records are returned.
  • TX email and website coverage is partial. Texas includes email and website fields, but not every operator fills them in the public registry.
  • Data freshness depends on the state. Each state updates its open-data portal on its own schedule — typically daily to weekly. The scraped_at field tells you when we fetched; the underlying source may lag behind actual license changes.
  • No photos, inspection reports, or violation histories. This Actor returns the registration-level metadata only. Inspection and complaint data live in separate datasets.

FAQ

Is there a national childcare license database I can query?
No unified federal registry exists. Childcare licensing is administered state by state. This Actor consolidates five of the most accessible state registries into one output schema.
Can I get a licensed daycare list by city or county?
Yes — filter post-export by the city or county column. Most states include county. Alternatively, run a single-state query and filter in your spreadsheet or CRM import.
How do I build a daycare email list?
Texas is the only state in this dataset that publishes email addresses in the public registry. For other states, enrich the facility_name + address output through a tool like Clay or Apollo after export.
Why are some fields null?
Not every state publishes every field. CO has no phone column; DE and TX have no status column. We surface null rather than fabricate. The source_url field tells you which registry each record came from.
How many records are in each state?
Approximate counts at time of writing: NY ~50 000, CT ~4 000, CO ~6 000, DE ~1 200, TX ~30 000. Counts change as licenses are issued and expire.
Can I schedule this to run weekly?
Yes — use Apify Schedules to trigger a run on a cadence. The scraped_at field and the license_number make deduplication straightforward for delta workflows.
Does this scrape anything I shouldn't be using?
All data comes from official state government open-data portals published for public access. No login, no scraping private pages, no personal data beyond what the state publishes in the licensing registry.

Ready to run it?

Open the listing on Apify, paste the input above, and watch rows land. If it ever breaks, it is our problem before it is yours.

Related Actors

Teams that run this also run