surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
3 rows where state = "IL" and vendor = "Mark43" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3849 | 3849 | Mark43 | Aurora | IL | 2025-08-05 | CAD/RMS system (approve contract) | 4020267.0 | A Resolution authorizing the director of purchasing to enter into a five year agreement with Mark43, Inc. of New York, New York and ancillary vendors at a cost of $4,020,267.64 for the purposes of obtaining a CAD/RMS system and developing interfaces required for system functionality. | https://legistar1.granicus.com/aurora-il/meetings/2025/8/4507_M_Committee_of_the_Whole_25-08-05_Meeting_Minutes.pdf | https://mytown.theboringparts.com/city/aurora-il/2025/#m74213 | sv:rms:mark43 | stated | 1 | 0 | 0 | IL |
| 3851 | 3851 | Mark43 | Aurora | IL | 2025-08-12 | CAD/RMS system (enter into a five year agreement) | 4020267.0 | A Resolution authorizing the director of purchasing to enter into a five year agreement with Mark43, Inc. of New York, New York and ancillary vendors at a cost of $4,020,267.64 for the purposes of obtaining a CAD/RMS system and developing interfaces required for system functionality. | https://legistar1.granicus.com/aurora-il/meetings/2025/8/4527_M_City_Council_25-08-12_Meeting_Minutes.pdf | https://mytown.theboringparts.com/city/aurora-il/2025/#m74193 | sv:rms:mark43 | stated | 2 | 0 | 0 | IL |
| 3853 | 3853 | Mark43 | Aurora | IL | 2025-07-21 | CAD/RMS system (authorize agreement) | 4020267.0 | A Resolution authorizing the director of purchasing to enter into a five year agreement with Mark43, Inc. of New York, New York and ancillary vendors at a cost of $4,020,267.64 for the purposes of obtaining a CAD/RMS system and developing interfaces required for system functionality. | https://legistar1.granicus.com/aurora-il/meetings/2025/7/4673_M_Infrastructure_and_Technology_Committee_25-07-21_Meeting_Minutes.pdf | https://mytown.theboringparts.com/city/aurora-il/2025/#m74081 | sv:rms:mark43 | stated | 3 | 0 | 0 | IL |
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);