# Extract CrimeGrade Rotterdam NY zip code safety data

**Use case:** 

Scrape CrimeGrade.org Rotterdam New York zip-level crime grades with percentile rankings and year-over-year trends.

## Input

```json
{
  "zipCodes": [
    "12306"
  ],
  "cityUrls": [
    {
      "url": "https://crimegrade.org/safest-places-in-rotterdam-ny/"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "overall_crime_grade": {
    "label": "Overall Crime Grade",
    "format": "text"
  },
  "grades": {
    "label": "Crime Grades",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Crime Grade Scraper](https://apify.com/lexis-solutions/crimegrade-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/crimegrade-scraper) to learn more, explore other use cases, and run it yourself.