surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
10 rows where ledger = "sv:forensics:cellebrite" and state = "MN" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: city, product, geo_suspect, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3001 | 3001 | Cellebrite | Clay County | MN | 2025-09-09 | mobile forensics (payment) | 20587.0 | Cellebrite, Inc. $ 20,587 | https://claycomn.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=4839,plainText=false) | https://mytown.theboringparts.com/city/claycomn/2025/#m762602 | sv:forensics:cellebrite | stated | 1 | 1 | 0 | MN |
| 3985 | 3985 | Cellebrite | Morrison County | MN | 2025-03-25 | mobile forensics (approve warrant) | 19200.0 | CELLEBRITE INC 19,200.10 | https://www.morrisoncountymn.gov/AgendaCenter/ViewFile/Minutes/_03252025-377 | https://mytown.theboringparts.com/city/morrisoncountymn.gov/2025/#m1494907 | sv:forensics:cellebrite | stated | 1 | 0 | 0 | MN |
| 4085 | 4085 | Cellebrite | Waseca County | MN | 2026-01-06 | mobile forensics software (approval of bills) | 15960.0 | CELLEBRITE INC 15,960.00 | https://wasecacomn.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=1699,plainText=false) | https://mytown.theboringparts.com/city/wasecacomn/#m815634 | sv:forensics:cellebrite | stated | 1 | 0 | 0 | MN |
| 2413 | 2413 | Cellebrite | McLeod County | MN | 2022-02-15 | digital evidence software (purchase) | 10065.0 | Consider approval to purchase computer software and training from Cellebrite, Inc (Parsippany, New Jersey) for a cost of $10,065.00 with funds from the County Sheriff’s Office budget (01-201). | https://www.mcleodcountymn.gov/Agendas%20&%20Minutes/2022/02.15.2022%20Board%20Minutes.pdf | https://mytown.theboringparts.com/city/rz-mcleodcountymn.gov/2022/#m7982838 | sv:forensics:cellebrite | stated | 1 | 0 | 0 | MN |
| 4016 | 4016 | Cellebrite | Forest Lake | MN | 2024-06-10 | Physical Extraction & Analyzer subscription (purchase) | 6900.0 | 6,900.00 PHYSICAL EXTRACTION & ANALYZER SUBSCRIPTION (CELLEBRITE) 05/20/2024 - 05/19/2025 | https://www.ci.forest-lake.mn.us/AgendaCenter/ViewFile/Minutes/_06102024-298 | https://mytown.theboringparts.com/city/ci.forest-lake.mn.us/2024/#m1372352 | sv:forensics:cellebrite | stated | 1 | 0 | 0 | MN |
| 4106 | 4106 | Cellebrite | Rice County | MN | 2024-06-25 | mobile forensics (payment of bills) | 6450.0 | Cellebrite Inc 6,450.00 | https://ricecountymn.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=3637,plainText=false) | https://mytown.theboringparts.com/city/ricecountymn/2024/#m780011 | sv:forensics:cellebrite | stated | 1 | 0 | 0 | MN |
| 4109 | 4109 | Cellebrite | Rice County | MN | 2023-06-13 | mobile forensics (payment of bills) | 5875.0 | Cellebrite Inc 5,875.00 | https://ricecountymn.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=2785,plainText=false) | https://mytown.theboringparts.com/city/ricecountymn/2023/#m779883 | sv:forensics:cellebrite | stated | 1 | 0 | 0 | MN |
| 4200 | 4200 | Cellebrite | Rice County | MN | 2026-05-12 | mobile forensics software (payment of bill) | 4845.0 | Cellebrite Inc 4,845.00 | https://ricecountymn.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=4807,plainText=false) | https://mytown.theboringparts.com/city/ricecountymn/#m590944 | sv:forensics:cellebrite | stated | 1 | 0 | 0 | MN |
| 3034 | 3034 | Cellebrite | Nicollet County | MN | 2025-12-16 | UFED program (approve use of funds) | 4500.0 | Chief Deputy Petersen requested approval to use Opioid funds in the amount of $4,500 related to the Cellebrite program. | https://nicolletcomn.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=1787,plainText=false) | https://mytown.theboringparts.com/city/nicolletcomn/2025/#m744673 | sv:forensics:cellebrite | stated | 1 | 0 | 0 | MN |
| 4017 | 4017 | Cellebrite | Forest Lake | MN | 2024-09-23 | investigations software (purchase) | 4465.0 | 4,465.00 Investigations Software ProgramCellebrite Inc. 09/05/20241950 | https://www.ci.forest-lake.mn.us/AgendaCenter/ViewFile/Minutes/_09232024-337 | https://mytown.theboringparts.com/city/ci.forest-lake.mn.us/2024/#m1372335 | sv:forensics:cellebrite | stated | 1 | 0 | 0 | MN |
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);