# Any Texas TDCJ Inmate Search - Records & Parole

**Use case:** 

Extract Texas TDCJ Inmate Search - Records & Parole data filtered by Any. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "lastName": "Smith",
  "firstName": "John",
  "gender": "ALL"
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "sidNumber": {
    "label": "SID",
    "format": "text"
  },
  "tdcjNumber": {
    "label": "TDCJ#",
    "format": "text"
  },
  "race": {
    "label": "Race"
  },
  "gender": {
    "label": "Gender"
  },
  "dateOfBirth": {
    "label": "Date of birth"
  },
  "currentFacility": {
    "label": "Current facility"
  },
  "offense": {
    "label": "Offense"
  },
  "county": {
    "label": "County"
  },
  "projectedReleaseDate": {
    "label": "Projected release date"
  },
  "paroleEligibilityDate": {
    "label": "Parole eligibility 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 [Texas TDCJ Inmate Search Scraper - Records & Parole](https://apify.com/parseforge/texas-tdcj-inmate-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/texas-tdcj-inmate-scraper) to learn more, explore other use cases, and run it yourself.