# Compare Local Competitors Across Multiple Cities

**Use case:** 

Compare one business category across multiple cities using ratings, reviews, contacts, and websites. Customize locations and export structured data.

## Input

```json
{
  "queries": [
    "roofing contractors",
    "HVAC companies",
    "plumbers",
    "electricians"
  ],
  "locations": [
    "Austin, TX"
  ],
  "max_results_per_location": 5,
  "deduplicate": true,
  "output_format": "csv",
  "save_excel": false,
  "scroll_steps": 1,
  "headless": true
}
```

## Output

```json
{
  "source_query": {
    "label": "Source query",
    "format": "string"
  },
  "source_location": {
    "label": "Source location",
    "format": "string"
  },
  "industry_category": {
    "label": "Industry category",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "reviews_count": {
    "label": "Reviews count",
    "format": "integer"
  },
  "rating_label": {
    "label": "Rating",
    "format": "number"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Lead Intelligence Platform & CRM Export Engine](https://apify.com/adinfosys-labs/gmaps-universal-machine) with a specific input configuration. Visit the [Actor detail page](https://apify.com/adinfosys-labs/gmaps-universal-machine) to learn more, explore other use cases, and run it yourself.