Reclaim your rights with quick and seamless class action lawsuit claim automation.
The Class Action AutoFill tool is a web automation script designed to streamline the process of completing class action lawsuit claim forms. Currently, it supports some of the most commonly found landing pages, with future updates planned to expand functionality to less commonly found ones. Features such as automated payment verification are planned; for now, the UI.Vision project will perform a best attempt for verification.
- Automates Form Completion: Quickly fills in personal details on class action forms.
- Supports Multiple Users: Processes claims for multiple individuals in a single run.
- Targets Popular Landing Pages: Focuses on high-traffic class action lawsuit pages; sponsors receive both a Python script and a UI.Vision project file for claim automation.
- Utilizes OCR Technology: Detects and interacts with hidden HTML elements for improved automation.
Below are brief demonstrations of the capabilities of the private repository, which includes both a Python script and a UI.Vision automation script.
🎥 Video Demo: Class Action Lawsuit Automation
Web-Class.Action.Lawsuit.Automation.Demo.mp4
Python Version
Class.Action.Lawsuit.-.Autofill.Demo.mp4
This project is available exclusively to Gold Sponsors on GitHub ($10/month). By sponsoring, you'll gain:
- Access to the private repository containing the full script and documentation.
- Regular updates with additional landing page support and new features.
- A direct line to provide feedback and suggestions.
PEOPLE=[
{"FirstName":"Alex", "LastName":"Nas", "Address":"123 Fake St", "City":"Atlanta", "State":"GA", "Zip":"31083", "Country":"US", "Phone":"908-375-6473", "Email":"alex-nas@gmail.com"},
{"FirstName":"Jane", "LastName":"Doe", "Address":"456 Real St", "City":"New York", "State":"NY", "Zip":"10001", "Country":"US", "Phone":"123-456-7890", "Email":"jane-doe@gmail.com"}
]
- Each person is represented as a set of details inside
{}
. - Multiple people are stored inside
[ ]
(like a list). - This format allows the tool to read and fill out forms automatically for multiple claimants.
Field Name | Description | Example Value |
---|---|---|
FirstName |
Claimant's first name | "Alex" |
LastName |
Claimant's last name | "Nas" |
Address |
Street address | "123 Fake St" |
City |
City name | "Atlanta" |
State |
Two-letter state code | "GA" |
Zip |
ZIP/postal code | "31083" |
Country |
Two-letter country code (US) | "US" |
Phone |
Phone number | "908-375-6473" |
Email |
Email address | "alex-nas@gmail.com" |
For setup and detailed usage instructions, please refer to the private sponsor repository's README.
Submitting false claims for class action lawsuits qualifies as perjury. You are solely responsible for ensuring your eligibility and the accuracy of all information submitted. By using this tool, you accept full responsibility for any misuse, including claim denials or legal repercussions, and waive any claims against the developer. If you file an ineligible claim, it's your duty to contact the relevant channels to correct it. Use this tool responsibly and ensure your claims comply with the lawsuit’s guidelines.