America's Children Wellbeing Indicators Scraper avatar

America's Children Wellbeing Indicators Scraper

Pricing

Pay per event

Go to Apify Store
America's Children Wellbeing Indicators Scraper

America's Children Wellbeing Indicators 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.

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

12 days ago

Last modified

Categories

Share

Extracts all indicator tables from childstats.gov — the official annual report of the Federal Interagency Forum on Child and Family Statistics. Returns every year-row-value data record from ~86 tables covering family structure, behavior, health, economic circumstances, education, and child population.

What you get

Each output record is one data point: a single (row_label, year, value) triple from a specific indicator table.

FieldDescription
table_idTable identifier, e.g. fam1a, beh1, pop2
indicator_categoryCategory: Population, Family & Social Environment, Economic Circumstances, Behavior, Education, Health
indicator_nameFull indicator name from the table heading
row_labelDemographic or subgroup row label (e.g. "Two married parents", "Male", "Hispanic")
yearYear of the data point (e.g. "2023")
valueNumeric value — null when data is not available for that year/subgroup
value_unitUnit: Percent, Number, Rate, or Value
footnotesPipe-separated footnote reference letters applicable to this row
sourceData source attribution (e.g. U.S. Census Bureau, Current Population Survey)
urlURL of the table page

Use cases

  • Family and child welfare research — family structure tables (fam1a–fam7) cover single-parent households, living arrangements, child care, and foster/relative care by race and Hispanic origin
  • Academic and policy analysis — the full indicator set spans 80+ tables from 1980–2023 with consistent federal methodology
  • Data journalism — track long-run trends in child poverty, school enrollment, health insurance coverage, and behavioral outcomes
  • Government data pipelines — official federal interagency statistics suitable for regulatory and compliance use

Input

ParameterTypeDefaultDescription
maxItemsintegerMaximum number of records to return. Omit to scrape all tables.

Example: Scrape family structure tables only

The actor scrapes all ~86 tables by default (~50,000+ records for a full run). Use maxItems to limit output for quick sampling or targeted queries.

How it works

  1. Fetches the tables index page to discover all ~86 table URLs grouped by category
  2. Fetches each table page (tables/<id>.asp?popup=true) — clean static HTML
  3. Unpivots the wide matrix (row × year columns) into individual records
  4. Extracts footnotes from the <tfoot> section and source attribution from the SOURCE: row

The site is a U.S. federal .gov domain, publicly accessible with no authentication or anti-bot measures. No proxy is used.

Source

America's Children: Key National Indicators of Well-Being — Federal Interagency Forum on Child and Family Statistics. Data covers 1980–2023 depending on the indicator.