# Monitor Houzz contractor ratings and reviews

**Use case:** 

Build a repeatable Houzz lead and reputation refresh with profile enrichment and bounded public review collection for downstream CRM analysis.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.houzz.com/professionals/general-contractor/new-york-city-ny-us-probr0-bo~t_11786~r_5128581"
    },
    {
      "url": "https://www.houzz.com/professionals/general-contractors/nytdr-new-york-total-damage-restoration-pfvwgb-pf~188655390"
    }
  ],
  "maxProfessionals": 100,
  "maxPages": 5,
  "includeProfileDetails": true,
  "includeReviews": true,
  "maxReviewsPerProfessional": 25
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "string"
  },
  "name": {
    "label": "Professional",
    "format": "string"
  },
  "profileUrl": {
    "label": "Houzz profile",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "locality": {
    "label": "City",
    "format": "string"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "services": {
    "label": "Services",
    "format": "array"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "number"
  },
  "author": {
    "label": "Review author",
    "format": "string"
  },
  "datePublished": {
    "label": "Review date",
    "format": "string"
  },
  "reviewBody": {
    "label": "Review",
    "format": "string"
  }
}
```

## About this Actor

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