# AI visibility scan for a coffee shop

**Use case:** 

Two-minute scan: does AI recommend this coffee shop, who's the strongest rival, and what should change first?

## Input

```json
{
  "businessName": "Deeper Roots Coffee",
  "location": "Cincinnati, OH",
  "businessType": "coffee shop",
  "address": "332 Ludlow Ave",
  "reportType": "scan",
  "website": "https://harborfitness.com",
  "deliveryTarget": "#marketing",
  "deliveryTool": "send_message"
}
```

## Output

```json
{
  "businessName": {
    "label": "Business",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "reportType": {
    "label": "Type",
    "format": "text"
  },
  "findings": {
    "label": "Findings"
  },
  "actions": {
    "label": "Actions"
  },
  "aiVisibility": {
    "label": "Ai visibility"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Visibility Report — ChatGPT, Perplexity + Local Competitors](https://apify.com/moonlings/local-business-competitor-analysis) with a specific input configuration. Visit the [Actor detail page](https://apify.com/moonlings/local-business-competitor-analysis) to learn more, explore other use cases, and run it yourself.