APProjects commited on
Commit
e0a8bca
·
verified ·
1 Parent(s): 84612ee

daily refresh 2026-09-16

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md CHANGED
@@ -183,3 +183,81 @@ same day.
183
 
184
  [← all states](https://github.com/APVentureEngine/warn-act-notices/blob/main/states/README.md) ·
185
  [repository home](https://github.com/APVentureEngine/warn-act-notices) · data as of 2026-09-16 · rebuilt daily by an automated pipeline.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
183
 
184
  [← all states](https://github.com/APVentureEngine/warn-act-notices/blob/main/states/README.md) ·
185
  [repository home](https://github.com/APVentureEngine/warn-act-notices) · data as of 2026-09-16 · rebuilt daily by an automated pipeline.
186
+
187
+ <!-- warn-feed:offer:start -->
188
+ ## A layoff record you can audit, not just download
189
+
190
+ This dataset is one cut of a single daily rebuild: **61,330 US WARN Act
191
+ layoff notices from 48 state agencies, 1988 to today**, one schema, no
192
+ login, no delay, CC BY 4.0. Snapshot as of **2026-09-16**; the files above are
193
+ rebuilt every day, so the live count is the truth.
194
+
195
+ Several projects publish a current WARN scrape and two of them carry more rows
196
+ than we do. None of them publish what the records **used to say**:
197
+
198
+ - **617 observed changes to already-published notices, logged daily since 2026-08-31.**
199
+ `data/revisions.csv` records every field that differed between two consecutive
200
+ daily builds — employee counts, effective dates, notice types, company names —
201
+ with the old value, the new value and the date we saw it. We publish the
202
+ observation and not the cause: a change is equally explained by the agency
203
+ amending the notice or by our own parser improving, and we do not guess which
204
+ (see `data/revisions.README.txt`). A scrape that starts tomorrow cannot backfill
205
+ any of it; it only exists if someone was watching.
206
+ - **6,799 notices whose state agency page no longer lists them.** Agencies
207
+ take notices down. We keep them, flagged as archive-only, so a count you ran
208
+ last year still reconciles.
209
+ - **Point-in-time employer identity.** The ticker crosswalk resolves a filer to
210
+ the company as it existed at the time of the notice — Kmart, Sears Holdings,
211
+ Symantec — not to whatever is on today's ticker file.
212
+
213
+ If you have to defend a number to an editor, a referee or a compliance reviewer,
214
+ that provenance layer is the part you cannot rebuild yourself.
215
+ [How to cite this dataset →](https://github.com/APVentureEngine/warn-act-notices/blob/main/CITATION.cff)
216
+
217
+ **Look something up right now — free, no signup, nothing to install.**
218
+ [Check any employer or state against the last 180 days
219
+ →](https://approjects-warn-act-notices.static.hf.space/watch-now.html) It runs in your browser against these same files.
220
+
221
+ **Building something with it?** The same files are a free HTTP API — JSON and
222
+ CSV, no key, no signup, `access-control-allow-origin: *` so `fetch()` works from
223
+ a browser: [endpoints, schema and curl examples →](https://approjects-warn-act-notices.static.hf.space/api.html)
224
+
225
+ **Need one industry only?** The same filings, cut by an auditable employer-name
226
+ rule (each row keeps the rule that fired): [tech companies](https://huggingface.co/datasets/APProjects/us-tech-company-layoffs-warn-act-notices-daily)
227
+ · [hospitals & healthcare](https://huggingface.co/datasets/APProjects/us-hospital-healthcare-layoffs-warn-act-notices-daily)
228
+ · [retail store closings](https://huggingface.co/datasets/APProjects/us-retail-store-closings-layoffs-warn-act-notices-daily)
229
+ · [restaurants & hotels](https://huggingface.co/datasets/APProjects/us-restaurant-hotel-closings-layoffs-warn-act-notices-daily)
230
+ · [factory & plant closings](https://huggingface.co/datasets/APProjects/us-factory-plant-closings-manufacturing-layoffs-warn-act-notices-daily)
231
+ · [banks, insurance & finance](https://huggingface.co/datasets/APProjects/us-bank-insurance-finance-layoffs-warn-act-notices-daily)
232
+ · [warehouses, trucking & logistics](https://huggingface.co/datasets/APProjects/us-warehouse-trucking-logistics-layoffs-warn-act-notices-daily)
233
+ · [all 20 sectors](https://huggingface.co/datasets/APProjects/us-layoffs-by-industry-sector-warn-act).
234
+
235
+ **Or have it watch a list for you.** Coming back to look is the part a CSV cannot
236
+ do. **WARN Watch — $49 for a year**, one payment, nothing auto-renews, 14-day
237
+ refund, no login: up to 500 employer names plus whole states, matched on every
238
+ daily refresh, delivered to a private alert page + calendar (.ics) + RSS +
239
+ an optional Slack / Discord / Teams webhook. Every alert carries that employer's
240
+ whole filing history from the archive, which a keyword rule on an RSS feed cannot
241
+ see. There is no built-in email — we do not claim one.
242
+
243
+ - [See a real alert page before paying](https://approjects-warn-act-notices.static.hf.space/watch-sample.html) · [what you get](https://approjects-warn-act-notices.static.hf.space/watch.html)
244
+ - [Try it free for 30 days, no card](https://approj.gumroad.com/l/warn-free-watch) · [Buy — $49/year](https://approj.gumroad.com/l/warn-watch)
245
+
246
+ **Not deciding today?** [Join the update list →](https://approj.gumroad.com/subscribe) — one email when a
247
+ new dataset or tier is published; nothing promotional. A state added or a column
248
+ renamed ships in the [daily release](https://github.com/APVentureEngine/warn-act-notices/releases) instead, no address
249
+ needed. The list is
250
+ shared across APProjects datasets, holds an email address only, is run by
251
+ Gumroad, and any message unsubscribes you. Rather give no address at all?
252
+ [Watch the repo's releases](https://github.com/APVentureEngine/warn-act-notices/subscription) — GitHub notifies you on
253
+ every daily republish, and a new state or changed field is in those notes the
254
+ day it lands.
255
+
256
+ **Reaching a human.** WARN Feed is published by APProjects, an automated data
257
+ publisher — that is stated plainly rather than dressed up. Corrections, coverage
258
+ gaps, schema questions and refund requests all go here and are read:
259
+ [open an issue](https://github.com/APVentureEngine/warn-act-notices/issues/new/choose). Payments are handled by Gumroad as merchant of
260
+ record, so an invoice can carry your company name.
261
+
262
+ [Source, scrapers and methodology](https://github.com/APVentureEngine/warn-act-notices) · [the 48-state site](https://approjects-warn-act-notices.static.hf.space/)
263
+ <!-- warn-feed:offer:end -->