# Chicago Crime Data | CPD Incident Reports Data Export

**Use case:** 

Data Export of Chicago Crime Data | CPD Incident Reports. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "primaryType": "THEFT"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image url"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "case_number": {
    "label": "Case #",
    "format": "text"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "date"
  },
  "block": {
    "label": "Block",
    "format": "text"
  },
  "iucr": {
    "label": "IUCR",
    "format": "text"
  },
  "primary_type": {
    "label": "Primary Type",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "location_description": {
    "label": "Location Desc",
    "format": "text"
  },
  "arrest": {
    "label": "Arrest",
    "format": "text"
  },
  "domestic": {
    "label": "Domestic",
    "format": "text"
  },
  "beat": {
    "label": "Beat",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "ward": {
    "label": "Ward",
    "format": "text"
  },
  "community_area": {
    "label": "Community Area",
    "format": "text"
  },
  "fbi_code": {
    "label": "FBI Code",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "updated_on": {
    "label": "Updated",
    "format": "date"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "sourceUrl": {
    "label": "🌐 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Chicago Crime Data Scraper | CPD Incident Reports](https://apify.com/parseforge/chicago-crime-data-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/chicago-crime-data-scraper) to learn more, explore other use cases, and run it yourself.