surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
1 row where state = "NJ" and vendor = "Cradlepoint" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: spend_date (date)
| Link | rowid | vendor | city | state | spend_date | product | amount ▲ | quote | source_document | mytown_record | ledger | amount_type | dup_rank | geo_suspect | anomaly | state_norm |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2552 | 2552 | Cradlepoint | Elizabeth | NJ | 2026-01-13 | Cradlepoint license (award contract) | 9828.0 | Letter dated December 31, 2025, from the Business Administrator recommending awarding a contract to PMC Wireless, 8 Crown Plaza, Suite 106, Hazlet, NJ, for the purchase of a Renewal of Cradlepoint License for the Police Department at the total cost of $9,828.44. | https://www.elizabethnj.org/AgendaCenter/ViewFile/Minutes/_01132026-463 | https://mytown.theboringparts.com/city/elizabethnj.org/#m1522810 | sv:other:cradlepoint | recommended | 1 | 0 | 0 | NJ |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE surveillance_spending ( vendor TEXT, city TEXT, state TEXT, spend_date TEXT, product TEXT, amount REAL, quote TEXT, source_document TEXT, mytown_record TEXT, ledger TEXT, amount_type TEXT, dup_rank INTEGER, geo_suspect INTEGER, anomaly INTEGER, state_norm TEXT); CREATE INDEX ix_surv_vendor ON surveillance_spending(vendor); CREATE INDEX ix_surv_state ON surveillance_spending(state); CREATE INDEX ix_surv_amount ON surveillance_spending(amount); CREATE INDEX ix_surv_ledger ON surveillance_spending(ledger);