# HVAC Contractor Leads Miami — Phone & Website

**Use case:** 

Get Miami HVAC contractors with phone, address and website from Yellow Pages for cold outreach. Clean CSV.

## Input

```json
{
  "search": "HVAC contractor",
  "location": "Miami, FL",
  "maxResults": 100,
  "maxPages": 1
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "phone": {
    "label": "Phone"
  },
  "street_address": {
    "label": "Street address"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "zip": {
    "label": "Zip"
  },
  "categories": {
    "label": "Categories"
  },
  "rating": {
    "label": "Rating"
  },
  "reviews": {
    "label": "Reviews"
  },
  "website": {
    "label": "Website"
  },
  "yellowpages_url": {
    "label": "Yellowpages url"
  }
}
```

## About this Actor

This example demonstrates how to use [🟡 Yellow Pages Scraper — Business Leads, Phone & Address](https://apify.com/inexhaustible_glass/yellowpages-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/inexhaustible_glass/yellowpages-scraper) to learn more, explore other use cases, and run it yourself.