NLRB Recent Charges and Petitions Filings Actor
Pricing
from $5.00 / 1,000 results
Go to Apify Store
NLRB Recent Charges and Petitions Filings Actor
Scrapes the NLRB recent filings feed and optional case detail pages into structured records.
Pricing
from $5.00 / 1,000 results
Rating
0.0
(0)
Developer
Chris Hoover
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Scrapes the NLRB recent filings feed and optional case detail pages into structured records.
What it does
- Collects recent NLRB charges and petitions from the public filings listing.
- Follows pagination on the listing pages.
- Optionally enriches each filing from its case detail page when available.
Use cases
- Track fresh labor-relations filings for law firms, HR teams, and compliance groups.
- Monitor employer, region, and case-status changes over time.
- Export public labor-case metadata into CSV-ready JSON for downstream analysis.
Input
startUrls: recent-filings pages or individual case pagesmaxItems: maximum number of records to emitmaxPages: maximum listing pages to follow per start URLfetchCaseDetails: enrich list rows from individual case pagesdelaySeconds: pause between listing page requestsdetailDelaySeconds: pause between detail fetches
Output fields
| Field | Description |
|---|---|
case_name | Employer or case title shown in the listing or case page |
case_number | NLRB case number |
date_filed | Filing date in MM/DD/YYYY format |
status | Open or closed status |
employee_count | Number of employees shown on the listing page |
location | City and state listed for the filing |
assigned_region | Region office assigned to the case |
case_type | Inferred case type from the case number or page text |
closed_date | Date closed, when available |
close_reason | Reason closed, when available |
certified_representative | Certified representative, when available |
source_url | Exact URL scraped |
Example output
{"case_name": "Honeywell","case_number": "14-CA-389893","date_filed": "07/02/2026","status": "Open","employee_count": "82","location": "Saint Louis, MO","assigned_region": "Region 14, Saint Louis, Missouri","case_type": "Charge","closed_date": null,"close_reason": null,"certified_representative": null,"source_url": "https://www.nlrb.gov/case/14-CA-389893"}
Pricing
$5.00 per 1,000 results ($0.005 per result) Set a max cost limit when starting a run to control your spending. The Actor stops automatically when your limit is reached.
Example costs
100 results = $0.50 500 results = $2.50 1,000 results = $5.00 5,000 results = $25.00
Notes
- Public .gov source, no authentication required.
- Uses static HTML parsing and standard pagination.
- Detail-page enrichment is optional but enabled by default.