surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
3 rows where state = "AZ" and vendor = "Magnet Forensics" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: product, amount, amount_type, dup_rank, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3312 | 3312 | Magnet Forensics | Taylor | AZ | 2026-02-03 | AXIOM software and training (approve preferred vendor) | 12994.0 | Motion to approve Magnet Forensics, preferred vendor, for the purchase of Magnet AXIOM software and specialized training for an amount not to exceed $12,994, funded through General Fund - Police Contractual Services and Police Training. | https://taylor.granicus.com/AgendaViewer.php?view_id=1&clip_id=424 | https://mytown.theboringparts.com/city/gr-taylor/#m565375 | sv:forensics:magnet | ceiling | 2 | 0 | 0 | AZ |
| 3313 | 3313 | Magnet Forensics | Taylor | AZ | 2026-04-07 | AXIOM software (amend) | 2255.0 | Motion to amend CCR#2.51-26 to increase authority of Magnet Forensics for the Advanced AXIOM Software by $2,255. Funded through General Fund Police IT. | https://taylor.granicus.com/AgendaViewer.php?view_id=1&clip_id=431 | https://mytown.theboringparts.com/city/gr-taylor/#m565371 | sv:forensics:magnet | stated | 1 | 0 | 0 | AZ |
| 3314 | 3314 | Magnet Forensics | Taylor | AZ | 2026-04-21 | AXIOM software (amend) | 2255.0 | To amend CCR#2.51 -26 to increase authority of Magnet Forensics for the Advanced AXIOM Software by $2,255. | https://taylor.granicus.com/AgendaViewer.php?view_id=1&clip_id=433 | https://mytown.theboringparts.com/city/gr-taylor/#m565370 | sv:forensics:magnet | stated | 1 | 0 | 0 | AZ |
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);