# NSOPW National Sex Offender Public Website in Chicago

**Use case:** 

Find and extract NSOPW National Sex Offender Public Website in Chicago. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "maxItems": 10,
  "lastName": "Smith",
  "city": "Chicago"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Photo",
    "format": "image"
  },
  "fullName": {
    "label": "Name",
    "format": "text"
  },
  "dateOfBirth": {
    "label": "Date of birth"
  },
  "address": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "zip": {
    "label": "Zip"
  },
  "jurisdiction": {
    "label": "Jurisdiction"
  },
  "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 [NSOPW National Sex Offender Public Website Scraper](https://apify.com/parseforge/nsopw-sex-offenders-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/nsopw-sex-offenders-scraper) to learn more, explore other use cases, and run it yourself.