# Find general contractor leads on Houzz

**Use case:** 

Find general contractor leads on Houzz — business name, location, reviews, ratings & profile details.

## Input

```json
{
  "searchUrls": [
    "https://www.houzz.com/professionals/general-contractor"
  ],
  "maxListings": 25,
  "scrapeDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "telephone": {
    "label": "Phone",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "professionalType": {
    "label": "Category",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  },
  "website": {
    "label": "Website",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Houzz Scraper - Home Pro Directory & Reviews](https://apify.com/lulzasaur/houzz-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lulzasaur/houzz-scraper) to learn more, explore other use cases, and run it yourself.