# Compare your gym's reviews to rivals

**Use case:** 

Live Google Maps review gap check for a gym: rating and review count vs top nearby competitors, plus a verdict on who's winning and by how much.

## Input

```json
{
  "businessName": "Anchor Fitness",
  "location": "Batavia, OH",
  "businessType": "gym",
  "address": "332 Ludlow Ave"
}
```

## Output

```json
{
  "businessName": {
    "label": "Business",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "businessType": {
    "label": "Category",
    "format": "text"
  },
  "own": {
    "label": "Own"
  },
  "competitors": {
    "label": "Competitors"
  },
  "gap": {
    "label": "Gap"
  }
}
```

## About this Actor

This example demonstrates how to use [Review Gap Check — Google Reviews vs Competitors for AI & SEO](https://apify.com/moonlings/review-gap-check) with a specific input configuration. Visit the [Actor detail page](https://apify.com/moonlings/review-gap-check) to learn more, explore other use cases, and run it yourself.