# Fine-dining leads in New York (4★+)

**Use case:** 

Export $$$-$$$$ fine-dining restaurant leads in New York, 4★+ on Resy: name, phone, website, address, cuisine, group and lead score. To CSV.

## Input

```json
{
  "cities": [
    "New York, NY"
  ],
  "maxResults": 300,
  "enrichVenueDetails": true,
  "includeAvailability": false,
  "reservationDate": "",
  "partySize": 2,
  "priceBands": [
    "3",
    "4"
  ],
  "minRating": 4,
  "deduplicate": true,
  "monitorMode": false,
  "monitorStoreName": "resy-scraper-monitor",
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Restaurant"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  },
  "address": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "region": {
    "label": "State"
  },
  "postalCode": {
    "label": "ZIP"
  },
  "primaryCuisine": {
    "label": "Cuisine"
  },
  "priceRange": {
    "label": "Price"
  },
  "rating": {
    "label": "Rating"
  },
  "ratingCount": {
    "label": "# Ratings"
  },
  "venueGroupName": {
    "label": "Restaurant group"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "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.