# Scrape Chicago Apartment Listings for Market Research

**Use case:** 

Gather comprehensive data on rental properties in key Chicago neighborhoods to understand market trends, pricing, and availability. This helps real estate inves

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.apartments.com/chicago-il/wicker-park/"
    },
    {
      "url": "https://www.apartments.com/chicago-il/river-north/"
    },
    {
      "url": "https://www.apartments.com/chicago-il/loop/"
    }
  ],
  "maxItems": 150
}
```

## Output

```json
{
  "propertyName": {
    "label": "Property",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "rentMin": {
    "label": "Min Rent",
    "format": "number"
  },
  "rentMax": {
    "label": "Max Rent",
    "format": "number"
  },
  "beds": {
    "label": "Beds",
    "format": "text"
  },
  "phoneNumber": {
    "label": "Phone",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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