# Scrape New York restaurant listings

**Use case:** 

Extract Restaurant Guru listings for New York. Export names, cuisines, ratings, addresses, and URLs for hospitality market mapping and lead lists.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://restaurantguru.com/New-York"
    }
  ],
  "maxItems": 5,
  "includeReviews": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "cuisines": {
    "label": "Cuisines"
  },
  "priceRange": {
    "label": "Price range"
  },
  "address": {
    "label": "Address"
  },
  "openingStatus": {
    "label": "Opening status"
  },
  "url": {
    "label": "Url"
  },
  "searchUrl": {
    "label": "Search url"
  }
}
```

## About this Actor

This example demonstrates how to use [Restaurant Guru Scraper](https://apify.com/rainminer/restaurantguru-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/restaurantguru-scraper) to learn more, explore other use cases, and run it yourself.