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, "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" }, "map_file": "https://api.doorprofit.com/maps/2879871.png", "incidents": { "total": 72, "date_range": "last 90 days", "data": [ { "type": "Theft", "lat": 36.1542, "lng": -95.9931 }, // ... 71 more ] }, "neighborhood": { "name": "Archer Heights", "median_income": 17600, "median_home_value": 52035 }}
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
Comprehensive K-12 school data including ratings, test scores, and demographics. Help families find the best schools for their children.
Public · K-5 · 0.4 mi
Public · 6-8 · 0.8 mi
Public · 9-12 · 1.2 mi
Rich demographic and economic data for any US address. Understand the community with census-level insights and livability metrics.
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."