Class Action Settlements Scraper | Claim Deadlines & Payouts
Pricing
from $1.80 / 1,000 settlement results
Class Action Settlements Scraper | Claim Deadlines & Payouts
Every open US class action settlement from ClassAction.org with payout amount, claim deadline, proof-of-purchase requirement, official claim URL, no-proof-cash flag and a 0-100 claim score — find the money you're owed before deadlines pass. HTTP-only, pay per result, MCP-ready.
Pricing
from $1.80 / 1,000 settlement results
Rating
0.0
(0)
Developer
Mr Zack
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
13 hours ago
Last modified
Categories
Share
Right now there are 200+ open US class action settlements with money on the table — and on today's board, over 110 of them pay cash without requiring proof of purchase. The problem: they're spread across a board people check by hand, deadlines expire weekly, and the good ones (high payout, no proof, deadline still open) are mixed in with vouchers and long-shot claims.
This Actor pulls the entire open-settlements board from ClassAction.org in one HTTP request and turns every card into a clean, scored row. No login, no browser, no proxies.
Who this is for
- Consumer-finance & "free money" content creators — the settlements niche gets millions of views; this is your research pipeline (new claimable settlements, sorted by payout, every morning).
- Newsletter & alert operators — run on a schedule, diff on
isNew, and email your list the claims worth filing this week. - Lead-gen & legal marketing teams — track which settlements are open, what they pay, and when claim windows close.
- Anyone who files claims —
isNoProofCash+claimScoreis the shortlist.
What you get per settlement
| Field | Description |
|---|---|
name, slug | Settlement name and stable ID |
claimUrl | Official settlement administrator website where claims are filed |
payoutRaw | Payout exactly as published ("$75 - $5,000", "Up to $6,000", "$10 Gift Card") |
payoutKind | cash, non-cash (vouchers/gift cards), varies |
payoutMinUsd / payoutMaxUsd | Parsed USD bounds — null when the board publishes no number (never fake zeros) |
proofRequired | false = claim without proof of purchase; tri-state (true/false/null) |
isNoProofCash | Cash payout AND no proof required — the claims people actually file |
deadlineDate, daysLeft | Claim deadline (ISO) and days remaining |
urgency | ending-now (<7 days), ending-soon, later, no-fixed-deadline |
isNew | Recently added to the board — your diff signal |
description | Who is covered (eligibility summary) |
claimScore | 0-100: payout size (log-scaled, 40) + no proof (30) + time window (15) + freshness (15) |
Inputs
noProofOnly— only settlements claimable without proof of purchasecashOnly— drop vouchers and gift cardsnewOnly— only newly listed settlements (alert mode)minPayoutUsd— e.g.100to skip small claimsmaxDaysLeft— deadline-chaser mode (e.g. closing within 14 days)sortBy—claimScore(default),payout,endingSoon,newest
How to schedule this Actor (the whole point)
Settlements appear and expire weekly — this data is worth the most as a diff:
- Open the Actor page → Schedules → create a schedule (daily is plenty; a full run costs about $0.40 at 200+ results).
- Set input
{ "newOnly": true, "sortBy": "claimScore" }so each run returns only settlements added since the board changed. - Add an integration (Google Sheets, Slack/Discord webhook, email) to push new rows wherever you work.
- For deadline alerts, run a second schedule with
{ "maxDaysLeft": 10, "noProofOnly": true }— cash claims closing soon.
Honest limitations
- Public board data only — no login, no private case documents, no bypassing anything.
payoutMinUsd/payoutMaxUsdare parsed from the published text; when the board says "Varies", the fields staynull(we don't invent numbers).- Deadlines and payouts are as published by the board; always verify on the official claim site (
claimUrl) before filing. This Actor is a data tool, not legal advice.
Related Actors by the same developer
Money-board scrapers, all HTTP-only pay-per-event: Whop Content Rewards · Immunefi Bug Bounties · Superteam Earn · Merkl DeFi Rewards
Was this Actor useful? A review on this page genuinely helps an indie developer. Something broken or a field you need? Open an Issue — breakage gets fixed fast.
Changelog
- 0.1.0 (Aug 2026) — Launch: every open ClassAction.org settlement with payout, deadline, proof-of-purchase flag, official claim URL, no-proof-cash flag and 0-100 claim score.
- Sep 2026 — Verified live (~210 open settlements, ~155 no-proof); store listing refresh (title, SEO, changelog).
Found this useful? Bookmark & review
A quick ⭐ review or bookmark on this Actor helps other people find it and tells us which fields to add next. Have a question, a missing field or a source that changed? Open an issue in the Issues tab — we answer within 24 hours.