# Extract AreaVibes Brookfield IL city profile data

**Use case:** 

Scrape AreaVibes.com Brookfield Illinois city profile with population, crime index, and school ratings for suburban analysis.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.areavibes.com/brookfield-il/"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "string"
  },
  "population": {
    "label": "Population",
    "format": "string"
  },
  "medianAge": {
    "label": "Median Age",
    "format": "string"
  },
  "generalRatings": {
    "label": "General Ratings",
    "format": "array"
  },
  "areaFacts": {
    "label": "Area Facts",
    "format": "array"
  },
  "localsThink": {
    "label": "Locals Think",
    "format": "array"
  },
  "homesForSale": {
    "label": "Homes For Sale",
    "format": "array"
  },
  "amenities": {
    "label": "Amenities",
    "format": "array"
  },
  "commute": {
    "label": "Commute",
    "format": "array"
  },
  "costOfLiving": {
    "label": "Cost Of Living",
    "format": "array"
  },
  "crime": {
    "label": "Crime",
    "format": "array"
  },
  "employment": {
    "label": "Employment",
    "format": "array"
  },
  "healthAndSafety": {
    "label": "Health And Safety",
    "format": "array"
  },
  "housing": {
    "label": "Housing",
    "format": "array"
  },
  "schools": {
    "label": "Schools",
    "format": "array"
  },
  "userRatings": {
    "label": "User Ratings",
    "format": "array"
  }
}
```

## About this Actor

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