# Extract Sydney Landscape Architects Contact Data

**Use case:** 

Pull contact and profile information for landscape architects in Sydney, Australia, for partnership development or direct marketing. This helps create a qualifi

## Input

```json
{
  "directoryUrls": [
    "https://www.houzz.com/professionals/general-contractors/c/Los-Angeles--CA"
  ],
  "profileUrls": [],
  "city": "Sydney",
  "category": "landscape-architects-and-designers",
  "country": "au",
  "maxItems": 80,
  "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.