EEOC Enforcement & Litigation Newsroom Scraper avatar

EEOC Enforcement & Litigation Newsroom Scraper

Pricing

Pay per event

Go to Apify Store
EEOC Enforcement & Litigation Newsroom Scraper

EEOC Enforcement & Litigation Newsroom Scraper

Scrapes EEOC enforcement press releases. Extracts employer name, settlement amounts, discrimination type, statute cited (ADA/Title VII/ADEA), district office, and case numbers — turning EEOC newsroom into structured employment-risk records.

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

4 days ago

Last modified

Categories

Share

Extract structured enforcement and litigation data from the EEOC Virtual Newsroom. Every press release is parsed into a machine-readable record: employer name, settlement dollar amount, discrimination type, statute cited, district office, and civil action case number.

What you get

FieldDescription
titleFull press release headline
urlCanonical URL
datePublication date
press_release_typePress Release / Litigation / Settlement
district_officeEEOC field or district office (e.g. "Chicago District Office")
respondent_employerCompany named in the action (extracted from title)
settlement_amount_usdSettlement dollar figure as a number (null if not a settlement)
discrimination_typeArray: disability, sex, pregnancy, age, race, religion, retaliation
statute_citedArray: ADA, Title VII, ADEA, GINA, EPA, PWFA
case_numberCivil action number when present (e.g. "1:26-cv-11526")
body_htmlFull press release HTML
body_textFull press release plain text

Sample record

{
"title": "Dunkin' Donuts Franchisees to Pay $250,000 in EEOC Disability Discrimination Suit",
"url": "https://www.eeoc.gov/newsroom/dunkin-donuts-franchisees-pay-250000-eeoc-disability-discrimination-suit",
"date": "June 5, 2026",
"press_release_type": "Press release",
"district_office": "New York District Office",
"respondent_employer": "Dunkin' Donuts Franchisees",
"settlement_amount_usd": 250000,
"discrimination_type": ["disability"],
"statute_cited": ["ADA"],
"case_number": "1:26-cv-11526-AK",
"body_text": "BOSTON – The Daly/Kenney Group, LLC and 15 related companies..."
}

Input options

FieldTypeDefaultDescription
maxItemsinteger10Maximum records to scrape (0 = all)
pressReleaseTypestringAllFilter: All, Press Release, Litigation, Settlement
searchQuerystringKeyword search (e.g. "disability" or "Walmart")

Use cases

  • EPLI insurers — screen employers by discrimination history and settlement exposure before underwriting
  • Labor & employment law firms — track recent litigation outcomes and peer settlements by discrimination category
  • Corporate compliance — benchmark enforcement trends by statute, district, and employer size
  • HR risk platforms — build employer risk scores from EEOC settlement history

Coverage

The EEOC newsroom contains 10,000+ press releases dating back to the 1990s, covering all 53 EEOC field/district offices. Each discrimination category (disability, age, race, sex, religion, pregnancy, retaliation) and key statutes (ADA, Title VII, ADEA, GINA) are auto-classified from the press release body text.

Technical notes

Scrapes the public EEOC Drupal site via HTTP. No login, no proxy, no browser rendering required. Pagination via standard Drupal Views ?page=N query parameter.