# Find Phoenix Roofing Contractors & Local Business Leads

**Use case:** 

Find Phoenix roofing contractors or customize the search for any business categories across one or multiple locations. Export CRM-ready business data.

## Input

```json
{
  "queries": [
    "roofing contractors"
  ],
  "locations": [
    "Phoenix, AZ"
  ],
  "max_results_per_location": 10,
  "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.