# Scrape Virginia Beach safest places on CrimeGrade

**Use case:** 

Extract Virginia Beach neighborhood safety grades from CrimeGrade.org with crime rates, rankings, and comparisons for relocation research.

## Input

```json
{
  "zipCodes": [
    "12345"
  ],
  "cityUrls": [
    {
      "url": "https://crimegrade.org/safest-places-in-virginia-beach-va/"
    }
  ],
  "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.