# New York City Restaurant Leads

**Use case:** 

Extract comprehensive data on NYC restaurants, including name, address, rating, and contact details. Perfect for local market analysis.

## Input

```json
{
  "queries": [
    "restaurants in New York NY"
  ],
  "maxPerQuery": 120,
  "language": "en",
  "country": "us"
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "mapsUrl": {
    "label": "Maps",
    "format": "string"
  }
}
```

## About this Actor

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