# NYC Department of Corrections Inmate Locator Latest Results

**Use case:** 

Latest Results of NYC Department of Corrections Inmate Locator. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 25,
  "lastName": "Smith"
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "bookAndCase": {
    "label": "Book & Case",
    "format": "text"
  },
  "nysid": {
    "label": "NYSID",
    "format": "text"
  },
  "custodyStatus": {
    "label": "Custody status"
  },
  "facility": {
    "label": "Facility"
  },
  "admissionDate": {
    "label": "Admission date"
  },
  "url": {
    "label": "Source",
    "format": "link"
  },
  "source": {
    "label": "Source"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [NYC Department of Corrections Inmate Locator Scraper](https://apify.com/parseforge/nyc-doc-inmate-locator-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/nyc-doc-inmate-locator-scraper) to learn more, explore other use cases, and run it yourself.