NY Tax Warrant Status Delta
Pricing
$10.00 / 1,000 warrant status changeds
NY Tax Warrant Status Delta
Monitors named New York tax warrants (state tax liens) in the official NYS Tax Department registry and reports only real lifecycle changes: warrant satisfied, vacated, amended or closed. For lenders, title companies, collections and credit-risk due diligence. Free when nothing changes.
Pricing
$10.00 / 1,000 warrant status changeds
Rating
0.0
(0)
Developer
Radu Furtuna
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
10 days ago
Last modified
Categories
Share
Durable monitor for the official New York State tax warrant registry ("New York State Tax Warrants:
Beginning 7/1/2025"), published as open data on data.ny.gov by the NYS Department of Taxation and
Finance. Watch specific tax warrants (state tax liens) by their Warrant ID and get notified only when a
warrant's lifecycle genuinely changes — satisfied, vacated, amended, or closed. No API key
needed, no login, no captcha.
Built for lenders, title companies, collections and recovery teams, credit-risk and KYB analysts, and transaction due-diligence — anyone who needs to know the day a New York tax warrant against a borrower, seller, or counterparty is paid off or annulled, without re-pulling the whole registry every morning.
Source
https://data.ny.gov/resource/v7ua-z23v.json — the Socrata Open Data API for "New York State Tax
Warrants: Beginning 7/1/2025" (dataset id v7ua-z23v), attributed to the NYS Department of Taxation and
Finance. Confirmed live 13.09.2026:
- 630,247 rows,
X-SODA2-Truth-Last-Modified: Fri, 11 Sep 2026— a near-daily maintained registry, not a static snapshot. warrant_idis the dataset's permanent identifier for one warrant, in a strictly fixed 18-character formE-XXXXXXXXX-WXXX-X(verified: zero rows deviate from that pattern across all 630,247).warrant_idis deliberately not one row per warrant: 577,134 distinct ids over 630,247 rows. That is the registry's own mechanic — a warrant gains a second (occasionally third) row when its lifecycle moves.status_codeis exactly three values registry-wide:Added(399,060),Closed(231,130),Updated(57). Verified live that nowarrant_idhas more than 3 rows.- The lifecycle is in the data itself:
warrant_satisfaction_date(153,243 rows populated),warrant_vacate_date(6,571),warrant_amend_date(192),warrant_expiration_date(71,316). - Each warrant also carries a direct link to its PDF document on
tax.ny.gov.
How it works
- Each
watchnames exactly one warrant bywarrantId. One watch = one server-side point query = one HTTP request per run. No scanning, no scraping, no pagination. - All rows belonging to that
warrant_idare folded into one aggregate state — the set ofstatus_codevalues, the row count, and the latest satisfaction / vacate / amend / expiration dates. Row order does not affect the result. - The first check of a new watch establishes a baseline (no charge). Every later check compares the current aggregate against the durable record of what it was last time.
- Billing is tied only to the lifecycle: status codes, row count, the four lifecycle dates, the
latest filing timestamp, and the warrant amount. It deliberately excludes the debtor's name, address,
city, country code, PDF link and geocode — the registry rewrites those cosmetically (we observed one
warrant whose
country_codeflipped fromUStoUNITED STATESwith no status change whatsoever). Those fields are still delivered in every row, as context. - A state that changes and later reverts bills every genuine transition, never silently deduplicated against an earlier occurrence of the same state.
Input
{"monitorId": "my-warrant-watch","watches": [{ "watchId": "acme-pizzeria", "warrantId": "E-012133297-W002-5" }],"notifyOn": "new_alerts","webhookUrl": "https://example.com/webhook"}
Add more warrants later under the same monitorId — each watch keeps its own independent history. A
watchId is permanently bound to the warrantId it first saw; pointing the same watchId at a different
warrant later fails the run instead of silently mixing histories.
socrataAppToken is optional — data.ny.gov does not require a key for this dataset, but a free Socrata
app token from your own account raises the anonymous request-rate ceiling if you run many watches across
many monitors.
Output row (per change)
watchId, warrantId, changeType ("new"|"lifecycle_changed"), lifecycle ("open"|"closed"|"amended"|"satisfied"|"vacated"), previousLifecycle, statusCodes, rowCount, satisfactionDate, vacateDate, amendDate, expirationDate, latestFiledTimestamp, filedDate, filedAmount, debtorName, city, state, zipCode, countyCode, documentUrl, contentHash, monitorId, runId, discoveredAt, eventId, billedBilling
Pay-per-event: warrant-status-changed — charged only for a watch's first found state (baseline is free)
or a genuine lifecycle change since the previous check. Failed, blocked, or structurally suspect checks
are never charged.
Important — read before relying on this for any lending, title, or collections decision
This is a publication of what the NYS Tax Department has filed, not a certification of a debtor's current tax status, and not a title search. A warrant appearing here is a filed state tax lien; a satisfaction or vacate date appearing here means the Department has published that record, which can lag the real-world event. Absence of a warrant is not evidence that no liability exists, and this dataset begins 7/1/2025 as published, so it is not a complete historical lien record. This actor is an informational monitor of CHANGES to that public registry — it is NOT legal, credit, tax or title advice, and NOT a substitute for a direct check at tax.ny.gov/warrants or a county-level lien search before funding, closing, releasing collateral, or reporting on any single entry.
Delivery guarantee: at-most-once (we would rather lose an alert than bill you twice)
Each computed change is delivered to the dataset and charged at most once, for as long as the
monitor's claim log exists (see the boundary below). Before any irreversible step (writing the row,
charging the event) the run takes an atomic claim on that exact change, using the only atomic
primitive the Apify platform offers: a request queue's unique-key insert. Exactly one run can win that
claim for a given change. The claim log is never consumed, deleted or rotated by this actor; it is a
permanent record of what was already attempted, and coverage.claimJournalSize reports its size each run
so you can watch it grow (the platform's counter is eventually consistent, so treat it as a lagging
estimate, not an exact count).
Where that guarantee ends — the honest boundary. The claim log lives in a named request queue
(<prefix>-<monitorId>-claims) in your own account. The at-most-once guarantee holds as long as that
queue keeps existing. If you — or any process holding your account credentials — delete, rename or
re-create it from the Console or API, the log starts empty and previously delivered changes can be
delivered and charged again. That is the unavoidable boundary of any durable storage, not a loophole in
the protocol. For the same reason, the actor's storage prefix and internal claim namespace are frozen
after release: changing either would create a fresh, empty log with exactly the same effect.
The response the platform returns for each claim is interpreted strictly: only a real boolean false
grants the right to write and charge, only a real boolean true denies it, and anything else — a missing
field, null, 0, an empty string, a changed SDK response shape — aborts the run's delivery for that
item with claim_protocol_error before any row or charge. An answer we do not fully understand is
never read as "you may charge".
One thing we deliberately do not claim: the monitor's lease makes overlapping runs a fail-closed exception rather than a fact of life, but between the moment a run verifies it still holds the lease and the moment the dataset write or charge actually lands there is an unavoidable time gap (the platform offers no fencing token for datasets or billing). So "a run that lost the lease can never write another row" would be an overstatement. What actually protects your money is the claim above: the key is already taken, so even a ghost run cannot charge for the same change twice.
The honest consequence, stated plainly: if a run dies after taking the claim but before finishing, that
one change is lost. It is recorded as dataset_unknown or charge_unknown and it is not re-delivered
on the next run — the next run moves on to the warrant's next change. We deliberately chose possible loss
of one alert over the possibility of charging you twice for the same event. This is at-most-once
delivery, not exactly-once; any actor that claims exactly-once over a store without compare-and-swap is
overstating what the platform can do.
Practically this only happens if the Apify run is killed mid-delivery (platform abort, timeout, migration).
Every such case is visible: the run's coverage and run_summary report it, and run_summary.eventsBilled
plus Apify's own billing ledger remain the source of truth for what you actually paid for.
Honest limits
- The durable dataset is a delivery-attempt log, not a guaranteed mirror of the default dataset.
Each row is written to the durable dataset first, then mirrored to the run's default dataset before
billing proceeds for that row. If the durable write succeeds but the default-dataset mirror write
fails (e.g. transient Apify storage error), the item is marked
dataset_unknown, billing for it is permanently blocked (fail-closed — we never charge for a row we can't confirm was delivered), and the run is not retried into re-creating that exact row. The durable dataset can therefore end up with a small number of orphan rows that were never mirrored and never billed. The default dataset is the canonical log of rows successfully written to this run's output (see itsrun_summaryrow) — but a default-dataset row does not by itself prove the row was billed: the row is written beforeActor.charge()runs, so if charging then fails or comes backcharge_unknown, the row is present but not confirmably paid.run_summary.eventsBilledand Apify's own billing ledger are the source of truth for confirmed payment, not the presence of a row in either dataset. - One watch = one warrant, one request. There is no bulk mode, no search by debtor name, and no county
sweep — to track a portfolio, add one watch per warrant (up to 30 per run). This keeps the network cost
fixed and predictable and keeps each warrant's history independently auditable. You need the Warrant ID
up front; look it up once in the dataset or at
tax.ny.gov. lifecycleis a coarse label, not the whole truth. It reports the strongest outcome present (vacated > satisfied > amended > closed > open). All four lifecycle dates are delivered separately and all four are part of the billing hash — so an amendment to an already-satisfied warrant is a billable change even though the label stayssatisfied.- A "not found" result on the very first check of a watch is reported honestly, not as an error —
coverage.watches[].matched: false. This almost always means thewarrantIdwas mistyped; it costs nothing and is safe to correct and retry under the samewatchId. - A
warrantIdthat WAS matched on a previous check but is NOT found on a later one is treated assource_access_limitedfor that watch this run — no history update, no billing. We have not verified live whether the Tax Department ever removes a warrant row from this publication, so this is the honest fallback rather than an unverified claim that a disappearance is always benign or always a real removal. - A run that checks some watches but not others tells you so. If one warrant is checked fine and
another is unreachable, the run still finishes as
SUCCEEDED, but its reason becomespartial_watch_failures: N/M,coverage.failedReasonslists why, and the digest and webhook carry an explicit "result is INCOMPLETE" line. "No changes found" and "we could not look" are never reported as the same thing. - The monitor holds a lease, so a second run of the same
monitorIdstops instead of running in parallel. If a run dies, the lease is released after a grace window (not after the run's full timeout), so the next scheduled run takes over promptly instead of failing as "monitor busy". The lease is a mutex for orderly behaviour, not the thing that protects your billing — see the time-gap note in the delivery guarantee above; duplicate charging is prevented by the atomic claim, not by the lease. - Billing tracks the lifecycle only, deliberately excluding debtor name, address, city, country code, PDF link and geocode. Those fields are still delivered in every row for context.
- We don't invent data: if the API ever returns something other than a bare JSON array, more than 3 rows
for one
warrant_id(breaking the ceiling verified live across the whole registry), a non-object at any position, a row whosewarrant_iddoesn't exactly match the one requested (including stray whitespace or a different letter case, which we refuse rather than quietly clean up), a missing or whitespace-only required field, or a response whoseX-SODA2-Fieldsheader shows one of the lifecycle columns has disappeared entirely, the run reports it honestly (source_access_limited) instead of guessing what it actually found. Because Socrata omits null keys from JSON rows, that header is the only honest way to tell "this warrant has no satisfaction date" from "the satisfaction column is gone".
Author: OmniCoder (https://t.me/OmniCoder)