# Houzz URL | Keywords | Reviews and Pro Data

**Use case:** 

Scrape Houzz pros worldwide by category, location, keyword or URL. Extract 35+ fields, reviews, awards, services, contact details, GPS, socials and project coun

## Input

```json
{
  "mode": "search",
  "site": "houzz.com",
  "category": "interior-designers",
  "queries": [],
  "locations": [],
  "reviewTypes": [
    "featured",
    "most_recent"
  ],
  "urls": [
    "https://www.houzz.com/professionals/interior-designer/probr0-bo~t_11785"
  ],
  "minRating": 0,
  "minReviewCount": 0,
  "verifiedOnly": false,
  "maxPages": 1,
  "maxListings": 0,
  "fetchDetails": false,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "displayName": {
    "label": "Pro",
    "format": "text"
  },
  "proTypeDisplayName": {
    "label": "Type",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "reviewRating": {
    "label": "Rating",
    "format": "number"
  },
  "numReviews": {
    "label": "Reviews",
    "format": "number"
  },
  "formattedPhone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "url": {
    "label": "Pro URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Houzz $1💰 URL | Keywords | Reviews and Pro Data](https://apify.com/abotapi/houzz-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/houzz-scraper) to learn more, explore other use cases, and run it yourself.