# San Francisco Crime Data | SFPD Reports Full Export

**Use case:** 

Full Export of San Francisco Crime Data | SFPD Reports. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "category": "Assault"
}
```

## Output

```json
{
  "rowId": {
    "label": "Row ID",
    "format": "text"
  },
  "incidentNumber": {
    "label": "Incident #",
    "format": "text"
  },
  "incidentDate": {
    "label": "Date",
    "format": "text"
  },
  "incidentTime": {
    "label": "Time",
    "format": "text"
  },
  "incidentDayOfWeek": {
    "label": "Day",
    "format": "text"
  },
  "incidentCategory": {
    "label": "Category",
    "format": "text"
  },
  "incidentSubcategory": {
    "label": "Subcategory",
    "format": "text"
  },
  "incidentDescription": {
    "label": "Description",
    "format": "text"
  },
  "resolution": {
    "label": "Resolution",
    "format": "text"
  },
  "policeDistrict": {
    "label": "District",
    "format": "text"
  },
  "analysisNeighborhood": {
    "label": "Neighborhood",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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