VOOZH about

URL: https://apify.com/jungle_synthesizer/aecf-kids-count-child-welfare-data-scraper

โ‡ฑ KIDS COUNT Child Welfare Data Scraper ยท Apify


๐Ÿ‘ KIDS COUNT Child Welfare Data Scraper avatar

KIDS COUNT Child Welfare Data Scraper

Pricing

Pay per event

Go to Apify Store

KIDS COUNT Child Welfare Data Scraper

Extracts child well-being indicator data from the Annie E. Casey Foundation KIDS COUNT Data Center. Covers hundreds of indicators across all 50 US states and national level, multiple years. Fields: indicator name, location, year, data format, and numeric value.

Pricing

Pay per event

Rating

0.0

(0)

Developer

๐Ÿ‘ BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Extract child well-being indicator data from the Annie E. Casey Foundation KIDS COUNT Data Center. Every state, hundreds of indicators, going back decades.

KIDS COUNT is the canonical US child-wellbeing benchmark โ€” cited by state agencies, foundations, journalists, and researchers. The database covers indicators like child poverty, children in foster care, single-parent families, and teen birth rates across all 50 states, DC, and the national level. No login required. No paywall.

What You Get

Each record is one value for one indicator, one location, and one year.

FieldDescription
indicator_idNumeric indicator ID (e.g. 106 = Children in single-parent families)
indicator_nameFull indicator name
locationLocation name (United States, Alabama, etc.)
location_typenational or state
yearData year
data_formatNumber or Percent
valueNumeric value
value_displayFormatted display string (e.g. 34% or 20,748,000)
data_sourceSource citation from KIDS COUNT
table_urlURL of the indicator table page

Input

ParameterTypeDefaultDescription
indicatorIdsstring[](all)Specific indicator IDs to scrape. Leave empty for all 4,000+ indicators from the sitemap.
locationTypesstring[]["national", "state"]Which location types to include: national, state, or both.
maxItemsinteger15Maximum number of records to collect.

Example inputs

Scrape all years for the single-parent families indicator across all US states:

{
"indicatorIds":["106"],
"locationTypes":["national","state"],
"maxItems":1000
}

Scrape the top five child welfare indicators:

{
"indicatorIds":["106","12","7","8","9"],
"locationTypes":["state"],
"maxItems":5000
}

Leave indicatorIds empty to crawl the full database. With ~4,000 indicators x ~52 locations x ~25 years of data, that is a lot of records.

How It Works

The site has a JSON API endpoint (/api/reports/detailedtable) that is not protected by Cloudflare. The scraper:

  1. Reads the sitemap to enumerate all indicator URLs (4,000+), or uses the indicatorIds you provide.
  2. Fetches each indicator's HTML page to extract available time-frames and data sources.
  3. Calls the API with all state IDs in a single batch request per indicator to get the full location x year matrix.
  4. Parses the returned HTML table and saves each data point as a flat record.

No proxy needed. The API responds cleanly to datacenter requests.

Use Cases

  • Child welfare research โ€” track foster care rates, child poverty, and family stability across states and years.
  • Policy analysis โ€” benchmark a state against national averages or compare regions.
  • Journalism โ€” pull the data behind the KIDS COUNT Data Book in machine-readable form.
  • Grant reporting โ€” support program evaluation against KIDS COUNT baseline indicators.
  • Data science โ€” train models on child well-being trends using a clean, authoritative dataset.

Notes

  • The rawdata.axd download endpoint is Cloudflare-protected and is not used. This scraper reads the same data through the undocumented JSON API instead.
  • Some indicators have county-level sub-state data; the location_type field is set to state for all loct=2 API responses regardless of geographic granularity.
  • Values labeled N.A. (not available) or S (suppressed for small sample size) are skipped.
  • Data for some indicators only covers a subset of US states.

You might also like

Child Content Guardian

minionbond/child-content-guardian

Is your child watching... What ...?

๐Ÿ‘ User avatar

Harshad Velapure

1

๐Ÿง’ YouTube-Kids Video Downloader ๐Ÿ“ฅ

scrapearchitect/youtube-kids-video-downloader

โœจ Safely download HD (360p-8K) kids' videos in few mins! ๐Ÿง’๐ŸŽž๏ธ Offers direct video/audio links, merged files & child-safe filtering. ๐ŸŒ Proxy support for global access. โœจ Perfect for trips, offline play & family fun! ๐Ÿ“ฅ ๐Ÿš€ YouTube Kids Video Downloader โœจ

๐Ÿ‘ User avatar

Scrape Architect

169

World Bank Indicators Scraper

parseforge/worldbank-indicators-scraper

Tap into the World Bank Open Data API for development indicators across every country. Provide an indicator code such as NY.GDP.MKTP.CD, a country code list, and a year range to receive country, indicator, year, and value. Useful for macro research and policy analysis.

America's Children Wellbeing Indicators Scraper

jungle_synthesizer/childstats-gov-americas-children-wellbeing-indicator-scraper

Scrapes all indicator tables from childstats.gov (Federal Interagency Forum). Returns every year-row-value record for ~80+ tables covering family structure, behavior, health, economic circumstances, and child population.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

Village Kids Scraper

mshopik/village-kids-scraper

Scrape Village Kids and extract data on children's clothing from villagekids.co.uk. Our Village Kids API lets you crawl product information and pricing. The saved data can be downloaded as HTML, JSON, CSV, Excel, and XML.

World Bank Development Indicators Scraper

crawlerbros/world-bank-development-indicators

Scrape World Bank development indicators - GDP, population, literacy, child mortality, electricity access and 16,000+ more indicators for 200+ countries spanning 60+ years of data.

WHO GHO Indicators Scraper

parseforge/who-gho-indicators-scraper

Browse the World Health Organization Global Health Observatory indicator catalog filtered by name fragment. Returns indicator codes, full names, and descriptive metadata that pair with the GHO data endpoint. Useful for global health dashboards, epidemiology research, and policy reporting.