# Houzz design material trend monitor

**Use case:** 

Monitor terrazzo bathrooms, walnut kitchens, and coastal living rooms with enriched photo metadata ready for BI or visual research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.houzz.com/photos/contemporary-kitchen-ideas-phbr1-bp~t_709~s_2103"
    }
  ],
  "searchQueries": [
    "terrazzo bathroom",
    "walnut kitchen",
    "coastal living room"
  ],
  "maxItems": 60,
  "includeDetails": true,
  "maxPagesPerSeed": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "BUYPROXIES94952"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "photoId": {
    "label": "Photo ID",
    "format": "string"
  },
  "title": {
    "label": "Photo / project",
    "format": "string"
  },
  "professionalName": {
    "label": "Professional",
    "format": "string"
  },
  "style": {
    "label": "Style",
    "format": "string"
  },
  "roomType": {
    "label": "Room",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "photoUrl": {
    "label": "Houzz URL",
    "format": "string"
  },
  "galleryTitle": {
    "label": "Gallery",
    "format": "string"
  },
  "galleryTotal": {
    "label": "Gallery total",
    "format": "integer"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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