# Build a local dentist prospect list from Austin Yelp results

**Use case:** 

Collect Austin dental businesses from Yelp with contact details, ratings, categories, and website links for outreach and market research.

## Input

```json
{
  "searchQuery": "dentists",
  "location": "Austin, TX",
  "startUrls": [],
  "maxResults": 25,
  "includeReviews": false,
  "maxReviewsPerBusiness": 5,
  "proxyType": "residential"
}
```

## Output

```json
{
  "business_name": {
    "label": "Business Name",
    "format": "string"
  },
  "rating": {
    "label": "Star Rating",
    "format": "number"
  },
  "review_count": {
    "label": "Review Count",
    "format": "integer"
  },
  "price_range": {
    "label": "Price Range",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "address": {
    "label": "Full Address",
    "format": "string"
  },
  "phone": {
    "label": "Phone Number",
    "format": "string"
  },
  "website": {
    "label": "Website URL",
    "format": "string"
  },
  "is_claimed": {
    "label": "Is Claimed",
    "format": "boolean"
  },
  "data_source": {
    "label": "Data Source",
    "format": "string"
  },
  "yelp_url": {
    "label": "Yelp URL",
    "format": "string"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Yelp Scraper - Extract Business Data, Contacts & Reviews](https://apify.com/khadinakbar/yelp-scraper-all-in-one) with a specific input configuration. Visit the [Actor detail page](https://apify.com/khadinakbar/yelp-scraper-all-in-one) to learn more, explore other use cases, and run it yourself.