# Find General Contractors in Los Angeles, CA

**Use case:** 

Quickly generate a list of general contractors in Los Angeles for lead generation or competitive analysis. This helps construction firms and suppliers identify 

## Input

```json
{
  "directoryUrls": [
    "https://www.houzz.com/professionals/general-contractors/c/Los-Angeles--CA"
  ],
  "profileUrls": [],
  "city": "Los-Angeles--CA",
  "category": "general-contractors",
  "country": "us",
  "maxItems": 100,
  "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.