# California Megan's Law Sex Offender Registry in Chicago

**Use case:** 

Find and extract California Megan's Law Sex Offender Registry 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"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "detailUrl": {
    "label": "Detail url"
  },
  "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 [California Megan's Law Sex Offender Registry Scraper](https://apify.com/parseforge/meganlaw-sex-offenders-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/meganlaw-sex-offenders-scraper) to learn more, explore other use cases, and run it yourself.