Since 2019, DoorProfit has provided reliable, accurate crime data, sex offender registries, and location intelligence for developers like you.
1 import DoorProfit from 'doorprofit' 2 const api = DoorProfit( 3 DOORPROFIT_API_KEY 4 ) 5 6 const crimeMap = api.getCrimeMap({ 7 location: 'Tulsa, OK', 8 radius: 5, 9 }) 10 11 return <img src={crimeMap} />
Clean JSON responses. No complicated setup. Just make a request and get the data you need.
// Requestfetch('https://api.doorprofit.com/crime/?address=500+Adams+St+Tulsa+OK&key={YOUR_API_KEY}', { method: 'GET', headers: { 'Content-Type': 'application/json', }}).then(response => response.json()).then(data => { console.log(data)});
// Response{ "success": true, "location": { "address": "500 Adams St, Tulsa, OK", "lat": 36.1540, "lng": -95.9928 }, "crime_score": "C+", "crime_numeric": 0.21, "crime_breakdown": { "assault": "38% above avg", "theft": "35% above avg", "robbery": "47% above avg", "burglary": "56% above avg" }, "incidents": { "radius_feet": 1000, "count": 72, "data": [ { "type": "Theft", "lat": 36.1542, "lng": -95.9931 }, // ... 71 more ] }}
Comprehensive location intelligence APIs to power your application.
Get detailed crime statistics, safety scores, and incident data for any US address. Perfect for real estate platforms, insurance companies, and safety applications.
Higher than 65% of US neighborhoods
Access 900,000+ registered sex offenders across all 50 states. Essential for family safety apps and real estate due diligence.
Offense: Sexual Assault (2019)
512 S Cheyenne Ave, Tulsa, OK
36.1538, -95.9945
+ 4 more offenders within 1 mile
The most comprehensive neighborhood data API available. Demographics, income, housing, education, cost of living, rent, weather, and disaster risk in one call.
See what our customers are saying about us.
"We switched from building our own crime data scraper to DoorProfit API and saved 40+ hours per month. The data quality is excellent and the response times are incredibly fast."
"The sex offender API is the most comprehensive I've found. We use it for our property management platform and our clients love the safety features it enables."
"Easy integration, great documentation, and reliable uptime. We've been using DoorProfit API for 2 years now with zero issues. Highly recommended."