# How many reviews do my competitors have?

**Use case:** 

Your Google rating and review count vs the top rivals nearby — gap math and verdict in seconds.

## Input

```json
{
  "businessName": "Graeter's Ice Cream",
  "location": "Cincinnati, OH",
  "businessType": "ice cream shop",
  "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.