CrimeScore turns national location risk into a customer-ready crime data API, crime score API, component scores, and interactive safety map layers. Add bounded 24-hour activity context when your product needs a fresh local signal without exposing raw incident feeds.
Free Public Map Search
Start with a ZIP code for a broad area view, or enter a US address to center the public map on that location. The map shows modeled neighborhood risk layers without exposing a public score API key.
Actual CrimeScore map {
"geoid": "360610031002",
"resolved": {
"lat": 40.7128,
"lng": -74.006,
"state": "NY",
"county_fips": "061"
},
"safety_score": 28,
"safety_grade": "D",
"components": {
"violent_crime": 24.8,
"property_crime": 37.9,
"disorder": 29.2,
"frequency": 31.5
},
"data": {
"census_vintage": "2024",
"model_version": "2.0"
}
} {
"geoid": "360610031002",
"resolved": {
"lat": 40.7128,
"lng": -74.006,
"state": "NY",
"county_fips": "061"
},
"component": "property_crime",
"safety_score": 37.9,
"safety_grade": "D",
"contributors": [
{
"label": "High rental vacancy rate",
"direction": "lowers_safety_score",
"impact": "medium"
},
{
"label": "High median household income",
"direction": "raises_safety_score",
"impact": "medium"
}
],
"data": {
"census_vintage": "2024",
"model_version": "2.0"
}
} {
"capturedAt": "2026-06-23T16:00:00.000Z",
"center": {
"lat": 40.7128,
"lng": -74.006
},
"radius_m": 5000,
"hours": 24,
"limit": 25,
"count": 2,
"incidents": [
{
"id": "crimescore_9f3a2b7c1d4e5f60718293ab",
"label": "Theft",
"categories": [
"property"
],
"latitude": 40.7142,
"longitude": -74.0028,
"reportedAt": "2026-06-23T13:42:00Z",
"distance_m": 384
}
]
} Nearby Incidents API
Use the score API for long-term neighborhood safety context, the nearby incidents API for bounded 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/nearby
?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"
}
]
}The Problem
Search By Use Case
Start with the page that matches what your team is trying to ship.
Normalized neighborhood safety 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.
Start broad with a ZIP code, then use the map to inspect modeled neighborhood risk layers.
Center the public map from a US address without exposing a public score API key.
Resolve US addresses into coordinates before centering a map or calling the score API.
Show bounded, sanitized recent incident context next to long-term neighborhood risk.
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
Create an account without a payment method, then choose an API plan or start the seven-day monthly Starter trial.
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
Custom API volume, white-label licensing, integrations, a 99.9% API uptime SLA, and dedicated support for contract-led deployments.
Use Cases
One line of HTML on property pages for neighborhood safety, score components, and optional recent activity context.
REST endpoints for score, grade, component scores, 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
Tell us about your use case — we'll be in touch within one business day.