# FBI Crime Data - Crime Statistics and Incidents Latest

**Use case:** 

Latest Results of FBI Crime Data - Crime Statistics and Incidents. Structured, ready-to-use data exported in seconds for research, monitoring, or lead

## Input

```json
{
  "maxItems": 25,
  "fromYear": 2015,
  "toYear": 2022
}
```

## Output

```json
{
  "state": {
    "label": "State",
    "format": "text"
  },
  "stateName": {
    "label": "State Name",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "violentCrime": {
    "label": "Violent Crime",
    "format": "number"
  },
  "murder": {
    "label": "Murder",
    "format": "number"
  },
  "rape": {
    "label": "Rape",
    "format": "number"
  },
  "robbery": {
    "label": "Robbery",
    "format": "number"
  },
  "aggravatedAssault": {
    "label": "Aggravated Assault",
    "format": "number"
  },
  "propertyCrime": {
    "label": "Property Crime",
    "format": "number"
  },
  "burglary": {
    "label": "Burglary",
    "format": "number"
  },
  "larcenyTheft": {
    "label": "Larceny-Theft",
    "format": "number"
  },
  "motorVehicleTheft": {
    "label": "Motor Vehicle Theft",
    "format": "number"
  },
  "population": {
    "label": "Population",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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