Goodjobsfirst: Search Violations
Goodjobsfirst via Parse · government_public
Full-text search over corporate violation records with filters on company, agency, year, penalty amount, offense group, and industry. Returns paginated results sorted by penalty amount descending by default. Each result includes the violation ID slug for drilling into full details via get_violation_detail. Access corporate violation data from Good Jobs First's Violation Tracker database, including search, detail views, and reference lists. Fulfilled by Parse from violationtracker.goodjobsfirst.org.
- b2b-directory
- finance
- goodjobsfirst
- government-public
- parse
- platform-key
- violationtracker-goodjobsfirst-org
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/bd06de44-0e3a-452b-baf0-8df937e4644d/search_violations
- Interface artifact
- sha256:a98cbbaa4b36ce71ef462bf5abacabe1d95125351f4312c0d0aae30bce43a79e
- Manifest digest
- sha256:f264a9b363b20f0d3641b23642ecadeeec5cd041f54ab6ed5afdb621a4387599
Request fields
- page (integer): Page number for pagination (1-based).
- sort (string): Sort field.
- year (string): Year filter (comma-separated for multiple, e.g. '2020,2021,2022').
- order (string): Sort order.: Allowed values: asc, desc
- pen_op (string): Penalty comparison operator.
- company (string): Company name to search for.
- case_type (string): Case type filter.
- parent_op (string): Parent name match operator.
- company_op (string): Company name match operator.: Allowed values: starts, contains, ends
- action_type (string): Action type filter.
- agency_code (string): Agency code filter (e.g. 'EPA', 'OSHA', 'SEC').
- parent_name (string): Parent company name filter.
- offense_type (string): Offense type filter.
- offense_group (string): Offense group filter.
- federal_agency (string): Federal agency filter (comma-separated for multiple).
- major_industry (string): Major industry filter (comma-separated for multiple).
- penalty_amount (string): Minimum penalty amount.
- state_local_agency (string): State/local agency filter (comma-separated for multiple).
- level_of_government (string): Level of government filter.
- presidential_administration (string): Presidential administration filter.
Example queries
- {"page":"1","sort":"penalty_amount","year":"2020","order":"asc","pen_op":"gt","company":"exxon","company_op":"starts"}