# Federal Inmate Search Garcia

**Use case:** 

Search the federal Bureau of Prisons inmate locator for people named Maria Garcia with register number, facility, age and release date details.

## Input

```json
{
  "nameLast": "Garcia",
  "nameFirst": "Maria",
  "inmateNumber": "",
  "sex": "",
  "race": "",
  "age": "",
  "maxItems": 50
}
```

## Output

```json
{
  "inmateNumber": {
    "label": "Register #"
  },
  "fullName": {
    "label": "Name"
  },
  "sex": {
    "label": "Sex"
  },
  "race": {
    "label": "Race"
  },
  "age": {
    "label": "Age"
  },
  "facilityName": {
    "label": "Facility"
  },
  "facilityType": {
    "label": "Facility Type"
  },
  "projectedReleaseDate": {
    "label": "Projected Release"
  },
  "actualReleaseDate": {
    "label": "Actual Release"
  },
  "status": {
    "label": "Status"
  }
}
```

## About this Actor

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