ClassAction.org Data Breach Lawsuit Scraper avatar

ClassAction.org Data Breach Lawsuit Scraper

Pricing

Pay per event

Go to Apify Store
ClassAction.org Data Breach Lawsuit Scraper

ClassAction.org Data Breach Lawsuit Scraper

Scrapes classaction.org for active data breach lawsuits and investigations, returning structured records with lawsuit name, company, status, eligibility, deadlines, potential award, law firm, and impacted data types.

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

6 days ago

Last modified

Share

Scrapes the ClassAction.org data breach lawsuits index and returns structured records for each active data breach lawsuit, investigation, and open settlement. Each run delivers the full current feed of data breach cases with eligibility info, law firm attribution, impacted data types, and lead summaries.

What you get

FieldDescription
nameFull lawsuit / investigation title (e.g. "Gastro Health Data Breach")
companyDefendant company or breached organization
lawsuit_typeAlways data-breach for this category
statusinvestigating, filed, or open settlement (inferred from article text)
filed_dateMonth + year the case was filed or investigation opened (e.g. "May 2026")
summaryLead paragraph describing the breach allegation
impacted_dataComma-separated list of exposed data types (e.g. "Social Security Number, Date of Birth")
eligibilityWho qualifies to join or file a claim
law_firmLaw firm sponsoring the investigation
source_urlFull classaction.org detail page URL
categorydata-breach-lawsuits

Additional fields (incident_date, affected_count, jurisdiction, claim_deadline, potential_award, proof_required) are returned as null for investigation-stage pages where the data is not yet available.

How it works

The scraper performs a two-hop crawl:

  1. Index page — fetches the full data breach listing at /data-breach-lawsuits, which renders all 100+ active cards in a single server-rendered HTML response. Each card provides the title, date, summary, and links to the detail page.
  2. Detail pages — visits each /data-breach-lawsuits/<slug> page to enrich the record with full article content, law firm attribution, eligibility information, and inferred status.

Input

ParameterTypeDescription
maxItemsintegerMaximum number of records to return. Set to 0 to scrape all current cases. Default: 10

Usage notes

  • The index page is refreshed continuously as new data breach lawsuits are filed. Running with maxItems: 0 captures the full current feed (~100 records per run).
  • Investigation-stage cases (status: investigating) do not yet have settlement deadlines, award amounts, or proof requirements — those fields are null until the case settles.
  • The scraper uses residential proxy routing for reliable access to classaction.org.