# Check Resy Availability for NYC Italian Restaurants

**Use case:** 

Monitor reservation availability for popular Italian restaurants in New York City to identify hard-to-get tables. This helps concierges and event planners secur

## Input

```json
{
  "platform": "resy",
  "mode": "byCity",
  "city": "New York",
  "cuisine": "italian",
  "urls": [],
  "partySize": 4,
  "day": "2024-07-20",
  "includeAvailability": true,
  "enrichDetailPages": false,
  "maxItems": 30,
  "autoEscalateOnBlock": true,
  "proxyGroups": []
}
```

## Output

```json
{
  "platform": {
    "label": "Platform"
  },
  "entityId": {
    "label": "Entity id"
  },
  "name": {
    "label": "Name"
  },
  "primaryCuisine": {
    "label": "Primary cuisine"
  },
  "neighborhood": {
    "label": "Neighborhood"
  },
  "priceLabel": {
    "label": "Price label"
  },
  "overallRating": {
    "label": "Overall rating"
  },
  "totalReviews": {
    "label": "Total reviews"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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