# Austin Crime Data | APD Incident Reports Data Export

**Use case:** 

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

## Input

```json
{
  "maxItems": 100,
  "familyViolence": false
}
```

## Output

```json
{
  "incidentReportNumber": {
    "label": "Incident #",
    "format": "text"
  },
  "crimeType": {
    "label": "Crime Type",
    "format": "text"
  },
  "categoryDescription": {
    "label": "Category",
    "format": "text"
  },
  "ucrCode": {
    "label": "UCR Code",
    "format": "text"
  },
  "occurrenceDate": {
    "label": "Occurred",
    "format": "text"
  },
  "reportDate": {
    "label": "Reported",
    "format": "text"
  },
  "locationType": {
    "label": "Location Type",
    "format": "text"
  },
  "councilDistrict": {
    "label": "Council District",
    "format": "text"
  },
  "sector": {
    "label": "Sector",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "familyViolence": {
    "label": "Family Violence",
    "format": "text"
  },
  "clearanceStatus": {
    "label": "Cleared",
    "format": "text"
  },
  "censusBlockGroup": {
    "label": "Census Block",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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