surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
9 rows where state = "NJ" and vendor = "Cellebrite" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: city, product, amount_type, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2743 | 2743 | Cellebrite | Sussex | NJ | 2025-10-08 | hardware/software maintenance (purchase) | 102047.0 | AUTHORIZATION TO PROVIDE FOR THE PURCHASE OF HARDWARE/SOFTWARE MAINTENANCE FOR THE SUSSEX COUNTY PROSECUTOR’S OFFICE FROM CELLEBRITE USA CORP. IN THE AMOUNT OF $102,047.88 | https://www.sussex.nj.us/AgendaCenter/ViewFile/Minutes/_10082025-561 | https://mytown.theboringparts.com/city/sussex.nj.us/2025/#m1279742 | sv:forensics:cellebrite | stated | 1 | 0 | 0 | NJ |
| 3139 | 3139 | Cellebrite | Morris County | NJ | 2024-02-14 | mobile forensics software (award contract) | 58614.0 | Resolution authorizing the award of a non-fair & open contract for proprietary software to Cellebrite, Inc. for $58,614.96 (C24-26) (Prosecutor) (ID #11348) | https://morriscountynj.primegov.com/Public/CompiledDocument/2423 | https://mytown.theboringparts.com/city/morriscountynj/2024/#m685084 | sv:forensics:cellebrite | stated | 1 | 0 | 0 | NJ |
| 2744 | 2744 | Cellebrite | Sussex | NJ | 2023-10-11 | hardware/software maintenance (purchase) | 57977.0 | AUTHORIZATION TO PROVIDE FOR THE PURCHASE OF HARDWARE/SOFTWARE MAINTENANCE FOR THE SUSSEX COUNTY PROSECUTOR’S OFFICE FROM CELLEBRITE USA CORP. IN THE AMOUNT OF $57,977.00 | https://www.sussex.nj.us/AgendaCenter/ViewFile/Minutes/_10112023-53 | https://mytown.theboringparts.com/city/sussex.nj.us/2023/#m1279474 | sv:forensics:cellebrite | stated | 1 | 0 | 0 | NJ |
| 3141 | 3141 | Cellebrite | Morris County | NJ | 2022-12-07 | mobile forensics software (award contract) | 50087.0 | Resolution authorizing the award of a non-fair & open contract for proprietary software to Cellebrite Inc. for $50,087.26 (C22-208) (Prosecutor) (ID #9939) | https://morriscountynj.primegov.com/Public/CompiledDocument/886 | https://mytown.theboringparts.com/city/morriscountynj/2022/#m685026 | sv:forensics:cellebrite | stated | 1 | 0 | 0 | NJ |
| 4172 | 4172 | Cellebrite | Cumberland County | NJ | 2025-03-25 | Premium System subscription (award contract) | 33801.0 | (PROSECUTOR) Resolution Authorizing the Award of a Non-Fair And Open Contract For Cellebrite Premium System For The Prosecutor's Office per quote Q-440933-1 (Law Enforcement Specific Proprietary Software And Equipment Premium Annual Subscription) (Cellebrite Inc.) ($33,801.17) | https://cumberlandcountynj.primegov.com/Public/CompiledDocument/624 | https://mytown.theboringparts.com/city/cumberlandcountynj/#m684923 | sv:forensics:cellebrite | stated | 1 | 0 | 0 | NJ |
| 3151 | 3151 | Cellebrite | Cumberland County | NJ | 2024-03-26 | Premium System subscription (award contract) | 33406.0 | (PROSECUTOR) Resolution Authorizing the Award of a Non-Fair And Open Contract For Cellebrite Premium System For The Prosecutor's Office per quote 373115-1 (Law Enforcement Specific Proprietary Software And Equipment Premium Annual Subscription) (Cellebrite Inc.) ($33,406.73) | https://cumberlandcountynj.primegov.com/Public/CompiledDocument/125 | https://mytown.theboringparts.com/city/cumberlandcountynj/2024/#m684874 | sv:forensics:cellebrite | stated | 1 | 0 | 0 | NJ |
| 3260 | 3260 | Cellebrite | Gloucester County | NJ | 2026-05-13 | mobile forensics software (authorize contract) | 31203.0 | RESOLUTION AUTHORIZING A CONTRACT WITH CELLEBRITE, INC. FROM MAY 20, 2026 TO MAY 19, 2027 FOR $31,203.24. | https://www.gloucestercountynj.gov/AgendaCenter/ViewFile/Minutes/_05132026-648 | https://mytown.theboringparts.com/city/gloucestercountynj.gov/#m594479 | sv:forensics:cellebrite | stated | 1 | 0 | 0 | NJ |
| 2536 | 2536 | Cellebrite | Gloucester County | NJ | 2025-05-14 | mobile forensics software (award contract) | 29245.0 | RESOLUTION AUTHORIZING A CONTRACT WITH CELLEBRITE, INC. FROM MAY 20, 2025 TO MAY 19, 2026 FOR $29,245.74. | https://www.gloucestercountynj.gov/AgendaCenter/ViewFile/Minutes/_05142025-531 | https://mytown.theboringparts.com/city/gloucestercountynj.gov/2025/#m1541426 | sv:forensics:cellebrite | stated | 1 | 0 | 0 | NJ |
| 3143 | 3143 | Cellebrite | Morris County | NJ | 2021-12-20 | mobile forensics software (award contract) | 20300.0 | Resolution for the award of contract C22-26 proprietary hardware and software licensing and maintenance for Cellebrite Inc., for an amount not to exceed $20,300.00 for the term of January 1, 2022 through December 31, 2022. | https://morriscountynj.primegov.com/Public/CompiledDocument/745 | https://mytown.theboringparts.com/city/morriscountynj/2021/#m684979 | sv:forensics:cellebrite | ceiling | 1 | 0 | 0 | NJ |
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);