商业
Federal Inmate Locator Scraper (BOP)
Search the Federal Bureau of Prisons inmate locator by name or register number. Get sex, race, age, facility, projected and actual release dates for federal inmates. Export to JSON, CSV or Excel.
inmate-locator-bop-scraper.json 200 OK
{ "inmateNumber": "00123-871", "firstName": "JOHN", "middleName": "LEE", "lastName": "SMITH", "fullName": "JOHN LEE SMITH", "sex": "Male", "race": "Black", "age": 79, "facilityName": "Detroit" }
你会得到什么
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
返回的字段
Inmate NumberFirst NameMiddle NameLast NameFull NameSexRaceAgeFacility NameFacility CodeFacility TypeFacility UrlActual Release DateStatus
示例输出
一条真实的示例记录,正是你收到的结构。
| Inmate Number | First Name | Middle Name | Last Name |
|---|---|---|---|
| 00123-871 | JOHN | LEE | SMITH |
| 00407-061 | JOHN | WESLEY | SMITH |
| 00531-196 | JOHN | SMITH | |
| 00693-007 | JOHN | SMITH | |
| 00790-081 | JOHN | ALLEN | SMITH |
GET /inmate-locator-bop-scraper
{ "inmateNumber": "00123-871", "firstName": "JOHN", "middleName": "LEE", "lastName": "SMITH", "fullName": "JOHN LEE SMITH", "sex": "Male", "race": "Black", "age": 79, "facilityName": "Detroit" }
相关爬虫
常见问题
Who is included?
Federal inmates from 1982 to the present, including many already released. It covers the federal system only, not state or county jails.
Can I look up one specific person?
Yes. Enter their federal register number for an exact match, or a full name with sex and age to narrow the list.
How many results per search?
The locator returns up to 100 matches for a search. For a common name, add a first name, sex or age to focus the results.
Is the release date exact?
The projected release date is an estimate that can change. The actual release date is filled once a person has been released.