# Scrape Denver Dentists for Local SEO Audit & Leads

**Use case:** 

Identify top-ranking dental practices in Denver to analyze their local SEO strategies and gather contact information for partnership outreach. This task helps S

## Input

```json
{
  "category": "dentist",
  "state": "CO",
  "max_results": 200,
  "extractEmails": true,
  "language": "en",
  "searchQueries": [
    "dentist Denver",
    "emergency dentist Denver",
    "pediatric dentist Denver"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Business",
    "format": "text"
  },
  "categoryName": {
    "label": "Category",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "emails": {
    "label": "Emails",
    "format": "text"
  },
  "totalScore": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  }
}
```

## About this Actor

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