surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
6 rows where ledger = "sv:forensics:magnet", state = "WY" and vendor = "Magnet Forensics" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: city, product, amount, quote, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3960 | 3960 | Magnet Forensics | Sublette County | WY | 2025-04-01 | AXIOM software license (approve accounts payable) | 16400.0 | MAGNET FORENSICS USA, INC 16,400.00 | https://www.sublettecountywy.gov/AgendaCenter/ViewFile/Minutes/_04012025-186 | https://mytown.theboringparts.com/city/sublettecountywy.gov/2025/#m1568410 | sv:forensics:magnet | stated | 1 | 0 | 0 | WY |
| 3234 | 3234 | Magnet Forensics | Converse County | WY | 2026-05-05 | AXIOM/GrayKey software (purchase) | 9720.0 | Magnet Forensics $9,720.00 | https://www.conversecountywy.gov/AgendaCenter/ViewFile/Minutes/_05052026-936 | https://mytown.theboringparts.com/city/conversecountywy.gov/#m621330 | sv:forensics:magnet | stated | 1 | 0 | 0 | WY |
| 3235 | 3235 | Magnet Forensics | Converse County | WY | 2026-05-06 | AXIOM/GrayKey software (purchase) | 9720.0 | Magnet Forensics $9,720.00 Utilities; | https://www.conversecountywy.gov/AgendaCenter/ViewFile/Minutes/_05062026-937 | https://mytown.theboringparts.com/city/conversecountywy.gov/#m621329 | sv:forensics:magnet | stated | 1 | 0 | 0 | WY |
| 2586 | 2586 | Magnet Forensics | Converse County | WY | 2026-01-06 | AXIOM/GrayKey software (approve contract) | 9540.0 | Magnet Forensics $9,540 Contract; | https://www.conversecountywy.gov/AgendaCenter/ViewFile/Minutes/_01062026-904 | https://mytown.theboringparts.com/city/conversecountywy.gov/#m1460298 | sv:forensics:magnet | stated | 1 | 0 | 0 | WY |
| 2587 | 2587 | Magnet Forensics | Converse County | WY | 2026-01-07 | AXIOM/GrayKey software (approve contract) | 9540.0 | Magnet Forensics $9,540 Contract; | https://www.conversecountywy.gov/AgendaCenter/ViewFile/Minutes/_01072026-905 | https://mytown.theboringparts.com/city/conversecountywy.gov/#m1460297 | sv:forensics:magnet | stated | 2 | 0 | 0 | WY |
| 3953 | 3953 | Magnet Forensics | Sublette County | WY | 2023-05-02 | AXIOM/GrayKey software (approve payment) | 3350.0 | MAGNET FORENSICS USA, INC 3,350.00 | https://www.sublettecountywy.gov/AgendaCenter/ViewFile/Minutes/_05022023-126 | https://mytown.theboringparts.com/city/sublettecountywy.gov/2023/#m1568437 | sv:forensics:magnet | stated | 1 | 0 | 0 | WY |
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);