# Audit a Dentist's Google Business Profile — GMB Score & Fix

**Use case:** 

Run a full audit of a dental practice's Google Business Profile. Get a 0–90 score, letter grade, ranked issues, and prioritized fixes for local SEO.

## Input

```json
{
  "businessName": "Aspen Dental",
  "city": "Chicago",
  "state": "IL",
  "maxCompetitors": 3
}
```

## Output

```json
{
  "businessName": {
    "label": "Business",
    "format": "text"
  },
  "city": {
    "label": "City"
  },
  "score": {
    "label": "Score /90",
    "format": "number"
  },
  "grade": {
    "label": "Grade",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Business Profile Auditor — Local SEO   Audit Tool](https://apify.com/acebuilds/gbp-auditor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/acebuilds/gbp-auditor) to learn more, explore other use cases, and run it yourself.