# Find general contractors in Austin, TX

**Use case:** 

Scrape Austin general contractors on Houzz: name, phone, full address, rating, reviews, licence number, services and website, with emails on request.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.houzz.com/professionals/general-contractors/c/Austin--TX"
    }
  ],
  "category": "general-contractors",
  "location": "Austin, TX",
  "maxItems": 200,
  "enrichProfiles": true,
  "enrichEmails": true,
  "onlyNewItems": false,
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "debugDump": false
}
```

## Output

```json
{
  "name": {
    "label": "Business",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "State",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "# Reviews",
    "format": "number"
  },
  "licenseNumber": {
    "label": "License",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "profileUrl": {
    "label": "Houzz profile",
    "format": "link"
  }
}
```

## About this Actor

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