# Find estate sales in Chicago, IL

**Use case:** 

Find estate & garage sales in Chicago, IL by ZIP — dates, addresses & sale details as structured data.

## Input

```json
{
  "zip": "60601",
  "city": "Chicago",
  "state": "IL",
  "maxResults": 25,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip": {
    "label": "ZIP",
    "format": "text"
  },
  "dates": {
    "label": "Dates",
    "format": "text"
  },
  "photo_count": {
    "label": "Photos",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Estate Sale & Garage Sale Finder](https://apify.com/lulzasaur/estate-sales-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lulzasaur/estate-sales-scraper) to learn more, explore other use cases, and run it yourself.