NLRB Recent Charges and Petitions Filings Actor avatar

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

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

Chris Hoover

Maintained by Community

Actor 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

  1. Track fresh labor-relations filings for law firms, HR teams, and compliance groups.
  2. Monitor employer, region, and case-status changes over time.
  3. Export public labor-case metadata into CSV-ready JSON for downstream analysis.

Input

  • startUrls: recent-filings pages or individual case pages
  • maxItems: maximum number of records to emit
  • maxPages: maximum listing pages to follow per start URL
  • fetchCaseDetails: enrich list rows from individual case pages
  • delaySeconds: pause between listing page requests
  • detailDelaySeconds: pause between detail fetches

Output fields

FieldDescription
case_nameEmployer or case title shown in the listing or case page
case_numberNLRB case number
date_filedFiling date in MM/DD/YYYY format
statusOpen or closed status
employee_countNumber of employees shown on the listing page
locationCity and state listed for the filing
assigned_regionRegion office assigned to the case
case_typeInferred case type from the case number or page text
closed_dateDate closed, when available
close_reasonReason closed, when available
certified_representativeCertified representative, when available
source_urlExact 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.