# Resy Scraper - Restaurants & Live Table Availability

**Use case:** 

Scrape Resy for restaurants & live availability by city/link. Get bookable times, ratings, cuisine, price, photos, coords. Features monitoring, resume & MCP export.

## Input

```json
{
  "mode": "search",
  "cities": [
    "new-york-ny"
  ],
  "orderBy": "availability",
  "resyCreditEligibleOnly": false,
  "venueUrls": [
    "https://resy.com/cities/new-york-ny/venues/example-restaurant"
  ],
  "date": "today",
  "partySize": 2,
  "maxItems": 20,
  "fetchDetails": true,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "maxNotifyListings": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "kind": {
    "label": "Kind"
  },
  "recordId": {
    "label": "Record id"
  },
  "venueId": {
    "label": "Venue id"
  },
  "url": {
    "label": "Url"
  },
  "name": {
    "label": "Name"
  },
  "urlSlug": {
    "label": "Url slug"
  },
  "cuisine": {
    "label": "Cuisine"
  },
  "priceRange": {
    "label": "Price range"
  },
  "priceRangeSymbol": {
    "label": "Price range symbol"
  },
  "rating": {
    "label": "Rating"
  },
  "ratingCount": {
    "label": "Rating count"
  },
  "availabilityDate": {
    "label": "Availability date"
  },
  "partySize": {
    "label": "Party size"
  },
  "isAvailable": {
    "label": "Is available"
  },
  "slotCount": {
    "label": "Slot count"
  },
  "firstSlotTime": {
    "label": "First slot time"
  },
  "lastSlotTime": {
    "label": "Last slot time"
  },
  "seatingTypes": {
    "label": "Seating types"
  },
  "slots": {
    "label": "Slots"
  },
  "citySlug": {
    "label": "City slug"
  },
  "cityName": {
    "label": "City name"
  },
  "neighborhood": {
    "label": "Neighborhood"
  },
  "locality": {
    "label": "Locality"
  },
  "region": {
    "label": "Region"
  },
  "country": {
    "label": "Country"
  },
  "streetAddress": {
    "label": "Street address"
  },
  "postalCode": {
    "label": "Postal code"
  },
  "crossStreet": {
    "label": "Cross street"
  },
  "latitude": {
    "label": "Latitude"
  },
  "longitude": {
    "label": "Longitude"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  },
  "menuUrl": {
    "label": "Menu url"
  },
  "imageUrl": {
    "label": "Image url"
  },
  "images": {
    "label": "Images"
  },
  "whyWeLikeIt": {
    "label": "Why we like it"
  },
  "about": {
    "label": "About"
  },
  "seoDescription": {
    "label": "Seo description"
  },
  "collections": {
    "label": "Collections"
  },
  "minPartySize": {
    "label": "Min party size"
  },
  "maxPartySize": {
    "label": "Max party size"
  },
  "currencyCode": {
    "label": "Currency code"
  },
  "currencySymbol": {
    "label": "Currency symbol"
  },
  "isGlobalDiningAccess": {
    "label": "Is global dining access"
  },
  "isResyCreditEligible": {
    "label": "Is resy credit eligible"
  },
  "isTockInventory": {
    "label": "Is tock inventory"
  },
  "resySelect": {
    "label": "Resy select"
  },
  "googlePlaceId": {
    "label": "Google place id"
  },
  "venueGroupName": {
    "label": "Venue group name"
  },
  "awards": {
    "label": "Awards"
  },
  "socialLinks": {
    "label": "Social links"
  },
  "waitlistAvailable": {
    "label": "Waitlist available"
  },
  "waitlistLabel": {
    "label": "Waitlist label"
  },
  "notifyAvailable": {
    "label": "Notify available"
  },
  "distanceMiles": {
    "label": "Distance miles"
  },
  "availabilityCalendar": {
    "label": "Availability calendar"
  },
  "nextAvailableDate": {
    "label": "Next available date"
  },
  "detailLoaded": {
    "label": "Detail loaded"
  },
  "changeType": {
    "label": "Change type"
  },
  "changedFields": {
    "label": "Changed fields"
  },
  "firstSeenAt": {
    "label": "First seen at"
  },
  "lastSeenAt": {
    "label": "Last seen at"
  }
}
```

## About this Actor

This example demonstrates how to use [Resy Scraper - Restaurants & Live Table Availability](https://apify.com/abotapi/resy-restaurant-availability-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/resy-restaurant-availability-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/abotapi/resy-restaurant-availability-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
