CDC NCHS Marriage & Divorce Vital Statistics Scraper
Pricing
Pay per event
CDC NCHS Marriage & Divorce Vital Statistics Scraper
Scrapes the CDC National Center for Health Statistics (NCHS) marriage and divorce vital statistics series into clean, normalized year × geography × rate rows covering all 50 US states plus national totals back to 1990.
Pricing
Pay per event
Rating
0.0
(0)
Developer
BowTiedRaccoon
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Share
Fetches the US national and state-level marriage and divorce rate series published by the CDC National Center for Health Statistics (NCHS). Returns clean, normalized rows in the format year x geography x metric (rate per 1,000 total population).
What You Get
The actor produces a flat dataset with one row per year-geography-metric combination:
| Field | Description |
|---|---|
geography | "United States" for national series; state name for state-level data |
year | 4-digit year (1990-2023 depending on dataset) |
metric | "marriage_rate" or "divorce_rate" |
rate_per_1000 | Rate per 1,000 total population |
is_provisional | true for the national series (published as provisional) |
source_dataset | Source filename (e.g. national-marriage-divorce-rates-00-23.xlsx) |
source_url | Direct URL to the source XLSX file |
Datasets covered
| Dataset | Geography | Years | Records |
|---|---|---|---|
| National marriage + divorce rates | United States | 2000-2023 | 48 |
| State marriage rates | 51 jurisdictions (all states + DC) | 1990-2023 | ~1,275 |
| State divorce rates | 51 jurisdictions | 1990-2023 | ~1,275 |
Total: ~2,598 rows per full run.
Data Source
All data originates from the CDC/NCHS National Vital Statistics System (NVSS) — the official US federal source of record for vital statistics. The XLSX files are published at cdc.gov/nchs/nvss/marriage-divorce.htm and are stable, periodically-updated government data files.
No authentication required. The actor fetches the landing page to discover XLSX links, downloads each file, and parses it.
Input
| Field | Type | Default | Description |
|---|---|---|---|
maxItems | integer | (no cap) | Maximum records to return. Useful for testing. Leave unset for the full dataset. |
Example: Run with no input to get all ~2,598 rows. Set maxItems: 10 for a quick preview.
Use Cases
- Journalists and researchers needing citeable, authoritative US marriage/divorce trends
- Family-law and insurance analytics requiring historical state-level rate baselines
- SEO content on divorce statistics, marriage trends
- Demographic modeling or datasets pairing with census/population data
Notes
- National rates for recent years are marked
is_provisional: trueper the CDC source. - State divorce rates exclude some states (California, Hawaii, Indiana, Minnesota, New Mexico, and others for certain years) due to non-reporting. Gaps in the data reflect the original source.
- Actor runs in under 5 seconds. No proxy required.