# Scrape Accessible Chicago Apartments — Apartment List

**Use case:** 

Export wheelchair accessible Chicago, IL rentals: amenities, units, bathroomsAvailable, priceMin, formattedAddress and phone, in CSV or JSON.

## Input

```json
{
  "location": [
    "Chicago, IL"
  ],
  "startUrls": [],
  "bedrooms": [],
  "petPolicy": "any",
  "amenities": [
    "wheelchair_accessible"
  ],
  "includeDetails": true,
  "maxResults": 100
}
```

## Output

```json
{
  "propertyName": {
    "label": "Property",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "priceMin": {
    "label": "Rent From (USD)",
    "format": "number"
  },
  "priceMax": {
    "label": "Rent To (USD)",
    "format": "number"
  },
  "bedroomsAvailable": {
    "label": "Beds Available",
    "format": "array"
  },
  "petPolicy": {
    "label": "Pets",
    "format": "text"
  },
  "url": {
    "label": "Property URL",
    "format": "link"
  }
}
```

## About this Actor

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