# Track one-bedroom rentals in Chicago on ApartmentGuide

**Use case:** 

Monitor Chicago rental listings with beds, baths, rent ranges, and neighborhood data for market intelligence.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.apartmentguide.com/apartments_townhomes_condos_houses/Illinois/Chicago"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "address": {
    "label": "Address"
  },
  "priceText": {
    "label": "Price"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

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