# Dallas roofing contractor leads

**Use case:** 

Find roofing contractors in Dallas with public phone numbers, websites, addresses, ratings, services, and quality scores. Export deduplicated leads.

## Input

```json
{
  "category": "roofer",
  "location": "Dallas, TX",
  "maxResults": 30,
  "includeEmails": false,
  "includeWebsite": true,
  "deduplicate": true,
  "sources": [
    "houzz",
    "yp",
    "yellow_pages_directory",
    "build_zoom"
  ],
  "debugMode": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "businessName": {
    "label": "Business name",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "postalCode": {
    "label": "Postal code",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "number"
  },
  "sourceName": {
    "label": "Source name",
    "format": "string"
  },
  "qualityScore": {
    "label": "Quality score",
    "format": "number"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Home Service Business Lead Scraper](https://apify.com/digitalnomadph/home-service-business-lead-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/digitalnomadph/home-service-business-lead-scraper) to learn more, explore other use cases, and run it yourself.