# Scrape New York Houzz contractor leads

**Use case:** 

Collect public contact, location, service, rating, and review data for general contractors listed on Houzz in New York City.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.houzz.com/professionals/general-contractor/new-york-city-ny-us-probr0-bo~t_11786~r_5128581"
    }
  ],
  "maxProfessionals": 20,
  "maxPages": 2,
  "includeProfileDetails": true,
  "includeReviews": true,
  "maxReviewsPerProfessional": 10
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "string"
  },
  "name": {
    "label": "Professional",
    "format": "string"
  },
  "profileUrl": {
    "label": "Houzz profile",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "locality": {
    "label": "City",
    "format": "string"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "services": {
    "label": "Services",
    "format": "array"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "number"
  },
  "author": {
    "label": "Review author",
    "format": "string"
  },
  "datePublished": {
    "label": "Review date",
    "format": "string"
  },
  "reviewBody": {
    "label": "Review",
    "format": "string"
  }
}
```

## About this Actor

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