# Find dentists in Brooklyn for lead generation

**Use case:** 

Build a local leads list of dentists in Brooklyn: business name, rating, reviews, price, categories, phone, and neighborhood for sales outreach.

## Input

```json
{
  "search_term": "dentists",
  "location": "Brooklyn, NY",
  "yelp_domain": "yelp.com",
  "max_pages": 3
}
```

## Output

```json
{
  "page_number": {
    "label": "Page",
    "format": "number"
  },
  "search_timestamp": {
    "label": "Search timestamp"
  },
  "organic_results": {
    "label": "Organic results"
  }
}
```

## About this Actor

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