# Crimes at Location UK Police Crime Data

**Use case:** 

Extract UK Police Crime Data data filtered by Crimes at Location. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "mode": "crimes",
  "lat": "52.629729",
  "lng": "-1.131592",
  "force": "metropolitan"
}
```

## Output

```json
{
  "mode": {
    "label": "Mode",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "crimeId": {
    "label": "ID",
    "format": "text"
  },
  "persistentId": {
    "label": "Persistent id"
  },
  "month": {
    "label": "Month",
    "format": "text"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lon",
    "format": "number"
  },
  "streetName": {
    "label": "Street",
    "format": "text"
  },
  "streetId": {
    "label": "Street id"
  },
  "locationType": {
    "label": "Location type"
  },
  "locationSubtype": {
    "label": "Location subtype"
  },
  "outcomeCategory": {
    "label": "Outcome",
    "format": "text"
  },
  "outcomeDate": {
    "label": "Outcome date"
  },
  "forceId": {
    "label": "Force",
    "format": "text"
  },
  "forceName": {
    "label": "Force Name",
    "format": "text"
  },
  "neighbourhoodId": {
    "label": "Neighbourhood id"
  },
  "neighbourhoodName": {
    "label": "Neighbourhood name"
  },
  "age": {
    "label": "Age Range",
    "format": "text"
  },
  "gender": {
    "label": "Gender",
    "format": "text"
  },
  "ethnicity": {
    "label": "Ethnicity",
    "format": "text"
  },
  "selfDefinedEthnicity": {
    "label": "Self defined ethnicity"
  },
  "officerDefinedEthnicity": {
    "label": "Officer defined ethnicity"
  },
  "legislation": {
    "label": "Legislation",
    "format": "text"
  },
  "objectOfSearch": {
    "label": "Search Object",
    "format": "text"
  },
  "stopType": {
    "label": "Stop type"
  },
  "searchOutcome": {
    "label": "Search Outcome",
    "format": "text"
  },
  "removalOfClothing": {
    "label": "Removal of clothing"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [UK Police Crime Data Scraper](https://apify.com/parseforge/uk-police-crime-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/uk-police-crime-scraper) to learn more, explore other use cases, and run it yourself.