# Monitor Competitor Architects in New York City

**Use case:** 

Track the online presence and client reviews of top architecture firms in New York City to stay competitive. Understand their service offerings and client senti

## Input

```json
{
  "directoryUrls": [
    "https://www.houzz.com/professionals/architects-and-building-designers/c/New-York--NY"
  ],
  "profileUrls": [],
  "city": "",
  "category": "",
  "country": "us",
  "maxItems": 50,
  "useProxy": true,
  "autoEscalateOnBlock": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "ratingValue": {
    "label": "Rating value"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "hiresOnHouzz": {
    "label": "Hires on houzz"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "canonicalUrl": {
    "label": "Canonical url"
  }
}
```

## About this Actor

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