# Find Los Angeles Dentists on Yellow Pages

**Use case:** 

Scrape dentist listings from Yellow Pages in Los Angeles with phones, addresses, ratings, websites, and categories.

## Input

```json
{
  "searchTerms": "dentist",
  "location": "Los Angeles, CA",
  "maxResults": 50
}
```

## 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.