# Interior Designers & Decorators Houzz

**Use case:** 

Extract Houzz data filtered by Interior Designers & Decorators. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "startUrls": [
    {
      "url": "https://www.houzz.com/professionals/interior-designer/probr0-bo~t_11785"
    }
  ],
  "category": "interior-designers",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "profileImageUrl": {
    "label": "Photo",
    "format": "image"
  },
  "displayName": {
    "label": "Name"
  },
  "proTypeDisplayName": {
    "label": "Profession"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "reviewRating": {
    "label": "Rating"
  },
  "numReviews": {
    "label": "Reviews"
  },
  "formattedPhone": {
    "label": "Phone"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  }
}
```

## About this Actor

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