# Find House Painters in Phoenix on Houzz

**Use case:** 

Find house painters in Phoenix on Houzz: business name, phone, full address, rating, review count, license number, services and website as leads.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.houzz.com/professionals/general-contractors/c/Austin--TX"
    }
  ],
  "category": "Painters",
  "location": "Phoenix, AZ",
  "maxItems": 100,
  "enrichProfiles": true,
  "enrichEmails": false,
  "onlyNewItems": false,
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "debugDump": false
}
```

## Output

```json
{
  "name": {
    "label": "Business",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "State",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "# Reviews",
    "format": "number"
  },
  "licenseNumber": {
    "label": "License",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "profileUrl": {
    "label": "Houzz profile",
    "format": "link"
  }
}
```

## About this Actor

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