Crime & Location Data API

The Crime API You Can Depend On

Since 2019, DoorProfit has provided reliable, accurate crime data, sex offender registries, and location intelligence for developers like you.

Get Your API Key Start in minutes.
Crime Map - Tulsa, OK
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} />
Trusted by developers at
Zillow Redfin Opendoor Compass Realtor.com

Start building in minutes

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    ]  }}

Everything you need

Comprehensive location intelligence APIs to power your application.

🚨

Crime Data API

Get detailed crime statistics, safety scores, and incident data for any US address. Perfect for real estate platforms, insurance companies, and safety applications.

  • Crime grade (A+ to F)
  • Numeric crime score
  • Crime breakdown by type
  • Interactive crime map
  • Recent incidents with coords
  • Updated daily
Get Crime Data API
500 Adams St, Tulsa, OK
C+

Crime Score: 0.21

Higher than 65% of US neighborhoods

Assault38% above avg
Theft35% above avg
Robbery47% above avg
Burglary56% above avg
⚠️

Sex Offender Registry

Access 900,000+ registered sex offenders across all 50 states. Essential for family safety apps and real estate due diligence.

  • 900K+ offender records
  • Photos when available
  • Search by radius
  • Distance calculations
  • Offense details
  • All 50 states covered
Get Offender API
Within 1 mile radius
👤

J*** D**

Offense: Sexual Assault (2019)

512 S Cheyenne Ave, Tulsa, OK
36.1538, -95.9945

0.3 miles away

+ 4 more offenders within 1 mile

🏘️

Neighborhood Data API

The most comprehensive neighborhood data API available. Demographics, income, housing, education, cost of living, rent, weather, and disaster risk in one call.

  • Demographics & population
  • Income & housing data
  • Education attainment rates
  • Cost of living indices
  • Rent estimates by bedroom
  • Weather & disaster risk
Get Neighborhood API
Archer Heights, Tulsa
Population4,280
Median Income$17,600
Median Home$52,035
Median Rent$850/mo
Bachelor's+18.3%
Cost of Living95.2
Median Age34.2
Tornado Risk280.1

Loved by developers

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."

MR

Michael Rodriguez

CTO at SafeMove

"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."

SJ

Sarah Johnson

Founder at RentSafe

"Easy integration, great documentation, and reliable uptime. We've been using DoorProfit API for 2 years now with zero issues. Highly recommended."

DK

David Kim

Lead Developer at HomeScore

Start building today

Get your free API key right now.

Get Your API Key