# Property Seattle Crime Data | SPD Incident Reports

**Use case:** 

Extract Seattle Crime Data | SPD Incident Reports data filtered by Property. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "category": "PROPERTY"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image url"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "report_number": {
    "label": "Report #",
    "format": "text"
  },
  "report_date_time": {
    "label": "Reported",
    "format": "date"
  },
  "offense_id": {
    "label": "Offense ID",
    "format": "text"
  },
  "offense_date": {
    "label": "Offense Date",
    "format": "date"
  },
  "nibrs_group_a_b": {
    "label": "NIBRS Group",
    "format": "text"
  },
  "nibrs_crime_against_category": {
    "label": "Category",
    "format": "text"
  },
  "offense_sub_category": {
    "label": "Sub Category",
    "format": "text"
  },
  "shooting_type_group": {
    "label": "Shooting Type",
    "format": "text"
  },
  "block_address": {
    "label": "Block Address",
    "format": "text"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "beat": {
    "label": "Beat",
    "format": "text"
  },
  "precinct": {
    "label": "Precinct",
    "format": "text"
  },
  "sector": {
    "label": "Sector",
    "format": "text"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "text"
  },
  "reporting_area": {
    "label": "Reporting Area",
    "format": "text"
  },
  "offense_category": {
    "label": "Offense Category",
    "format": "text"
  },
  "offense": {
    "label": "Offense",
    "format": "text"
  },
  "sourceUrl": {
    "label": "🌐 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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