ビジネス
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・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
返される項目
Inmate NumberFirst NameMiddle NameLast NameFull NameSexRaceAgeFacility NameFacility CodeFacility TypeFacility UrlActual Release DateStatus
出力サンプル
実際の 1 レコード例。受け取る形そのままです。
| 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.