# BOP Federal Inmate Locator Data Export

**Use case:** 

Data Export of BOP Federal Inmate Locator. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "inmateNums": [
    "12345-067"
  ],
  "maxItems": 100
}
```

## Output

```json
{
  "inmateNum": {
    "label": "🔢 Register #",
    "format": "text"
  },
  "firstName": {
    "label": "🧑 First Name",
    "format": "text"
  },
  "lastName": {
    "label": "👤 Last Name",
    "format": "text"
  },
  "age": {
    "label": "🎂 Age",
    "format": "text"
  },
  "race": {
    "label": "🌍 Race",
    "format": "text"
  },
  "sex": {
    "label": "⚧ Sex",
    "format": "text"
  },
  "releaseDate": {
    "label": "📅 Release",
    "format": "date"
  },
  "facility": {
    "label": "🏢 Facility",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [BOP Federal Inmate Locator Scraper](https://apify.com/parseforge/bop-federal-inmates-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/bop-federal-inmates-scraper) to learn more, explore other use cases, and run it yourself.