# Philadelphia Crime Data | PPD Incident Reports Full Export

**Use case:** 

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

## Input

```json
{
  "maxItems": 500,
  "crimeType": "Theft"
}
```

## Output

```json
{
  "objectId": {
    "label": "Object ID",
    "format": "text"
  },
  "dcKey": {
    "label": "DC Key",
    "format": "text"
  },
  "dispatchDate": {
    "label": "Dispatch Date",
    "format": "text"
  },
  "dispatchTime": {
    "label": "Dispatch Time",
    "format": "text"
  },
  "hour": {
    "label": "Hour",
    "format": "number"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "psa": {
    "label": "PSA",
    "format": "text"
  },
  "ucrGeneral": {
    "label": "UCR Code",
    "format": "text"
  },
  "textGeneralCode": {
    "label": "Crime Type",
    "format": "text"
  },
  "locationBlock": {
    "label": "Location",
    "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 [Philadelphia Crime Data Scraper | PPD Incident Reports](https://apify.com/parseforge/philadelphia-crime-data-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/philadelphia-crime-data-scraper) to learn more, explore other use cases, and run it yourself.