surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
4 rows where state = "MN" and vendor = "LexisNexis / Accurint" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3682 | 3682 | LexisNexis / Accurint | Duluth | MN | 2023-01-09 | Accurint Virtual Crime Center (renew) | 27125.0 | RESOLUTION AUTHORIZING THE EXECUTION OF A RENEWAL AGREEMENT WITH LEXISNEXIS RISK SOLUTIONS FOR AN ONLINE SUBSCRIPTION TO THE ACCURINT VIRTUAL CRIME CENTER WITH TRAX FOR A TERM OF THREE YEARS AT AN ANNUAL COST OF $27,125 TOGETHER WITH AN ANNUAL INCREASE OF FIVE PERCENT PER YEAR. | https://duluth-mn.legistar1.com/duluth-mn/meetings/2023/1/2260_M_City_Council_23-01-09_Minutes.pdf | https://mytown.theboringparts.com/city/duluth-mn/2023/#m279095 | sv:fusion:lexisnexis | stated | 1 | 0 | 0 | MN |
| 3457 | 3457 | LexisNexis / Accurint | Cottage Grove | MN | 2025-02-19 | Virtual Crime Center SaaS (approve) | 6000.0 | Approve the Accurint Virtual Crime Center SaaS in the amount of $6,000 annually. | https://cottagegrovemn.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=966,plainText=false) | https://mytown.theboringparts.com/city/cottagegrovemn/2025/#m470459 | sv:fusion:lexisnexis | stated | 1 | 0 | 0 | MN |
| 3269 | 3269 | LexisNexis / Accurint | Grant County | MN | 2026-07-07 | legal-research subscription (pay bills) | 4473.0 | RELX Inc DBA LexisNexis$4,473.60 | https://www.co.grant.mn.us/AgendaCenter/ViewFile/Minutes/_07072026-611 | https://mytown.theboringparts.com/city/co.grant.mn.us/#m590475 | sv:fusion:lexisnexis | stated | 1 | 1 | 0 | MN |
| 4102 | 4102 | LexisNexis / Accurint | Rice County | MN | 2025-07-22 | investigative data product (payment) | 2592.0 | Law Enforcement Labor Services 2,077.08, LexisNexis Risk Data Management 2,592.80, | https://ricecountymn.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=4310,plainText=false) | https://mytown.theboringparts.com/city/ricecountymn/2025/#m780140 | sv:fusion:lexisnexis | 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);