# Check Carbone Resy Availability Today

**Use case:** 

Check every available Resy time slot at Carbone in New York today for two people and export bookable times with direct links.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://resy.com/cities/new-york-ny/carbone"
    }
  ],
  "partySize": 2
}
```

## Output

```json
{
  "name": {
    "label": "Restaurant",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "partySize": {
    "label": "Party Size",
    "format": "number"
  },
  "slotCount": {
    "label": "Slots",
    "format": "number"
  },
  "checkedAt": {
    "label": "Checked At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Resy Availability Checker | Real-Time Slots](https://apify.com/clearpath/resy-availability-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/clearpath/resy-availability-api) to learn more, explore other use cases, and run it yourself.