APProjects commited on
Commit
a9c68af
·
verified ·
1 Parent(s): 0121a70

daily refresh mirror

Browse files
Files changed (3) hide show
  1. README.md +20 -20
  2. coverage.json +62 -62
  3. data/warn_notices.csv +7 -4
README.md CHANGED
@@ -46,7 +46,7 @@ moving target and a one-shot upload starts rotting the week it is posted
46
 
47
  Every US layoff notice filed under the WARN Act that we can reach, scraped
48
  daily from 48 state portals, normalized to one schema, deduplicated,
49
- with canonicalized employer names. **61,309 notices from 48
50
  states** in this free tier (notices dated 1988-01-01 onward,
51
  published with no delay). States in this CSV: AK, AL, AZ, CA, CO, CT, DC, DE, FL, GA, HI, IA, ID, IL, IN, KS, KY, LA, MA, MD, ME, MI, MN, MO, MS, MT, NC, ND, NE, NJ, NM, NV, NY, OH, OK, OR, PA, RI, SC, SD, TN, TX, UT, VA, VT, WA, WI, WV. Not
52
  covered: AR, NH, WY — those states publish **no public WARN list**
@@ -84,13 +84,13 @@ df.groupby(df.notice_date.str[:7]).employees_affected.sum().tail(12)
84
 
85
  The WARN Act is a law about a number of days, and no state publishes that number. Both dates are in this dataset, so we compute it on every refresh:
86
 
87
- **15,682 of 33,680 notices (47%) that publish both a notice date and a later layoff date gave workers fewer than 60 days — 1,550,277 workers in total.** The median notice period is exactly 60 days: employers file at the line, and half land under it. 2,016 notices were filed the same day the layoff took effect.
88
 
89
- This is arithmetic on public records, **not** a finding that anyone broke the law: WARN excuses short notice for a faltering company, for business circumstances that were not reasonably foreseeable, and for natural disasters, and several states run their own notice laws. We also exclude rather than reinterpret the 12,199 records whose layoff date precedes their own notice date, and the 12,170 with no layoff date at all.
90
 
91
- - Free CSV, 33,680 rows with a computed `notice_days` column: [notice_period.csv](https://approjects-warn-act-notices.static.hf.space/data/notice_period.csv)
92
  - Charts, per-state ranking and the full method: [notice-period.html](https://approjects-warn-act-notices.static.hf.space/notice-period.html)
93
- - `notice_days` is computed for all 61,309 rows back to 1988, free
94
 
95
  ## Rebuilt every day
96
 
@@ -102,9 +102,9 @@ This is arithmetic on public records, **not** a finding that anyone broke the la
102
 
103
  ## How far back does this go?
104
 
105
- This file is the whole archive: **61,309 notices back to 1988**, with no paywalled years. The free page
106
  [**US layoff notices by year, 1988–2026**](https://approjects-warn-act-notices.static.hf.space/history.html)
107
- charts every one of those years — notices, workers affected, and how many states were filing (the coverage caveat, stated rather than hidden). The starkest thing it shows: **2020 alone holds 16,295 notices covering 2,045,768 workers**, more workers than 2021–2025 combined (1,426,765) — and that year, like every other, is inside this file.
108
 
109
  For scale on what a paid comparable costs: WARNTracker's public pricing page (checked 2026-09-05) lists **$2,000 one-time** for its historical CSV and **$250/month** for a weekly email of new notices, covering 46 states and D.C. This file is free and rebuilt daily across 48 states, and the whole 1988-present archive is in it at no charge. What we sell is the daily watch on YOUR employers: [WARN Watch, $49/year](https://approj.gumroad.com/l/warn-watch).
110
 
@@ -133,11 +133,11 @@ Collection uses the Apache-2.0 [biglocalnews/warn-scraper](https://github.com/bi
133
  |---|---:|---:|---:|---|
134
  | Michigan | 116 | 2,202 | 2,086 | 2000–2025 |
135
  | Pennsylvania | 310 | 1,895 | 1,585 | 2011–2023 |
136
- | New York | 5,007 | 6,504 | 1,497 | 2001–2014 |
137
  | Connecticut | 27 | 871 | 844 | 2010–2025 |
138
- | North Carolina | 294 | 1,081 | 787 | 2014–2021 |
139
 
140
- **6,799 notices** in this file exist only because they were rebuilt one Internet Archive capture at a time from pages the agencies removed (Michigan's retired milmi.org listings, Pennsylvania L&I's month-by-month pages, Connecticut's year index, New York's retired labor.ny.gov/app/warn application, North Carolina's archived yearly PDFs). Those five portals list 5,754 notices between them right now. Nothing here is estimated or interpolated; fields a source never printed are left empty. The archive-only rows are also published on their own: [us-historical-layoffs-archive-warn-act-notices-removed-from-state-websites](https://huggingface.co/datasets/APProjects/us-historical-layoffs-archive-warn-act-notices-removed-from-state-websites).
141
 
142
  ## Is there a state feed you could subscribe to instead?
143
 
@@ -147,7 +147,7 @@ We checked the official source behind all 48 states on 2026-09-11: **0 publish a
147
 
148
  Layoffs cross state lines; WARN portals do not. Because this dataset normalizes 48 portals into one schema **and** canonicalizes employer names across them, you can ask a question no single state's feed can answer:
149
 
150
- **2,754 employers filed WARN notices in two or more states since 1988** — 604 of them in five or more, 2,914,538 workers in total, spanning 48 states (build of 2026-09-14).
151
 
152
  | Employer | States | Which | Workers |
153
  |---|---:|---|---:|
@@ -197,7 +197,7 @@ on the same daily run.
197
 
198
  Want to know whose job ends NEXT rather than what was announced? The companion
199
  [**upcoming layoffs dataset**](https://huggingface.co/datasets/APProjects/upcoming-layoffs-job-cuts-plant-closings-us-warn-act)
200
- is only the notices whose separation date falls in the next 90 days: 413 notices
201
  across 27 states, of which 232 take effect within 30 days (21,767 workers named).
202
  Those people are still employed as of this rebuild. A copy of that file is wrong
203
  within a day, which is the point of it.
@@ -213,14 +213,14 @@ stops appearing is not proof the employer withdrew anything. Nobody can reconstr
213
  portals said last Tuesday, including us - the file only grows forward.
214
 
215
  Only want this year? The companion [**US layoffs 2026 dataset**](https://huggingface.co/datasets/APProjects/layoffs-2026-us-warn-act-notices-daily)
216
- is the 2,682 notices filed in 2026 (242,311 workers named, 45 states),
217
  with by-state, by-month and top-employer rollups already computed. Same rebuild, same ids.
218
 
219
  Want it one row per COMPANY instead of one row per notice? The companion
220
  [**employer layoff-history dataset**](https://huggingface.co/datasets/APProjects/us-warn-act-employer-layoff-history)
221
- rolls all 61,309 notices up into 29,897 canonicalized employers with
222
  their states, first and latest filing and total workers noticed — and shows what the
223
- notice-level file hides: the 6,407 employers that have filed more than
224
  once account for 62% of every notice on record. Same daily rebuild, same canonical names.
225
 
226
  Want it as a TIME SERIES? The companion
@@ -283,11 +283,11 @@ the STATE being quiet, not this pipeline being broken.
283
  | State | Notices | Latest notice |
284
  |---|---|---|
285
  | [California WARN notices](https://approjects-warn-act-notices.static.hf.space/states/california.html) · [own dataset](https://huggingface.co/datasets/APProjects/california-layoffs-warn-act-notices-daily) | 16,587 | 2026-09-09 |
286
- | [New York WARN notices](https://approjects-warn-act-notices.static.hf.space/states/new-york.html) · [own dataset](https://huggingface.co/datasets/APProjects/new-york-layoffs-warn-act-notices-daily) | 6,504 | 2026-08-25 |
287
  | [Illinois WARN notices](https://approjects-warn-act-notices.static.hf.space/states/illinois.html) · [own dataset](https://huggingface.co/datasets/APProjects/illinois-layoffs-warn-act-notices-daily) | 4,845 | 2026-09-02 |
288
  | [Florida WARN notices](https://approjects-warn-act-notices.static.hf.space/states/florida.html) · [own dataset](https://huggingface.co/datasets/APProjects/florida-layoffs-warn-act-notices-daily) | 3,115 | 2026-08-28 |
289
  | [Texas WARN notices](https://approjects-warn-act-notices.static.hf.space/states/texas.html) · [own dataset](https://huggingface.co/datasets/APProjects/texas-layoffs-warn-act-notices-daily) | 2,388 | 2026-09-08 |
290
- | [New Jersey WARN notices](https://approjects-warn-act-notices.static.hf.space/states/new-jersey.html) · [own dataset](https://huggingface.co/datasets/APProjects/new-jersey-layoffs-warn-act-notices-daily) | 2,323 | 2026-09-01 |
291
  | [Michigan WARN notices](https://approjects-warn-act-notices.static.hf.space/states/michigan.html) · [own dataset](https://huggingface.co/datasets/APProjects/michigan-layoffs-warn-act-notices-daily) | 2,202 | 2026-09-11 |
292
  | [Pennsylvania WARN notices](https://approjects-warn-act-notices.static.hf.space/states/pennsylvania.html) · [own dataset](https://huggingface.co/datasets/APProjects/pennsylvania-layoffs-warn-act-notices-daily) | 1,895 | 2026-08-31 |
293
  | [Washington WARN notices](https://approjects-warn-act-notices.static.hf.space/states/washington.html) · [own dataset](https://huggingface.co/datasets/APProjects/washington-layoffs-warn-act-notices-daily) | 1,504 | 2026-09-11 |
@@ -295,7 +295,7 @@ the STATE being quiet, not this pipeline being broken.
295
  | [Maryland WARN notices](https://approjects-warn-act-notices.static.hf.space/states/maryland.html) · [own dataset](https://huggingface.co/datasets/APProjects/maryland-layoffs-warn-act-notices-daily) | 1,274 | 2026-08-31 |
296
  | [Indiana WARN notices](https://approjects-warn-act-notices.static.hf.space/states/indiana.html) · [own dataset](https://huggingface.co/datasets/APProjects/indiana-layoffs-warn-act-notices-daily) | 1,182 | 2026-09-02 |
297
  | [Virginia WARN notices](https://approjects-warn-act-notices.static.hf.space/states/virginia.html) · [own dataset](https://huggingface.co/datasets/APProjects/virginia-layoffs-warn-act-notices-daily) | 1,124 | 2026-09-10 |
298
- | [North Carolina WARN notices](https://approjects-warn-act-notices.static.hf.space/states/north-carolina.html) · [own dataset](https://huggingface.co/datasets/APProjects/north-carolina-layoffs-warn-act-notices-daily) | 1,081 | 2026-08-13 |
299
  | [Ohio WARN notices](https://approjects-warn-act-notices.static.hf.space/states/ohio.html) · [own dataset](https://huggingface.co/datasets/APProjects/ohio-layoffs-warn-act-notices-daily) | 1,070 | 2026-09-11 |
300
  | [Alabama WARN notices](https://approjects-warn-act-notices.static.hf.space/states/alabama.html) · [own dataset](https://huggingface.co/datasets/APProjects/alabama-layoffs-warn-act-notices-daily) | 1,061 | 2026-08-31 |
301
  | [Tennessee WARN notices](https://approjects-warn-act-notices.static.hf.space/states/tennessee.html) · [own dataset](https://huggingface.co/datasets/APProjects/tennessee-layoffs-warn-act-notices-daily) | 1,061 | 2026-09-02 |
@@ -333,7 +333,7 @@ the STATE being quiet, not this pipeline being broken.
333
 
334
  ## The whole archive is in this file
335
 
336
- Since 2026-09-07 there is no paywalled history: all 61,309 notices back to
337
  1988 are in `data/warn_notices.csv` here and in the GitHub repo, CC BY 4.0.
338
 
339
  ## The one paid tier
@@ -349,7 +349,7 @@ Apache-2.0 code from biglocalnews/warn-scraper (attributed in-repo).
349
  <!-- warn-feed:offer:start -->
350
  ## A layoff record you can audit, not just download
351
 
352
- This dataset is one cut of a single daily rebuild: **61,309 US WARN Act
353
  layoff notices from 48 state agencies, 1988 to today**, one schema, no
354
  login, no delay, CC BY 4.0. Snapshot as of **2026-09-14**; the files above are
355
  rebuilt every day, so the live count is the truth.
 
46
 
47
  Every US layoff notice filed under the WARN Act that we can reach, scraped
48
  daily from 48 state portals, normalized to one schema, deduplicated,
49
+ with canonicalized employer names. **61,312 notices from 48
50
  states** in this free tier (notices dated 1988-01-01 onward,
51
  published with no delay). States in this CSV: AK, AL, AZ, CA, CO, CT, DC, DE, FL, GA, HI, IA, ID, IL, IN, KS, KY, LA, MA, MD, ME, MI, MN, MO, MS, MT, NC, ND, NE, NJ, NM, NV, NY, OH, OK, OR, PA, RI, SC, SD, TN, TX, UT, VA, VT, WA, WI, WV. Not
52
  covered: AR, NH, WY — those states publish **no public WARN list**
 
84
 
85
  The WARN Act is a law about a number of days, and no state publishes that number. Both dates are in this dataset, so we compute it on every refresh:
86
 
87
+ **15,683 of 33,683 notices (47%) that publish both a notice date and a later layoff date gave workers fewer than 60 days — 1,550,375 workers in total.** The median notice period is exactly 60 days: employers file at the line, and half land under it. 2,016 notices were filed the same day the layoff took effect.
88
 
89
+ This is arithmetic on public records, **not** a finding that anyone broke the law: WARN excuses short notice for a faltering company, for business circumstances that were not reasonably foreseeable, and for natural disasters, and several states run their own notice laws. We also exclude rather than reinterpret the 12,200 records whose layoff date precedes their own notice date, and the 12,169 with no layoff date at all.
90
 
91
+ - Free CSV, 33,683 rows with a computed `notice_days` column: [notice_period.csv](https://approjects-warn-act-notices.static.hf.space/data/notice_period.csv)
92
  - Charts, per-state ranking and the full method: [notice-period.html](https://approjects-warn-act-notices.static.hf.space/notice-period.html)
93
+ - `notice_days` is computed for all 61,312 rows back to 1988, free
94
 
95
  ## Rebuilt every day
96
 
 
102
 
103
  ## How far back does this go?
104
 
105
+ This file is the whole archive: **61,312 notices back to 1988**, with no paywalled years. The free page
106
  [**US layoff notices by year, 1988–2026**](https://approjects-warn-act-notices.static.hf.space/history.html)
107
+ charts every one of those years — notices, workers affected, and how many states were filing (the coverage caveat, stated rather than hidden). The starkest thing it shows: **2020 alone holds 16,295 notices covering 2,045,768 workers**, more workers than 2021–2025 combined (1,426,989) — and that year, like every other, is inside this file.
108
 
109
  For scale on what a paid comparable costs: WARNTracker's public pricing page (checked 2026-09-05) lists **$2,000 one-time** for its historical CSV and **$250/month** for a weekly email of new notices, covering 46 states and D.C. This file is free and rebuilt daily across 48 states, and the whole 1988-present archive is in it at no charge. What we sell is the daily watch on YOUR employers: [WARN Watch, $49/year](https://approj.gumroad.com/l/warn-watch).
110
 
 
133
  |---|---:|---:|---:|---|
134
  | Michigan | 116 | 2,202 | 2,086 | 2000–2025 |
135
  | Pennsylvania | 310 | 1,895 | 1,585 | 2011–2023 |
136
+ | New York | 5,008 | 6,505 | 1,497 | 2001–2014 |
137
  | Connecticut | 27 | 871 | 844 | 2010–2025 |
138
+ | North Carolina | 295 | 1,082 | 787 | 2014–2021 |
139
 
140
+ **6,799 notices** in this file exist only because they were rebuilt one Internet Archive capture at a time from pages the agencies removed (Michigan's retired milmi.org listings, Pennsylvania L&I's month-by-month pages, Connecticut's year index, New York's retired labor.ny.gov/app/warn application, North Carolina's archived yearly PDFs). Those five portals list 5,756 notices between them right now. Nothing here is estimated or interpolated; fields a source never printed are left empty. The archive-only rows are also published on their own: [us-historical-layoffs-archive-warn-act-notices-removed-from-state-websites](https://huggingface.co/datasets/APProjects/us-historical-layoffs-archive-warn-act-notices-removed-from-state-websites).
141
 
142
  ## Is there a state feed you could subscribe to instead?
143
 
 
147
 
148
  Layoffs cross state lines; WARN portals do not. Because this dataset normalizes 48 portals into one schema **and** canonicalizes employer names across them, you can ask a question no single state's feed can answer:
149
 
150
+ **2,754 employers filed WARN notices in two or more states since 1988** — 605 of them in five or more, 2,914,547 workers in total, spanning 48 states (build of 2026-09-14).
151
 
152
  | Employer | States | Which | Workers |
153
  |---|---:|---|---:|
 
197
 
198
  Want to know whose job ends NEXT rather than what was announced? The companion
199
  [**upcoming layoffs dataset**](https://huggingface.co/datasets/APProjects/upcoming-layoffs-job-cuts-plant-closings-us-warn-act)
200
+ is only the notices whose separation date falls in the next 90 days: 414 notices
201
  across 27 states, of which 232 take effect within 30 days (21,767 workers named).
202
  Those people are still employed as of this rebuild. A copy of that file is wrong
203
  within a day, which is the point of it.
 
213
  portals said last Tuesday, including us - the file only grows forward.
214
 
215
  Only want this year? The companion [**US layoffs 2026 dataset**](https://huggingface.co/datasets/APProjects/layoffs-2026-us-warn-act-notices-daily)
216
+ is the 2,684 notices filed in 2026 (242,410 workers named, 45 states),
217
  with by-state, by-month and top-employer rollups already computed. Same rebuild, same ids.
218
 
219
  Want it one row per COMPANY instead of one row per notice? The companion
220
  [**employer layoff-history dataset**](https://huggingface.co/datasets/APProjects/us-warn-act-employer-layoff-history)
221
+ rolls all 61,312 notices up into 29,897 canonicalized employers with
222
  their states, first and latest filing and total workers noticed — and shows what the
223
+ notice-level file hides: the 6,408 employers that have filed more than
224
  once account for 62% of every notice on record. Same daily rebuild, same canonical names.
225
 
226
  Want it as a TIME SERIES? The companion
 
283
  | State | Notices | Latest notice |
284
  |---|---|---|
285
  | [California WARN notices](https://approjects-warn-act-notices.static.hf.space/states/california.html) · [own dataset](https://huggingface.co/datasets/APProjects/california-layoffs-warn-act-notices-daily) | 16,587 | 2026-09-09 |
286
+ | [New York WARN notices](https://approjects-warn-act-notices.static.hf.space/states/new-york.html) · [own dataset](https://huggingface.co/datasets/APProjects/new-york-layoffs-warn-act-notices-daily) | 6,505 | 2026-08-25 |
287
  | [Illinois WARN notices](https://approjects-warn-act-notices.static.hf.space/states/illinois.html) · [own dataset](https://huggingface.co/datasets/APProjects/illinois-layoffs-warn-act-notices-daily) | 4,845 | 2026-09-02 |
288
  | [Florida WARN notices](https://approjects-warn-act-notices.static.hf.space/states/florida.html) · [own dataset](https://huggingface.co/datasets/APProjects/florida-layoffs-warn-act-notices-daily) | 3,115 | 2026-08-28 |
289
  | [Texas WARN notices](https://approjects-warn-act-notices.static.hf.space/states/texas.html) · [own dataset](https://huggingface.co/datasets/APProjects/texas-layoffs-warn-act-notices-daily) | 2,388 | 2026-09-08 |
290
+ | [New Jersey WARN notices](https://approjects-warn-act-notices.static.hf.space/states/new-jersey.html) · [own dataset](https://huggingface.co/datasets/APProjects/new-jersey-layoffs-warn-act-notices-daily) | 2,324 | 2026-09-01 |
291
  | [Michigan WARN notices](https://approjects-warn-act-notices.static.hf.space/states/michigan.html) · [own dataset](https://huggingface.co/datasets/APProjects/michigan-layoffs-warn-act-notices-daily) | 2,202 | 2026-09-11 |
292
  | [Pennsylvania WARN notices](https://approjects-warn-act-notices.static.hf.space/states/pennsylvania.html) · [own dataset](https://huggingface.co/datasets/APProjects/pennsylvania-layoffs-warn-act-notices-daily) | 1,895 | 2026-08-31 |
293
  | [Washington WARN notices](https://approjects-warn-act-notices.static.hf.space/states/washington.html) · [own dataset](https://huggingface.co/datasets/APProjects/washington-layoffs-warn-act-notices-daily) | 1,504 | 2026-09-11 |
 
295
  | [Maryland WARN notices](https://approjects-warn-act-notices.static.hf.space/states/maryland.html) · [own dataset](https://huggingface.co/datasets/APProjects/maryland-layoffs-warn-act-notices-daily) | 1,274 | 2026-08-31 |
296
  | [Indiana WARN notices](https://approjects-warn-act-notices.static.hf.space/states/indiana.html) · [own dataset](https://huggingface.co/datasets/APProjects/indiana-layoffs-warn-act-notices-daily) | 1,182 | 2026-09-02 |
297
  | [Virginia WARN notices](https://approjects-warn-act-notices.static.hf.space/states/virginia.html) · [own dataset](https://huggingface.co/datasets/APProjects/virginia-layoffs-warn-act-notices-daily) | 1,124 | 2026-09-10 |
298
+ | [North Carolina WARN notices](https://approjects-warn-act-notices.static.hf.space/states/north-carolina.html) · [own dataset](https://huggingface.co/datasets/APProjects/north-carolina-layoffs-warn-act-notices-daily) | 1,082 | 2026-09-10 |
299
  | [Ohio WARN notices](https://approjects-warn-act-notices.static.hf.space/states/ohio.html) · [own dataset](https://huggingface.co/datasets/APProjects/ohio-layoffs-warn-act-notices-daily) | 1,070 | 2026-09-11 |
300
  | [Alabama WARN notices](https://approjects-warn-act-notices.static.hf.space/states/alabama.html) · [own dataset](https://huggingface.co/datasets/APProjects/alabama-layoffs-warn-act-notices-daily) | 1,061 | 2026-08-31 |
301
  | [Tennessee WARN notices](https://approjects-warn-act-notices.static.hf.space/states/tennessee.html) · [own dataset](https://huggingface.co/datasets/APProjects/tennessee-layoffs-warn-act-notices-daily) | 1,061 | 2026-09-02 |
 
333
 
334
  ## The whole archive is in this file
335
 
336
+ Since 2026-09-07 there is no paywalled history: all 61,312 notices back to
337
  1988 are in `data/warn_notices.csv` here and in the GitHub repo, CC BY 4.0.
338
 
339
  ## The one paid tier
 
349
  <!-- warn-feed:offer:start -->
350
  ## A layoff record you can audit, not just download
351
 
352
+ This dataset is one cut of a single daily rebuild: **61,312 US WARN Act
353
  layoff notices from 48 state agencies, 1988 to today**, one schema, no
354
  login, no delay, CC BY 4.0. Snapshot as of **2026-09-14**; the files above are
355
  rebuilt every day, so the live count is the truth.
coverage.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
- "generated_at": "2026-09-14T16:46:44.317648Z",
3
- "total_rows": 61309,
4
- "free_rows": 61309,
5
  "free_window_start": "1988-01-01",
6
- "new_ids_this_run": 0,
7
  "footnote_rows_dropped": 2,
8
  "canonical_case_merges": {
9
  "groups": 303,
@@ -24,13 +24,13 @@
24
  "archive_only_latest": "2025-07-23"
25
  },
26
  "NC": {
27
- "live_rows": 294,
28
  "archive_only_rows": 787,
29
  "archive_only_earliest": "2014-01-13",
30
  "archive_only_latest": "2021-12-29"
31
  },
32
  "NY": {
33
- "live_rows": 5007,
34
  "archive_only_rows": 1497,
35
  "archive_only_earliest": "2001-06-14",
36
  "archive_only_latest": "2014-12-30"
@@ -48,7 +48,7 @@
48
  "rows": 66,
49
  "raw_rows": 66,
50
  "status": "ok",
51
- "last_scraped": "2026-09-14T12:26Z",
52
  "latest_notice_date": "2026-07-06",
53
  "footnote_rows_dropped": 0
54
  },
@@ -56,15 +56,15 @@
56
  "rows": 1061,
57
  "raw_rows": 1073,
58
  "status": "ok",
59
- "last_scraped": "2026-09-14T12:26Z",
60
  "latest_notice_date": "2026-08-31",
61
  "footnote_rows_dropped": 0
62
  },
63
  "AZ": {
64
  "rows": 636,
65
- "raw_rows": 630,
66
  "status": "ok",
67
- "last_scraped": "2026-09-14T11:39Z",
68
  "latest_notice_date": "2026-08-21",
69
  "footnote_rows_dropped": 0
70
  },
@@ -72,7 +72,7 @@
72
  "rows": 16587,
73
  "raw_rows": 17460,
74
  "status": "ok",
75
- "last_scraped": "2026-09-14T12:25Z",
76
  "latest_notice_date": "2026-09-09",
77
  "footnote_rows_dropped": 0
78
  },
@@ -80,7 +80,7 @@
80
  "rows": 837,
81
  "raw_rows": 867,
82
  "status": "ok",
83
- "last_scraped": "2026-09-14T12:25Z",
84
  "latest_notice_date": "2026-09-08",
85
  "footnote_rows_dropped": 1
86
  },
@@ -88,7 +88,7 @@
88
  "rows": 871,
89
  "raw_rows": 944,
90
  "status": "ok",
91
- "last_scraped": "2026-09-14T12:25Z",
92
  "latest_notice_date": "2026-09-09",
93
  "footnote_rows_dropped": 0
94
  },
@@ -96,7 +96,7 @@
96
  "rows": 143,
97
  "raw_rows": 143,
98
  "status": "ok",
99
- "last_scraped": "2026-09-14T12:25Z",
100
  "latest_notice_date": "2026-07-27",
101
  "footnote_rows_dropped": 0
102
  },
@@ -104,7 +104,7 @@
104
  "rows": 100,
105
  "raw_rows": 100,
106
  "status": "ok",
107
- "last_scraped": "2026-09-14T12:26Z",
108
  "latest_notice_date": "2026-08-10",
109
  "footnote_rows_dropped": 0
110
  },
@@ -112,7 +112,7 @@
112
  "rows": 3115,
113
  "raw_rows": 3247,
114
  "status": "ok",
115
- "last_scraped": "2026-09-14T12:18Z",
116
  "latest_notice_date": "2026-08-28",
117
  "footnote_rows_dropped": 0
118
  },
@@ -120,7 +120,7 @@
120
  "rows": 283,
121
  "raw_rows": 283,
122
  "status": "ok",
123
- "last_scraped": "2026-09-14T12:24Z",
124
  "latest_notice_date": "2026-09-04",
125
  "footnote_rows_dropped": 0
126
  },
@@ -128,7 +128,7 @@
128
  "rows": 460,
129
  "raw_rows": 460,
130
  "status": "ok",
131
- "last_scraped": "2026-09-14T12:23Z",
132
  "latest_notice_date": "2026-08-20",
133
  "footnote_rows_dropped": 0
134
  },
@@ -136,7 +136,7 @@
136
  "rows": 417,
137
  "raw_rows": 431,
138
  "status": "ok",
139
- "last_scraped": "2026-09-14T12:15Z",
140
  "latest_notice_date": "2026-09-01",
141
  "footnote_rows_dropped": 0
142
  },
@@ -144,7 +144,7 @@
144
  "rows": 199,
145
  "raw_rows": 199,
146
  "status": "ok",
147
- "last_scraped": "2026-09-14T12:20Z",
148
  "latest_notice_date": "2026-08-10",
149
  "footnote_rows_dropped": 0
150
  },
@@ -152,7 +152,7 @@
152
  "rows": 4845,
153
  "raw_rows": 4888,
154
  "status": "ok",
155
- "last_scraped": "2026-09-14T12:21Z",
156
  "latest_notice_date": "2026-09-02",
157
  "footnote_rows_dropped": 0
158
  },
@@ -160,7 +160,7 @@
160
  "rows": 1182,
161
  "raw_rows": 1223,
162
  "status": "ok",
163
- "last_scraped": "2026-09-14T12:15Z",
164
  "latest_notice_date": "2026-09-02",
165
  "footnote_rows_dropped": 0
166
  },
@@ -168,7 +168,7 @@
168
  "rows": 791,
169
  "raw_rows": 791,
170
  "status": "ok",
171
- "last_scraped": "2026-09-14T12:24Z",
172
  "latest_notice_date": "2026-05-01",
173
  "footnote_rows_dropped": 0
174
  },
@@ -176,7 +176,7 @@
176
  "rows": 804,
177
  "raw_rows": 833,
178
  "status": "ok",
179
- "last_scraped": "2026-09-14T12:15Z",
180
  "latest_notice_date": "2026-09-04",
181
  "footnote_rows_dropped": 0
182
  },
@@ -184,7 +184,7 @@
184
  "rows": 38,
185
  "raw_rows": 38,
186
  "status": "ok",
187
- "last_scraped": "2026-09-14T12:20Z",
188
  "latest_notice_date": "2026-08-26",
189
  "footnote_rows_dropped": 0
190
  },
@@ -192,7 +192,7 @@
192
  "rows": 294,
193
  "raw_rows": 294,
194
  "status": "ok",
195
- "last_scraped": "2026-09-14T12:15Z",
196
  "latest_notice_date": "2026-08-31",
197
  "footnote_rows_dropped": 0
198
  },
@@ -200,7 +200,7 @@
200
  "rows": 1274,
201
  "raw_rows": 1418,
202
  "status": "ok",
203
- "last_scraped": "2026-09-14T12:24Z",
204
  "latest_notice_date": "2026-08-31",
205
  "footnote_rows_dropped": 0
206
  },
@@ -208,7 +208,7 @@
208
  "rows": 86,
209
  "raw_rows": 86,
210
  "status": "ok",
211
- "last_scraped": "2026-09-14T12:26Z",
212
  "latest_notice_date": "2026-09-09",
213
  "footnote_rows_dropped": 0
214
  },
@@ -216,7 +216,7 @@
216
  "rows": 2202,
217
  "raw_rows": 2202,
218
  "status": "ok",
219
- "last_scraped": "2026-09-14T12:15Z",
220
  "latest_notice_date": "2026-09-11",
221
  "footnote_rows_dropped": 0
222
  },
@@ -224,7 +224,7 @@
224
  "rows": 457,
225
  "raw_rows": 457,
226
  "status": "ok",
227
- "last_scraped": "2026-09-14T12:16Z",
228
  "latest_notice_date": "2026-06-15",
229
  "footnote_rows_dropped": 0
230
  },
@@ -232,7 +232,7 @@
232
  "rows": 374,
233
  "raw_rows": 374,
234
  "status": "ok",
235
- "last_scraped": "2026-09-14T12:16Z",
236
  "latest_notice_date": "2026-09-03",
237
  "footnote_rows_dropped": 0
238
  },
@@ -240,7 +240,7 @@
240
  "rows": 136,
241
  "raw_rows": 136,
242
  "status": "ok",
243
- "last_scraped": "2026-09-14T12:19Z",
244
  "latest_notice_date": "2026-05-11",
245
  "footnote_rows_dropped": 0
246
  },
@@ -248,23 +248,23 @@
248
  "rows": 46,
249
  "raw_rows": 46,
250
  "status": "ok",
251
- "last_scraped": "2026-09-14T12:15Z",
252
  "latest_notice_date": "2026-07-21",
253
  "footnote_rows_dropped": 0
254
  },
255
  "NC": {
256
- "rows": 1081,
257
- "raw_rows": 1130,
258
  "status": "ok",
259
- "last_scraped": "2026-09-14T12:19Z",
260
- "latest_notice_date": "2026-08-13",
261
  "footnote_rows_dropped": 0
262
  },
263
  "ND": {
264
  "rows": 54,
265
  "raw_rows": 54,
266
  "status": "ok",
267
- "last_scraped": "2026-09-14T12:25Z",
268
  "latest_notice_date": "2026-01-15",
269
  "footnote_rows_dropped": 0
270
  },
@@ -272,15 +272,15 @@
272
  "rows": 845,
273
  "raw_rows": 960,
274
  "status": "ok",
275
- "last_scraped": "2026-09-14T12:15Z",
276
  "latest_notice_date": "2026-08-26",
277
  "footnote_rows_dropped": 0
278
  },
279
  "NJ": {
280
- "rows": 2323,
281
- "raw_rows": 2369,
282
  "status": "ok",
283
- "last_scraped": "2026-09-14T12:15Z",
284
  "latest_notice_date": "2026-09-01",
285
  "footnote_rows_dropped": 1
286
  },
@@ -288,7 +288,7 @@
288
  "rows": 116,
289
  "raw_rows": 119,
290
  "status": "ok",
291
- "last_scraped": "2026-09-14T12:23Z",
292
  "latest_notice_date": "2026-06-29",
293
  "footnote_rows_dropped": 0
294
  },
@@ -296,15 +296,15 @@
296
  "rows": 613,
297
  "raw_rows": 613,
298
  "status": "ok",
299
- "last_scraped": "2026-09-14T12:15Z",
300
  "latest_notice_date": "2026-06-29",
301
  "footnote_rows_dropped": 0
302
  },
303
  "NY": {
304
- "rows": 6504,
305
- "raw_rows": 6866,
306
  "status": "ok",
307
- "last_scraped": "2026-09-14T12:19Z",
308
  "latest_notice_date": "2026-08-25",
309
  "footnote_rows_dropped": 0
310
  },
@@ -312,7 +312,7 @@
312
  "rows": 1070,
313
  "raw_rows": 1070,
314
  "status": "ok",
315
- "last_scraped": "2026-09-14T12:21Z",
316
  "latest_notice_date": "2026-09-11",
317
  "footnote_rows_dropped": 0
318
  },
@@ -320,7 +320,7 @@
320
  "rows": 220,
321
  "raw_rows": 220,
322
  "status": "ok",
323
- "last_scraped": "2026-09-14T12:15Z",
324
  "latest_notice_date": "2026-08-17",
325
  "footnote_rows_dropped": 0
326
  },
@@ -328,7 +328,7 @@
328
  "rows": 1370,
329
  "raw_rows": 1370,
330
  "status": "ok",
331
- "last_scraped": "2026-09-14T12:24Z",
332
  "latest_notice_date": "2026-09-01",
333
  "footnote_rows_dropped": 0
334
  },
@@ -336,7 +336,7 @@
336
  "rows": 1895,
337
  "raw_rows": 1895,
338
  "status": "ok",
339
- "last_scraped": "2026-09-14T12:22Z",
340
  "latest_notice_date": "2026-08-31",
341
  "footnote_rows_dropped": 0
342
  },
@@ -344,7 +344,7 @@
344
  "rows": 126,
345
  "raw_rows": 126,
346
  "status": "ok",
347
- "last_scraped": "2026-09-14T12:22Z",
348
  "latest_notice_date": "2026-06-29",
349
  "footnote_rows_dropped": 0
350
  },
@@ -352,7 +352,7 @@
352
  "rows": 604,
353
  "raw_rows": 609,
354
  "status": "ok",
355
- "last_scraped": "2026-09-14T12:17Z",
356
  "latest_notice_date": "2026-08-28",
357
  "footnote_rows_dropped": 0
358
  },
@@ -360,7 +360,7 @@
360
  "rows": 80,
361
  "raw_rows": 80,
362
  "status": "ok",
363
- "last_scraped": "2026-09-14T12:23Z",
364
  "latest_notice_date": "2026-08-10",
365
  "footnote_rows_dropped": 0
366
  },
@@ -368,7 +368,7 @@
368
  "rows": 1061,
369
  "raw_rows": 1063,
370
  "status": "ok",
371
- "last_scraped": "2026-09-14T12:25Z",
372
  "latest_notice_date": "2026-09-02",
373
  "footnote_rows_dropped": 0
374
  },
@@ -376,7 +376,7 @@
376
  "rows": 2388,
377
  "raw_rows": 2397,
378
  "status": "ok",
379
- "last_scraped": "2026-09-14T12:19Z",
380
  "latest_notice_date": "2026-09-08",
381
  "footnote_rows_dropped": 0
382
  },
@@ -384,7 +384,7 @@
384
  "rows": 282,
385
  "raw_rows": 282,
386
  "status": "ok",
387
- "last_scraped": "2026-09-14T12:25Z",
388
  "latest_notice_date": "2026-08-13",
389
  "footnote_rows_dropped": 0
390
  },
@@ -392,7 +392,7 @@
392
  "rows": 1124,
393
  "raw_rows": 1124,
394
  "status": "ok",
395
- "last_scraped": "2026-09-14T12:23Z",
396
  "latest_notice_date": "2026-09-10",
397
  "footnote_rows_dropped": 0
398
  },
@@ -400,7 +400,7 @@
400
  "rows": 70,
401
  "raw_rows": 70,
402
  "status": "ok",
403
- "last_scraped": "2026-09-14T12:20Z",
404
  "latest_notice_date": "2026-06-17",
405
  "footnote_rows_dropped": 0
406
  },
@@ -408,7 +408,7 @@
408
  "rows": 1504,
409
  "raw_rows": 1510,
410
  "status": "ok",
411
- "last_scraped": "2026-09-14T12:16Z",
412
  "latest_notice_date": "2026-09-11",
413
  "footnote_rows_dropped": 0
414
  },
@@ -416,7 +416,7 @@
416
  "rows": 617,
417
  "raw_rows": 635,
418
  "status": "ok",
419
- "last_scraped": "2026-09-14T12:22Z",
420
  "latest_notice_date": "2026-08-24",
421
  "footnote_rows_dropped": 0
422
  },
@@ -424,7 +424,7 @@
424
  "rows": 58,
425
  "raw_rows": 58,
426
  "status": "ok",
427
- "last_scraped": "2026-09-14T12:21Z",
428
  "latest_notice_date": "2026-08-19",
429
  "footnote_rows_dropped": 0
430
  }
 
1
  {
2
+ "generated_at": "2026-09-14T18:50:19.016864Z",
3
+ "total_rows": 61312,
4
+ "free_rows": 61312,
5
  "free_window_start": "1988-01-01",
6
+ "new_ids_this_run": 2,
7
  "footnote_rows_dropped": 2,
8
  "canonical_case_merges": {
9
  "groups": 303,
 
24
  "archive_only_latest": "2025-07-23"
25
  },
26
  "NC": {
27
+ "live_rows": 295,
28
  "archive_only_rows": 787,
29
  "archive_only_earliest": "2014-01-13",
30
  "archive_only_latest": "2021-12-29"
31
  },
32
  "NY": {
33
+ "live_rows": 5008,
34
  "archive_only_rows": 1497,
35
  "archive_only_earliest": "2001-06-14",
36
  "archive_only_latest": "2014-12-30"
 
48
  "rows": 66,
49
  "raw_rows": 66,
50
  "status": "ok",
51
+ "last_scraped": "2026-09-14T16:56Z",
52
  "latest_notice_date": "2026-07-06",
53
  "footnote_rows_dropped": 0
54
  },
 
56
  "rows": 1061,
57
  "raw_rows": 1073,
58
  "status": "ok",
59
+ "last_scraped": "2026-09-14T16:57Z",
60
  "latest_notice_date": "2026-08-31",
61
  "footnote_rows_dropped": 0
62
  },
63
  "AZ": {
64
  "rows": 636,
65
+ "raw_rows": 636,
66
  "status": "ok",
67
+ "last_scraped": "2026-09-14T16:51Z",
68
  "latest_notice_date": "2026-08-21",
69
  "footnote_rows_dropped": 0
70
  },
 
72
  "rows": 16587,
73
  "raw_rows": 17460,
74
  "status": "ok",
75
+ "last_scraped": "2026-09-14T16:56Z",
76
  "latest_notice_date": "2026-09-09",
77
  "footnote_rows_dropped": 0
78
  },
 
80
  "rows": 837,
81
  "raw_rows": 867,
82
  "status": "ok",
83
+ "last_scraped": "2026-09-14T16:56Z",
84
  "latest_notice_date": "2026-09-08",
85
  "footnote_rows_dropped": 1
86
  },
 
88
  "rows": 871,
89
  "raw_rows": 944,
90
  "status": "ok",
91
+ "last_scraped": "2026-09-14T16:55Z",
92
  "latest_notice_date": "2026-09-09",
93
  "footnote_rows_dropped": 0
94
  },
 
96
  "rows": 143,
97
  "raw_rows": 143,
98
  "status": "ok",
99
+ "last_scraped": "2026-09-14T16:55Z",
100
  "latest_notice_date": "2026-07-27",
101
  "footnote_rows_dropped": 0
102
  },
 
104
  "rows": 100,
105
  "raw_rows": 100,
106
  "status": "ok",
107
+ "last_scraped": "2026-09-14T16:57Z",
108
  "latest_notice_date": "2026-08-10",
109
  "footnote_rows_dropped": 0
110
  },
 
112
  "rows": 3115,
113
  "raw_rows": 3247,
114
  "status": "ok",
115
+ "last_scraped": "2026-09-14T16:47Z",
116
  "latest_notice_date": "2026-08-28",
117
  "footnote_rows_dropped": 0
118
  },
 
120
  "rows": 283,
121
  "raw_rows": 283,
122
  "status": "ok",
123
+ "last_scraped": "2026-09-14T16:55Z",
124
  "latest_notice_date": "2026-09-04",
125
  "footnote_rows_dropped": 0
126
  },
 
128
  "rows": 460,
129
  "raw_rows": 460,
130
  "status": "ok",
131
+ "last_scraped": "2026-09-14T16:53Z",
132
  "latest_notice_date": "2026-08-20",
133
  "footnote_rows_dropped": 0
134
  },
 
136
  "rows": 417,
137
  "raw_rows": 431,
138
  "status": "ok",
139
+ "last_scraped": "2026-09-14T16:46Z",
140
  "latest_notice_date": "2026-09-01",
141
  "footnote_rows_dropped": 0
142
  },
 
144
  "rows": 199,
145
  "raw_rows": 199,
146
  "status": "ok",
147
+ "last_scraped": "2026-09-14T16:50Z",
148
  "latest_notice_date": "2026-08-10",
149
  "footnote_rows_dropped": 0
150
  },
 
152
  "rows": 4845,
153
  "raw_rows": 4888,
154
  "status": "ok",
155
+ "last_scraped": "2026-09-14T16:53Z",
156
  "latest_notice_date": "2026-09-02",
157
  "footnote_rows_dropped": 0
158
  },
 
160
  "rows": 1182,
161
  "raw_rows": 1223,
162
  "status": "ok",
163
+ "last_scraped": "2026-09-14T16:46Z",
164
  "latest_notice_date": "2026-09-02",
165
  "footnote_rows_dropped": 0
166
  },
 
168
  "rows": 791,
169
  "raw_rows": 791,
170
  "status": "ok",
171
+ "last_scraped": "2026-09-14T16:57Z",
172
  "latest_notice_date": "2026-05-01",
173
  "footnote_rows_dropped": 0
174
  },
 
176
  "rows": 804,
177
  "raw_rows": 833,
178
  "status": "ok",
179
+ "last_scraped": "2026-09-14T16:46Z",
180
  "latest_notice_date": "2026-09-04",
181
  "footnote_rows_dropped": 0
182
  },
 
184
  "rows": 38,
185
  "raw_rows": 38,
186
  "status": "ok",
187
+ "last_scraped": "2026-09-14T16:52Z",
188
  "latest_notice_date": "2026-08-26",
189
  "footnote_rows_dropped": 0
190
  },
 
192
  "rows": 294,
193
  "raw_rows": 294,
194
  "status": "ok",
195
+ "last_scraped": "2026-09-14T16:46Z",
196
  "latest_notice_date": "2026-08-31",
197
  "footnote_rows_dropped": 0
198
  },
 
200
  "rows": 1274,
201
  "raw_rows": 1418,
202
  "status": "ok",
203
+ "last_scraped": "2026-09-14T16:54Z",
204
  "latest_notice_date": "2026-08-31",
205
  "footnote_rows_dropped": 0
206
  },
 
208
  "rows": 86,
209
  "raw_rows": 86,
210
  "status": "ok",
211
+ "last_scraped": "2026-09-14T16:57Z",
212
  "latest_notice_date": "2026-09-09",
213
  "footnote_rows_dropped": 0
214
  },
 
216
  "rows": 2202,
217
  "raw_rows": 2202,
218
  "status": "ok",
219
+ "last_scraped": "2026-09-14T16:46Z",
220
  "latest_notice_date": "2026-09-11",
221
  "footnote_rows_dropped": 0
222
  },
 
224
  "rows": 457,
225
  "raw_rows": 457,
226
  "status": "ok",
227
+ "last_scraped": "2026-09-14T16:46Z",
228
  "latest_notice_date": "2026-06-15",
229
  "footnote_rows_dropped": 0
230
  },
 
232
  "rows": 374,
233
  "raw_rows": 374,
234
  "status": "ok",
235
+ "last_scraped": "2026-09-14T16:46Z",
236
  "latest_notice_date": "2026-09-03",
237
  "footnote_rows_dropped": 0
238
  },
 
240
  "rows": 136,
241
  "raw_rows": 136,
242
  "status": "ok",
243
+ "last_scraped": "2026-09-14T16:51Z",
244
  "latest_notice_date": "2026-05-11",
245
  "footnote_rows_dropped": 0
246
  },
 
248
  "rows": 46,
249
  "raw_rows": 46,
250
  "status": "ok",
251
+ "last_scraped": "2026-09-14T16:46Z",
252
  "latest_notice_date": "2026-07-21",
253
  "footnote_rows_dropped": 0
254
  },
255
  "NC": {
256
+ "rows": 1082,
257
+ "raw_rows": 1131,
258
  "status": "ok",
259
+ "last_scraped": "2026-09-14T16:49Z",
260
+ "latest_notice_date": "2026-09-10",
261
  "footnote_rows_dropped": 0
262
  },
263
  "ND": {
264
  "rows": 54,
265
  "raw_rows": 54,
266
  "status": "ok",
267
+ "last_scraped": "2026-09-14T16:56Z",
268
  "latest_notice_date": "2026-01-15",
269
  "footnote_rows_dropped": 0
270
  },
 
272
  "rows": 845,
273
  "raw_rows": 960,
274
  "status": "ok",
275
+ "last_scraped": "2026-09-14T16:46Z",
276
  "latest_notice_date": "2026-08-26",
277
  "footnote_rows_dropped": 0
278
  },
279
  "NJ": {
280
+ "rows": 2324,
281
+ "raw_rows": 2370,
282
  "status": "ok",
283
+ "last_scraped": "2026-09-14T16:46Z",
284
  "latest_notice_date": "2026-09-01",
285
  "footnote_rows_dropped": 1
286
  },
 
288
  "rows": 116,
289
  "raw_rows": 119,
290
  "status": "ok",
291
+ "last_scraped": "2026-09-14T16:53Z",
292
  "latest_notice_date": "2026-06-29",
293
  "footnote_rows_dropped": 0
294
  },
 
296
  "rows": 613,
297
  "raw_rows": 613,
298
  "status": "ok",
299
+ "last_scraped": "2026-09-14T16:46Z",
300
  "latest_notice_date": "2026-06-29",
301
  "footnote_rows_dropped": 0
302
  },
303
  "NY": {
304
+ "rows": 6505,
305
+ "raw_rows": 6867,
306
  "status": "ok",
307
+ "last_scraped": "2026-09-14T16:52Z",
308
  "latest_notice_date": "2026-08-25",
309
  "footnote_rows_dropped": 0
310
  },
 
312
  "rows": 1070,
313
  "raw_rows": 1070,
314
  "status": "ok",
315
+ "last_scraped": "2026-09-14T16:52Z",
316
  "latest_notice_date": "2026-09-11",
317
  "footnote_rows_dropped": 0
318
  },
 
320
  "rows": 220,
321
  "raw_rows": 220,
322
  "status": "ok",
323
+ "last_scraped": "2026-09-14T16:46Z",
324
  "latest_notice_date": "2026-08-17",
325
  "footnote_rows_dropped": 0
326
  },
 
328
  "rows": 1370,
329
  "raw_rows": 1370,
330
  "status": "ok",
331
+ "last_scraped": "2026-09-14T16:54Z",
332
  "latest_notice_date": "2026-09-01",
333
  "footnote_rows_dropped": 0
334
  },
 
336
  "rows": 1895,
337
  "raw_rows": 1895,
338
  "status": "ok",
339
+ "last_scraped": "2026-09-14T16:52Z",
340
  "latest_notice_date": "2026-08-31",
341
  "footnote_rows_dropped": 0
342
  },
 
344
  "rows": 126,
345
  "raw_rows": 126,
346
  "status": "ok",
347
+ "last_scraped": "2026-09-14T16:52Z",
348
  "latest_notice_date": "2026-06-29",
349
  "footnote_rows_dropped": 0
350
  },
 
352
  "rows": 604,
353
  "raw_rows": 609,
354
  "status": "ok",
355
+ "last_scraped": "2026-09-14T16:47Z",
356
  "latest_notice_date": "2026-08-28",
357
  "footnote_rows_dropped": 0
358
  },
 
360
  "rows": 80,
361
  "raw_rows": 80,
362
  "status": "ok",
363
+ "last_scraped": "2026-09-14T16:53Z",
364
  "latest_notice_date": "2026-08-10",
365
  "footnote_rows_dropped": 0
366
  },
 
368
  "rows": 1061,
369
  "raw_rows": 1063,
370
  "status": "ok",
371
+ "last_scraped": "2026-09-14T16:55Z",
372
  "latest_notice_date": "2026-09-02",
373
  "footnote_rows_dropped": 0
374
  },
 
376
  "rows": 2388,
377
  "raw_rows": 2397,
378
  "status": "ok",
379
+ "last_scraped": "2026-09-14T16:47Z",
380
  "latest_notice_date": "2026-09-08",
381
  "footnote_rows_dropped": 0
382
  },
 
384
  "rows": 282,
385
  "raw_rows": 282,
386
  "status": "ok",
387
+ "last_scraped": "2026-09-14T16:55Z",
388
  "latest_notice_date": "2026-08-13",
389
  "footnote_rows_dropped": 0
390
  },
 
392
  "rows": 1124,
393
  "raw_rows": 1124,
394
  "status": "ok",
395
+ "last_scraped": "2026-09-14T16:52Z",
396
  "latest_notice_date": "2026-09-10",
397
  "footnote_rows_dropped": 0
398
  },
 
400
  "rows": 70,
401
  "raw_rows": 70,
402
  "status": "ok",
403
+ "last_scraped": "2026-09-14T16:51Z",
404
  "latest_notice_date": "2026-06-17",
405
  "footnote_rows_dropped": 0
406
  },
 
408
  "rows": 1504,
409
  "raw_rows": 1510,
410
  "status": "ok",
411
+ "last_scraped": "2026-09-14T16:47Z",
412
  "latest_notice_date": "2026-09-11",
413
  "footnote_rows_dropped": 0
414
  },
 
416
  "rows": 617,
417
  "raw_rows": 635,
418
  "status": "ok",
419
+ "last_scraped": "2026-09-14T16:52Z",
420
  "latest_notice_date": "2026-08-24",
421
  "footnote_rows_dropped": 0
422
  },
 
424
  "rows": 58,
425
  "raw_rows": 58,
426
  "status": "ok",
427
+ "last_scraped": "2026-09-14T16:52Z",
428
  "latest_notice_date": "2026-08-19",
429
  "footnote_rows_dropped": 0
430
  }
data/warn_notices.csv CHANGED
@@ -39,6 +39,7 @@ c18643df422ff146,MI,Fifth Third Bank,Fifth Third Bank,,Oakland,234,,2026-09-11,M
39
  97e811202ff8ebc7,WA,Young's Market Company of Washington LLC,Young's Market Company of Washington,,Auburn,33,2026-09-11,2026-11-07,Layoff,2026-09-12T12:21:34.647998Z
40
  3d3fb2bc56d42f32,WA,Monson Ranches Snake River Orchards LLC,Monson Ranches Snake River Orchards,,"Benton City, Burbank",172,2026-09-11,2026-11-18,Layoff,2026-09-12T12:21:34.647998Z
41
  afcca1ec33104a22,WA,Legendary Fruit Co,Legendary Fruit,,"Yakima, Wapato",1220,2026-09-10,2026-11-10,Layoff,2026-09-12T12:21:34.647998Z
 
42
  362eb0e584fbc5b6,VA,United Air Temp Air Conditioning and Heating LLC,United Air Temp Air Conditioning and Heating,,Lorton,93,2026-09-10,2026-11-10,Closure,2026-09-12T12:21:34.647998Z
43
  fde3d48d453f68a8,CT,IDEX Health and Science LLC,IDEX Health and Science,,Bristol,15,2026-09-09,2026-12-31,,2026-09-10T16:09:17.375065Z
44
  fbf748d5cd896c66,CA,Sapporo U.S.A. (1999 Citracado Parkway),Sapporo U.S.A. (1999 Citracado Parkway),,San Diego County,200,2026-09-09,2026-11-13,Closure Permanent,2026-09-10T16:37:28.763309Z
@@ -99,6 +100,7 @@ a2da5edc4d954994,OR,Tualatin Oregon Facility,Tualatin Oregon Facility,,Tualatin,
99
  91fef136a80b891e,NJ,Educational Testing Service,Educational Testing Service,,Princeton,62,2026-09-01,2026-11-09,,2026-09-10T16:09:17.375065Z
100
  8daff93bbc762538,IA,Wells Fargo,Wells Fargo,,West Des Moines,5,2026-09-01,2026-10-31,Amendment - Additional Employees,2026-09-02T18:45:14.612156Z
101
  7f3f861c0879dcde,CA,Renewal by Andersen LLC,Renewal by Andersen,,Los Angeles County,153,2026-09-01,2026-11-02,Layoff Permanent,2026-09-04T00:09:40.386632Z
 
102
  53f71e6a5e8a7853,CA,Renewal by Andersen LLC,Renewal by Andersen,,Orange County,52,2026-09-01,2026-11-02,Layoff Permanent,2026-09-04T00:09:40.386632Z
103
  5209a12b59500c1e,OR,Tualatin Oregon Facility,Tualatin Oregon Facility,,Tualatin,2,2026-09-01,2026-12-31,Permanent closure,2026-09-02T05:08:44.856399Z
104
  51b06836bd875b70,NJ,Merck & Co,Merck &,,Rahway,54,2026-09-01,2026-12-11,,2026-09-09T07:13:09.269580Z
@@ -16149,7 +16151,7 @@ c1e39b1a540e54aa,CA,Pennymac,Pennymac,,Los Angeles County,19,2022-03-16,2022-05-
16149
  02e1d16c2c4b9226,CA,"Monarch Delivers, LLC",Monarch Delivers,,Orange County,72,2022-03-16,2022-05-17,Closure Permanent,2026-08-30T21:43:41.512264Z
16150
  fe4f55f89b28eb6e,IN,"McDaniel Technical Services, Inc",McDaniel Technical Services,,Evansville,78,2022-03-15,2022-05-31,CL,2026-08-30T21:43:41.512264Z
16151
  e9af4e9a17d0a7e8,CA,GXO Logistics Supply Chain Inc.,GXO Logistics Supply Chain,,Fresno County,139,2022-03-15,2022-05-14,Closure Permanent,2026-08-30T21:43:41.512264Z
16152
- ce1bf3d1d2870f69,NY,Portmore Delivery Service Corp.,Portmore Delivery Service,,New York City Region,,2022-03-15,,,2026-09-10T14:05:10.122105Z
16153
  ab06e02d2f2b6959,WI,Gannett,Gannett,,Milwaukee,181,2022-03-15,2022-05-15,CL,2026-08-30T21:43:41.512264Z
16154
  a934db2aaa338c49,TX,"ABM Industries Groups, LLC - Houston 2","ABM Industries Groups, LLC - Houston 2",,"Houston, Harris",26,2022-03-15,2022-03-31,,2026-09-02T05:08:44.856399Z
16155
  92276a3004144701,MD,GenOn Morgantown Generating Station,GenOn Morgantown Generating Station,,"12620 Crain Highway Newburg, MD 20664",73,2022-03-15,2022-06-01,1,2026-08-30T21:43:41.512264Z
@@ -16189,7 +16191,7 @@ efc0adccb5f72392,CA,"Employnet, Inc.",Employnet,,Monterey County,36,2022-03-07,2
16189
  ccb8dadf774d386f,TX,Sev1Tech,Sev1Tech,,"Fort Hood, Bell",62,2022-03-07,2022-03-07,,2026-09-02T05:08:44.856399Z
16190
  c3be90b48480ac70,VA,GALA North America Inc.,GALA North America,,Dublin,82,2022-03-07,2022-03-07,Layoff,2026-09-08T05:46:11.713516Z
16191
  5a80e5697c1ef70a,CA,Prospect Financial Group Inc. DBA Prospect Home Finance,Prospect Financial Group,Prospect Home Finance,San Diego County,5,2022-03-07,2022-03-04,Layoff Permanent,2026-08-30T21:43:41.512264Z
16192
- 37b45111121f1532,NY,"Key Food CS 3 LLC, dba Food Universe",Key Food CS 3,Food Universe,New York City Region,,2022-03-07,,,2026-09-10T14:05:10.122105Z
16193
  36e3f0a39ce2be00,CA,"Meriliz, Inc. dba Dome Printing",Meriliz,Dome Printing,Sacramento County,34,2022-03-07,2022-03-02,Closure Permanent,2026-08-30T21:43:41.512264Z
16194
  0d6662286da78860,CA,"Keeco, LLC",Keeco,,Los Angeles County,134,2022-03-07,2022-05-09,Closure Permanent,2026-08-30T21:43:41.512264Z
16195
  07c1e25d18a85ba2,VA,CACI Technologies LLC,CACI Technologies,,Norfolk,102,2022-03-07,2022-05-06,Layoff,2026-09-08T05:46:11.713516Z
@@ -16238,7 +16240,7 @@ c338e004ca771062,NY,WB Frozen US LLC (formerly Weston Foods US LLC) Frankfort Ba
16238
  7bb900afbb54394f,FL,"Zillow Group, Inc.",Zillow Group,,"TAMPA, FL, 33602",19,2022-02-21,2022-04-18,,2026-08-31T10:29:52.309603Z
16239
  f3f7472132798d15,MD,"Staples, Inc.",Staples,,"9327 Washington Road Laurel, MD 20723",16,2022-02-18,2022-04-22,1,2026-08-30T21:43:41.512264Z
16240
  e4daf377c8fa0ed8,ID,Ready Responders,Ready Responders,,,1,2022-02-18,2022-02-16,,2026-09-08T13:47:01.905982Z
16241
- b8fafb370b1b2d44,NY,"Ready Responders, Inc.",Ready Responders,,New York City Region,,2022-02-18,,,2026-09-10T14:05:10.122105Z
16242
  b08c0e969a6c9597,WV,"Ready Responders, Inc.",Ready Responders,,,1,2022-02-18,2022-02-16,Mass Layoff,2026-09-02T05:08:44.856399Z
16243
  a86792f75a8c7c64,NC,Ready Responders Inc.,Ready Responders,,"New Orleans, N/A",2,2022-02-18,2022-02-16,Layoff,2026-09-02T05:08:44.856399Z
16244
  873e36aee02a9253,NV,Norgren Kloehn/ IMI Precision Engineering,Norgren Kloehn/ IMI Precision Engineering,,Las Vegas,76,2022-02-18,2022-02-16,Closure,2026-09-08T18:05:45.532758Z
@@ -16487,7 +16489,8 @@ dd6af3c53c918b60,CA,"Med-Legal, LLC",Med-Legal,,Los Angeles County,4,2021-12-23,
16487
  c69d978d727b1e44,CA,"Med-Legal, LLC",Med-Legal,,San Diego County,2,2021-12-23,2022-02-15,Closure Permanent,2026-08-30T21:43:41.512264Z
16488
  42e8e075f3a1e368,CA,"Med-Legal, LLC",Med-Legal,,Los Angeles County,113,2021-12-23,2022-02-15,Closure Permanent,2026-08-30T21:43:41.512264Z
16489
  07ed639c38621b1b,CA,"Med-Legal, LLC",Med-Legal,,Alameda County,6,2021-12-23,2022-02-15,Closure Permanent,2026-08-30T21:43:41.512264Z
16490
- 79a510bc43800241,NY,Slant/Fin Corporation,Slant/Fin,,Long Island Region,,2021-12-22,,,2026-09-10T14:05:10.122105Z
 
16491
  d22fefc203c3a2ec,CA,Wyndham Hotels & Resorts dba La Quinta Fremont with L.Q. Management,Wyndham Hotels & Resorts,La Quinta Fremont with L.Q. Management,Alameda County,13,2021-12-21,2022-02-15,Layoff Permanent,2026-08-30T21:43:41.512264Z
16492
  c2f5bd8b698d04bc,CA,Wyndham Hotels & Resorts dba La Quinta Sacramento- Downtown with L.Q. Management LLC,Wyndham Hotels & Resorts,La Quinta Sacramento- Downtown with L.Q. Management LLC,Sacramento County,20,2021-12-21,2022-03-02,Layoff Permanent,2026-08-30T21:43:41.512264Z
16493
  bb291a2b04b19aaa,CA,Wyndham Hotels & Resorts dba La Quinta San Diego- Miramar with L.Q. Management LLC,Wyndham Hotels & Resorts,La Quinta San Diego- Miramar with L.Q. Management LLC,San Diego County,16,2021-12-21,2022-03-02,Layoff Permanent,2026-08-30T21:43:41.512264Z
 
39
  97e811202ff8ebc7,WA,Young's Market Company of Washington LLC,Young's Market Company of Washington,,Auburn,33,2026-09-11,2026-11-07,Layoff,2026-09-12T12:21:34.647998Z
40
  3d3fb2bc56d42f32,WA,Monson Ranches Snake River Orchards LLC,Monson Ranches Snake River Orchards,,"Benton City, Burbank",172,2026-09-11,2026-11-18,Layoff,2026-09-12T12:21:34.647998Z
41
  afcca1ec33104a22,WA,Legendary Fruit Co,Legendary Fruit,,"Yakima, Wapato",1220,2026-09-10,2026-11-10,Layoff,2026-09-12T12:21:34.647998Z
42
+ 5da7f4ea9eb63db3,NC,"Electrolux Consumer Products, Inc.",Electrolux Consumer Products,,"Charlotte, Mecklenburg County",1,2026-09-10,2026-11-09,Closure,2026-09-14T18:50:19.016864Z
43
  362eb0e584fbc5b6,VA,United Air Temp Air Conditioning and Heating LLC,United Air Temp Air Conditioning and Heating,,Lorton,93,2026-09-10,2026-11-10,Closure,2026-09-12T12:21:34.647998Z
44
  fde3d48d453f68a8,CT,IDEX Health and Science LLC,IDEX Health and Science,,Bristol,15,2026-09-09,2026-12-31,,2026-09-10T16:09:17.375065Z
45
  fbf748d5cd896c66,CA,Sapporo U.S.A. (1999 Citracado Parkway),Sapporo U.S.A. (1999 Citracado Parkway),,San Diego County,200,2026-09-09,2026-11-13,Closure Permanent,2026-09-10T16:37:28.763309Z
 
100
  91fef136a80b891e,NJ,Educational Testing Service,Educational Testing Service,,Princeton,62,2026-09-01,2026-11-09,,2026-09-10T16:09:17.375065Z
101
  8daff93bbc762538,IA,Wells Fargo,Wells Fargo,,West Des Moines,5,2026-09-01,2026-10-31,Amendment - Additional Employees,2026-09-02T18:45:14.612156Z
102
  7f3f861c0879dcde,CA,Renewal by Andersen LLC,Renewal by Andersen,,Los Angeles County,153,2026-09-01,2026-11-02,Layoff Permanent,2026-09-04T00:09:40.386632Z
103
+ 5d404e753af28c73,NJ,Fiserv Solutions LLC,Fiserv Solutions,,Berkeley Heights,98,2026-09-01,2026-09-11,,2026-09-14T18:50:19.016864Z
104
  53f71e6a5e8a7853,CA,Renewal by Andersen LLC,Renewal by Andersen,,Orange County,52,2026-09-01,2026-11-02,Layoff Permanent,2026-09-04T00:09:40.386632Z
105
  5209a12b59500c1e,OR,Tualatin Oregon Facility,Tualatin Oregon Facility,,Tualatin,2,2026-09-01,2026-12-31,Permanent closure,2026-09-02T05:08:44.856399Z
106
  51b06836bd875b70,NJ,Merck & Co,Merck &,,Rahway,54,2026-09-01,2026-12-11,,2026-09-09T07:13:09.269580Z
 
16151
  02e1d16c2c4b9226,CA,"Monarch Delivers, LLC",Monarch Delivers,,Orange County,72,2022-03-16,2022-05-17,Closure Permanent,2026-08-30T21:43:41.512264Z
16152
  fe4f55f89b28eb6e,IN,"McDaniel Technical Services, Inc",McDaniel Technical Services,,Evansville,78,2022-03-15,2022-05-31,CL,2026-08-30T21:43:41.512264Z
16153
  e9af4e9a17d0a7e8,CA,GXO Logistics Supply Chain Inc.,GXO Logistics Supply Chain,,Fresno County,139,2022-03-15,2022-05-14,Closure Permanent,2026-08-30T21:43:41.512264Z
16154
+ ce1bf3d1d2870f69,NY,Portmore Delivery Service Corp.,Portmore Delivery Service,,Bronx,60,2022-03-15,,Closure,2026-09-10T14:05:10.122105Z
16155
  ab06e02d2f2b6959,WI,Gannett,Gannett,,Milwaukee,181,2022-03-15,2022-05-15,CL,2026-08-30T21:43:41.512264Z
16156
  a934db2aaa338c49,TX,"ABM Industries Groups, LLC - Houston 2","ABM Industries Groups, LLC - Houston 2",,"Houston, Harris",26,2022-03-15,2022-03-31,,2026-09-02T05:08:44.856399Z
16157
  92276a3004144701,MD,GenOn Morgantown Generating Station,GenOn Morgantown Generating Station,,"12620 Crain Highway Newburg, MD 20664",73,2022-03-15,2022-06-01,1,2026-08-30T21:43:41.512264Z
 
16191
  ccb8dadf774d386f,TX,Sev1Tech,Sev1Tech,,"Fort Hood, Bell",62,2022-03-07,2022-03-07,,2026-09-02T05:08:44.856399Z
16192
  c3be90b48480ac70,VA,GALA North America Inc.,GALA North America,,Dublin,82,2022-03-07,2022-03-07,Layoff,2026-09-08T05:46:11.713516Z
16193
  5a80e5697c1ef70a,CA,Prospect Financial Group Inc. DBA Prospect Home Finance,Prospect Financial Group,Prospect Home Finance,San Diego County,5,2022-03-07,2022-03-04,Layoff Permanent,2026-08-30T21:43:41.512264Z
16194
+ 37b45111121f1532,NY,"Key Food CS 3 LLC, dba Food Universe",Key Food CS 3,Food Universe,Queens,58,2022-03-07,,Closure,2026-09-10T14:05:10.122105Z
16195
  36e3f0a39ce2be00,CA,"Meriliz, Inc. dba Dome Printing",Meriliz,Dome Printing,Sacramento County,34,2022-03-07,2022-03-02,Closure Permanent,2026-08-30T21:43:41.512264Z
16196
  0d6662286da78860,CA,"Keeco, LLC",Keeco,,Los Angeles County,134,2022-03-07,2022-05-09,Closure Permanent,2026-08-30T21:43:41.512264Z
16197
  07c1e25d18a85ba2,VA,CACI Technologies LLC,CACI Technologies,,Norfolk,102,2022-03-07,2022-05-06,Layoff,2026-09-08T05:46:11.713516Z
 
16240
  7bb900afbb54394f,FL,"Zillow Group, Inc.",Zillow Group,,"TAMPA, FL, 33602",19,2022-02-21,2022-04-18,,2026-08-31T10:29:52.309603Z
16241
  f3f7472132798d15,MD,"Staples, Inc.",Staples,,"9327 Washington Road Laurel, MD 20723",16,2022-02-18,2022-04-22,1,2026-08-30T21:43:41.512264Z
16242
  e4daf377c8fa0ed8,ID,Ready Responders,Ready Responders,,,1,2022-02-18,2022-02-16,,2026-09-08T13:47:01.905982Z
16243
+ b8fafb370b1b2d44,NY,"Ready Responders, Inc.",Ready Responders,,New York,8,2022-02-18,2022-02-16,Closure,2026-09-10T14:05:10.122105Z
16244
  b08c0e969a6c9597,WV,"Ready Responders, Inc.",Ready Responders,,,1,2022-02-18,2022-02-16,Mass Layoff,2026-09-02T05:08:44.856399Z
16245
  a86792f75a8c7c64,NC,Ready Responders Inc.,Ready Responders,,"New Orleans, N/A",2,2022-02-18,2022-02-16,Layoff,2026-09-02T05:08:44.856399Z
16246
  873e36aee02a9253,NV,Norgren Kloehn/ IMI Precision Engineering,Norgren Kloehn/ IMI Precision Engineering,,Las Vegas,76,2022-02-18,2022-02-16,Closure,2026-09-08T18:05:45.532758Z
 
16489
  c69d978d727b1e44,CA,"Med-Legal, LLC",Med-Legal,,San Diego County,2,2021-12-23,2022-02-15,Closure Permanent,2026-08-30T21:43:41.512264Z
16490
  42e8e075f3a1e368,CA,"Med-Legal, LLC",Med-Legal,,Los Angeles County,113,2021-12-23,2022-02-15,Closure Permanent,2026-08-30T21:43:41.512264Z
16491
  07ed639c38621b1b,CA,"Med-Legal, LLC",Med-Legal,,Alameda County,6,2021-12-23,2022-02-15,Closure Permanent,2026-08-30T21:43:41.512264Z
16492
+ 79a510bc43800241,NY,Slant/Fin Corporation,Slant/Fin,,Nassau,98,2021-12-22,2022-06-09,Closure,2026-09-10T14:05:10.122105Z
16493
+ 144c5e540c35f7df,NY,Slant/Fin Corporation,Slant/Fin,,Long Island Region,,2021-12-22,,,2021-12-22T00:00:00Z
16494
  d22fefc203c3a2ec,CA,Wyndham Hotels & Resorts dba La Quinta Fremont with L.Q. Management,Wyndham Hotels & Resorts,La Quinta Fremont with L.Q. Management,Alameda County,13,2021-12-21,2022-02-15,Layoff Permanent,2026-08-30T21:43:41.512264Z
16495
  c2f5bd8b698d04bc,CA,Wyndham Hotels & Resorts dba La Quinta Sacramento- Downtown with L.Q. Management LLC,Wyndham Hotels & Resorts,La Quinta Sacramento- Downtown with L.Q. Management LLC,Sacramento County,20,2021-12-21,2022-03-02,Layoff Permanent,2026-08-30T21:43:41.512264Z
16496
  bb291a2b04b19aaa,CA,Wyndham Hotels & Resorts dba La Quinta San Diego- Miramar with L.Q. Management LLC,Wyndham Hotels & Resorts,La Quinta San Diego- Miramar with L.Q. Management LLC,San Diego County,16,2021-12-21,2022-03-02,Layoff Permanent,2026-08-30T21:43:41.512264Z