# Build a NYC Restaurant Lead List

**Use case:** 

Run a deeper Yellow Pages scrape for New York restaurants to build a larger prospecting list with phone and website data.

## Input

```json
{
  "searchTerms": "restaurant",
  "location": "New York, NY",
  "maxResults": 300
}
```

## Output

```json
{
  "businessName": {
    "label": "Business Name"
  },
  "phone": {
    "label": "Phone"
  },
  "address": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "zip": {
    "label": "ZIP"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "categories": {
    "label": "Categories"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "url": {
    "label": "Yellow Pages URL",
    "format": "link"
  }
}
```

## About this Actor

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