# Generate Plumber Leads in New York City

**Use case:** 

Discover top-rated plumbing businesses in specific New York City neighborhoods for targeted lead generation. This helps sales teams build highly qualified prosp

## Input

```json
{
  "searchTerms": [
    "plumber",
    "emergency plumbing",
    "drain cleaning service"
  ],
  "locations": [
    "Manhattan, NY",
    "Brooklyn, NY",
    "Queens, NY"
  ],
  "directUrls": [
    {
      "url": "https://www.yelp.com/biz/prince-street-pizza-new-york-2"
    }
  ],
  "searchLimit": 25,
  "reviewLimit": 10,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "runTimeoutSecs": 240
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "aggregatedRating": {
    "label": "Rating",
    "format": "text"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "text"
  },
  "priceRange": {
    "label": "Price",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "object"
  }
}
```

## About this Actor

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