# Audit a Plumber's Google Business Profile for Local SEO

**Use case:** 

Score any plumbing company's Google Business Profile in seconds. Get a graded GMB audit with ranked issues and fixes — built for local SEO agencies.

## Input

```json
{
  "businessName": "Roto-Rooter",
  "city": "Phoenix",
  "state": "AZ",
  "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.