# New York DOCCS Inmate Lookup - DIN & Parole Full Export

**Use case:** 

Full Export of New York DOCCS Inmate Lookup - DIN & Parole. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

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

## Output

```json
{
  "din": {
    "label": "DIN",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "sex": {
    "label": "Sex"
  },
  "dateOfBirth": {
    "label": "Date of birth"
  },
  "race": {
    "label": "Race"
  },
  "custodyStatus": {
    "label": "Status",
    "format": "text"
  },
  "housingFacility": {
    "label": "Housing facility"
  },
  "dateReceived": {
    "label": "Date received"
  },
  "latestReleaseDate": {
    "label": "Latest release date"
  },
  "paroleEligibilityDate": {
    "label": "Parole eligibility date"
  },
  "maximumExpirationDate": {
    "label": "Maximum expiration 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 [New York DOCCS Inmate Lookup Scraper - DIN & Parole](https://apify.com/parseforge/new-york-doccs-inmate-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/new-york-doccs-inmate-scraper) to learn more, explore other use cases, and run it yourself.