CrimeScore turns national location risk into a customer-ready crime data API, crime score API, component breakdowns, and interactive safety map layers. Add bounded 24-hour activity context when your product needs a fresh local signal without exposing raw incident feeds.
{
"geoid": "360610031002",
"resolved": {
"lat": 40.7128,
"lng": -74.006,
"state": "NY",
"county_fips": "061"
},
"risk_score": 72,
"risk_grade": "D",
"data": {
"census_vintage": "2024",
"model_version": "2.0"
}
} {
"geoid": "360610031002",
"resolved": {
"lat": 40.7128,
"lng": -74.006,
"state": "NY",
"county_fips": "061"
},
"risk_score": 72,
"risk_grade": "D",
"components": {
"overall": 68.5,
"violent_crime": 75.2,
"property_crime": 62.1,
"disorder": 70.8
},
"data": {
"census_vintage": "2024",
"model_version": "2.0"
}
} {
"geoid": "360610031002",
"resolved": {
"lat": 40.7128,
"lng": -74.006,
"state": "NY",
"county_fips": "061"
},
"risk_score": 72,
"risk_grade": "D",
"components": {
"overall": 68.5,
"violent_crime": 75.2,
"property_crime": 62.1,
"disorder": 70.8
},
"top_contributors": [
{
"label": "Population density",
"direction": "risk",
"strength": "strong"
},
{
"label": "Median household income",
"direction": "protective",
"strength": "moderate"
},
{
"label": "Rental vacancy rate",
"direction": "risk",
"strength": "moderate"
}
],
"data": {
"census_vintage": "2024",
"model_version": "2.0"
}
} The Problem
Search By Use Case
Start with the page that matches what your team is trying to ship.
Normalized neighborhood risk scores, recent activity context, and address-level crime data for product teams.
Return a 0 to 100 score, letter grade, and component detail for a requested location.
Add neighborhood safety context to listing pages, market pages, and portfolio workflows.
Drop a domain-restricted safety map into your own site with publishable API keys.
Featured Cities
Manhattan, NY · 1.6M residents
Los Angeles County, CA · 9.8M residents
Cook County, IL · 5.2M residents
Harris County, TX · 4.8M residents
Miami-Dade County, FL · 2.7M residents
Maricopa County, AZ · 4.6M residents
San Francisco, CA · 830K residents
Fulton County, GA · 1.1M residents
Responsible Product
Research-grounded. Designed around documented criminology, spatial validation, and production model-review practices.
Validated across geography. We test model behavior on held-out regions so buyers can evaluate generalization, not just in-sample fit.
Compliance-aware. Protected attributes are excluded from scoring, and prohibited/high-impact uses are explicitly out of scope.
Product Surface
Self-Serve
Sign up, choose a plan, create keys, and integrate. Secret keys for server calls; publishable keys for embedded maps.
Drop-In
One line of HTML on your property pages. Domain-restricted, themed, and powered by the same national score layers.
Context
City-scale recent incident context for customer workflows that need a current local pulse, with strict caps and sanitized response fields.
Enterprise
Higher-volume usage, custom validation, non-standard score rollups, and dedicated support for teams beyond self-serve plans.
Use Cases
One line of HTML on property pages for neighborhood risk, score components, and optional recent activity context.
REST endpoints for score, grade, component breakdowns on eligible tiers, and bounded 24-hour activity near a user-selected location.
Neighborhood-level signal for geographic analytics, portfolio review, and internal risk intelligence workflows.
Proprietary ML · API-first · Responsible by Design
Recent Activity API
Use the score API for long-term neighborhood risk, the recent-incident API for city-scale 24-hour context, and embeddable map layers for customer-facing geography. Each layer is normalized for product teams, so you can show useful safety signals without exposing raw scanner noise or unfiltered third-party payloads.
200 OKGET /incidents/trending
?lat=40.7128&lng=-74.0060
&radius_m=10000&hours=24&limit=25
{
"count": 11,
"scannedCells": 12,
"incidents": [
{
"label": "Recent activity · NYC area",
"distance_m": 0,
"age": "recent"
},
{
"...": "+10 more nearby"
}
]
}Tell us about your use case — we'll be in touch within one business day.