Search Registered Offenders
search_offendersSearch registered US offenders by address, coordinates, or name, with optional distance radius and location filters. Get offender distances from a point for safety checks.
Instructions
Search US registered offenders in one of two modes. Location mode: pass address or lat+lng, plus an optional radius in miles (default 1, capped at 3); results include each offender's distance from the search point. Name mode: pass at least one of first_name, last_name or dob, optionally narrowed by city/state/zipcode — those three filters alone are not accepted. Location parameters take precedence when both are supplied. Use this only for registered-offender questions; for an overall safety grade use get_crime_data instead. Results are paginated (page, limit, max 100 per page) and each page requested requires a DoorProfit API key and consumes 1 call from that key's quota.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dob | No | Date of birth, YYYY-MM-DD. | |
| lat | No | Latitude (use together with lng, as an alternative to address). | |
| lng | No | Longitude (use together with lat, as an alternative to address). | |
| city | No | City filter for name-based searches. | |
| page | No | Page number (default 1). | |
| limit | No | Results per page (default 50, max 100). | |
| state | No | Two-letter state code filter, e.g. "OK". | |
| radius | No | Search radius in miles for location searches (default 1, max 3). | |
| address | No | Full US street address, e.g. "500 Adams St, Tulsa, OK". Provide either address OR lat+lng. | |
| zipcode | No | Zipcode filter for name-based searches. | |
| last_name | No | Last name for name-based searches. | |
| first_name | No | First name for name-based searches. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| radius | No | Search radius in miles (location searches only). | |
| success | Yes | ||
| offenders | No | ||
| test_mode | No | ||
| search_type | No | "gis" for location searches, "name" for name searches. | |
| total_count | No | Total matching results. | |
| total_pages | No | ||
| offenders_count | No | Results on this page. |