# LAPD Crime Data | Los Angeles Incident Reports Latest

**Use case:** 

Latest Results of LAPD Crime Data | Los Angeles Incident Reports. Structured, ready-to-use data exported in seconds for research, monitoring, or lead

## Input

```json
{
  "maxItems": 25,
  "areaName": "Hollywood"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image url"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "dr_no": {
    "label": "DR No.",
    "format": "text"
  },
  "date_rptd": {
    "label": "Reported",
    "format": "date"
  },
  "date_occ": {
    "label": "Occurred",
    "format": "date"
  },
  "time_occ": {
    "label": "Time",
    "format": "text"
  },
  "area": {
    "label": "Area",
    "format": "text"
  },
  "area_name": {
    "label": "Area Name",
    "format": "text"
  },
  "rpt_dist_no": {
    "label": "Reporting Dist",
    "format": "text"
  },
  "part_1_2": {
    "label": "Part 1/2",
    "format": "text"
  },
  "crm_cd": {
    "label": "Crime Code",
    "format": "text"
  },
  "crm_cd_desc": {
    "label": "Crime Desc",
    "format": "text"
  },
  "mocodes": {
    "label": "MO Codes",
    "format": "text"
  },
  "vict_age": {
    "label": "Vict Age",
    "format": "number"
  },
  "vict_sex": {
    "label": "Vict Sex",
    "format": "text"
  },
  "vict_descent": {
    "label": "Vict Descent",
    "format": "text"
  },
  "premis_cd": {
    "label": "Premise Code",
    "format": "text"
  },
  "premis_desc": {
    "label": "Premise Desc",
    "format": "text"
  },
  "weapon_used_cd": {
    "label": "Weapon Code",
    "format": "text"
  },
  "weapon_desc": {
    "label": "Weapon",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "status_desc": {
    "label": "Status Desc",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "cross_street": {
    "label": "Cross Street",
    "format": "text"
  },
  "lat": {
    "label": "Lat",
    "format": "number"
  },
  "lon": {
    "label": "Lng",
    "format": "number"
  },
  "sourceUrl": {
    "label": "🌐 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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