AllLaw State Child-Support Guideline Scraper avatar

AllLaw State Child-Support Guideline Scraper

Pricing

Pay per event

Go to Apify Store
AllLaw State Child-Support Guideline Scraper

AllLaw State Child-Support Guideline Scraper

Scrapes AllLaw.com child-support guideline pages for all 50 US states and DC. Returns guideline model (income shares, percentage of income, or Melson formula), narrative summary, calculator inputs, factors considered, statutory references, and last-updated date per state.

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

13 days ago

Last modified

Share

Scrapes AllLaw.com child-support guideline pages for all 50 US states and Washington D.C. Returns the guideline model (income shares, percentage of income, or Melson formula), a narrative summary, calculator inputs, factors considered, statutory references, and the last-updated date — one record per state.

What it does

AllLaw publishes a canonical consumer reference for child-support guidelines in every US jurisdiction. Each state page contains:

  • The computational model used (income shares vs percentage of income vs Melson formula)
  • A narrative explanation of how support is calculated
  • The inputs the state calculator collects (number of children, parenting time, income amounts, healthcare costs, etc.)
  • Factors the court considers when setting or modifying support
  • Statutory citations where present

The actor crawls the hub page at /calculators/childsupport/ to discover all state URLs, then fetches each state's detail page and extracts structured data from the server-rendered HTML and embedded JSON-LD Article blocks.

Output

Each output record contains:

FieldTypeDescription
statestringUS state name (e.g. California, Texas, Washington D.C.)
urlstringCanonical source URL
guideline_modelstringIncome shares / Percentage of income / Melson formula
guideline_summarystringNarrative summary (first ~1200 chars of article body)
calculator_inputsarrayField labels the state calculator collects
factors_consideredarrayFactors the court considers (income, healthcare, custody, etc.)
statutory_referencesarrayCited statutes and rule numbers where present
last_updatedstringISO-8601 date the article was last modified
scrapedAtstringISO-8601 timestamp when the record was scraped

Use cases

  • Family-law SaaS and legal research tools — structured per-state guideline model for support estimator tooling
  • LLM fine-tuning and RAG pipelines — state-specific child-support computation rules as structured context
  • Policy research — compare guideline models, income thresholds, and factors across all 50 states + DC
  • Fintech alimony/support estimators — drop-in dataset for child-support calculators

Input

ParameterTypeDefaultDescription
maxItemsinteger10Maximum number of state pages to scrape (max 50: all 50 states + DC)

Notes

  • The site is server-rendered HTML with no Cloudflare protection — no proxy is required.
  • The actor discovers all 50 state URLs from the hub page automatically. Set maxItems to 50 to get all states.
  • Guideline model detection uses keyword analysis of the full article text. A small number of states may return an empty guideline_model if the page does not explicitly name the formula.
  • Last-updated dates come from JSON-LD dateModified metadata — most pages were updated in 2024.