# Top steakhouses in Chicago (4★+)

**Use case:** 

Find 4★+ steakhouses in Chicago on Resy in the $$$ and $$$$ price bands: name, rating, ratings count, price, phone and Resy URL.

## Input

```json
{
  "cities": [
    "Chicago, IL"
  ],
  "searchTerms": [
    "steakhouse"
  ],
  "maxResults": 100,
  "enrichVenueDetails": true,
  "includeAvailability": false,
  "reservationDate": "",
  "partySize": 2,
  "priceBands": [
    "3",
    "4"
  ],
  "minRating": 4,
  "deduplicate": true,
  "monitorMode": false,
  "monitorStoreName": "resy-scraper-monitor",
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Restaurant"
  },
  "city": {
    "label": "City"
  },
  "region": {
    "label": "State"
  },
  "neighborhood": {
    "label": "Neighborhood"
  },
  "primaryCuisine": {
    "label": "Cuisine"
  },
  "priceRange": {
    "label": "Price"
  },
  "rating": {
    "label": "Rating"
  },
  "ratingCount": {
    "label": "# Ratings"
  },
  "phone": {
    "label": "Phone"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "profileUrl": {
    "label": "Resy URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Resy Scraper - Restaurants, Ratings, Contacts & Reservations](https://apify.com/scrapesage/resy-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/resy-scraper) to learn more, explore other use cases, and run it yourself.