# Open tables for 6 in Washington DC

**Use case:** 

Find Washington DC restaurants with open Resy tables for a party of 6: restaurant, neighborhood, open slot count, date, price, rating and phone.

## Input

```json
{
  "cities": [
    "Washington, DC"
  ],
  "maxResults": 80,
  "enrichVenueDetails": true,
  "includeAvailability": true,
  "reservationDate": "2026-08-22",
  "partySize": 6,
  "priceBands": [],
  "minRating": 0,
  "deduplicate": true,
  "monitorMode": false,
  "monitorStoreName": "resy-scraper-monitor",
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Restaurant"
  },
  "city": {
    "label": "City"
  },
  "neighborhood": {
    "label": "Neighborhood"
  },
  "bookableSlotCount": {
    "label": "# Open slots"
  },
  "availabilityDate": {
    "label": "Date"
  },
  "availabilityPartySize": {
    "label": "Party"
  },
  "priceRange": {
    "label": "Price"
  },
  "rating": {
    "label": "Rating"
  },
  "phone": {
    "label": "Phone"
  },
  "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.