# Montauk Resy restaurant profile scraper

**Use case:** 

Collect a small public Resy restaurant profile dataset for Montauk without availability checks for faster venue discovery.

## Input

```json
{
  "cityOrLocation": "Montauk",
  "searchUrl": "https://resy.com/cities/new-york-ny",
  "date": "2026-07-20",
  "partySize": 4,
  "includeAvailability": false,
  "maxResults": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "venueId": {
    "label": "Venue ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "cuisine": {
    "label": "Cuisine",
    "format": "array"
  },
  "priceRange": {
    "label": "Price range",
    "format": "text"
  },
  "venueDescription": {
    "label": "Description",
    "format": "text"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "availabilityDate": {
    "label": "Availability date",
    "format": "date"
  },
  "partySize": {
    "label": "Party size",
    "format": "number"
  },
  "availableTimes": {
    "label": "Available times",
    "format": "array"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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