# Analyze NYC Restaurants for Competitive Insights

**Use case:** 

Gather data on top-rated restaurants in New York City, including their ratings, review counts, and websites, to perform competitive analysis for new restaurant 

## Input

```json
{
  "category": "restaurant",
  "state": "NY",
  "max_results": 250,
  "extractEmails": false,
  "language": "en",
  "searchQueries": [
    "restaurant New York",
    "best restaurants NYC",
    "pizza New York",
    "vegan restaurant New York"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Business",
    "format": "text"
  },
  "categoryName": {
    "label": "Category",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "emails": {
    "label": "Emails",
    "format": "text"
  },
  "totalScore": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Leads Scraper](https://apify.com/crawlerbros/google-maps-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/google-maps-leads) to learn more, explore other use cases, and run it yourself.