# Houzz Contractor Leads - Pros, Reviews, Projects, Best of Houzz (`seibs.co/houzz-contractor-leads`) Actor

Bulk Houzz professional leads: general contractors, remodelers, designers, architects. Filter by specialty, location, recommendations, review average, awards. Returns profile + reviews + portfolio metrics. For remodeling SaaS sales, supply distributors, residential PE rollup teams.

- **URL**: https://apify.com/seibs.co/houzz-contractor-leads.md
- **Developed by:** [Seibs.co](https://apify.com/seibs.co) (community)
- **Categories:** Lead generation, Automation, Integrations
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.00 / 1,000 pro records

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Houzz Contractor Leads

Bulk Houzz contractor leads (general contractors, remodelers, designers, architects) with reviews, project portfolio, Best of Houzz history, and contact info.

### What does Houzz Contractor Leads do?

It crawls Houzz professional listings via specialty x location search and returns full profile records: contact info, social links, year founded, service areas, recommendations, reviews + recent review snippets, project counts, sample projects, awards (including Best of Houzz years), license info, and Houzz Pro badge status. Server-side filters (min recommendations, min projects, min review average, awards-only) drop low-quality leads BEFORE PPE charges trigger.

### Features

- 40+ pro categories (general contractors, kitchen and bath, interior designers, architects, landscape, home builders, design-build firms, deck and patio, roofing, painters, electricians, etc.).
- Specialty x location batching - one search per (specialty, city, state) tuple.
- Reputation extraction - recommendations, review count, average rating, recent review snippets.
- Project portfolio metrics - project count, photo count, optional sample-project details.
- Awards and badges - all Houzz awards including per-year Best of Houzz history.
- Contact pull - phone, website, address plus parsed social links (FB, IG, LI, Pinterest, YouTube).
- License + business credentials when posted on the profile.
- Server-side quality filters - filtered-out records do not trigger PPE charges.

### Use cases

- Residential-services SaaS sales teams (project management, scheduling, estimating, payments).
- Supply distributors building distributor-rep route lists by metro.
- Residential PE rollup teams sourcing acquisition targets in a region.
- Lender / fintech outreach to design-build firms and high-end remodelers.
- Marketplaces recruiting verified-pro supply for new metros.
- Trade publications and industry analysts mapping regional pro density.

### FAQ

**Q: Is this legal?**
A: Yes - we crawl only publicly accessible Houzz professional directory pages, the same pages any logged-out browser can view. Use the data per Houzz's Terms of Service and applicable law. Apify, the author, and the platform are not affiliated with Houzz Inc.

**Q: Why might a run fail?**
A: Most common causes: (1) datacenter proxy gets challenged - keep `apify_proxy_groups: ["RESIDENTIAL"]`, (2) bad specialty slug - any segment after `/professionals/` on Houzz is valid, copy from a working URL, (3) overly aggressive concurrency - drop to 2 if you see 0 results from a known-good search.

**Q: How fresh is the data?**
A: Live at crawl time. Houzz profiles, recommendations, reviews, awards, and project counts are read directly from the public profile pages during the run - there is no internal cache.

**Q: Can I schedule this daily or weekly?**
A: Yes - use Apify Schedules. Weekly is the typical cadence for residential-pro list-building; daily only makes sense for fresh-lead alerts on a narrow specialty + metro.

**Q: How do I push results into a CRM?**
A: Use Apify's Zapier, Make.com, or n8n integrations to fan the dataset into HubSpot, Salesforce, Pipedrive, or Apollo. The `best_contact_email`-style fields and parsed social links map cleanly to standard lead schemas. Apify webhooks can POST each run-complete event to your own endpoint.

**Q: How is this different from `home-services-lead-finder`?**
A: Different population. `home-services-lead-finder` pulls service-area trades from Google Maps (plumbers, HVAC, roofers, general handyman) - the broad SMB universe. This actor pulls Houzz pros, which skew higher-end residential design-build, kitchen and bath, interior design, architects, and luxury remodelers - a different buyer profile, often with project budgets 5-10x typical Maps-found contractors. Run both if you want full residential-services coverage; run only this one if you sell to the design-build / luxury-remodel segment.

**Q: How does PPE pricing actually work here?**
A: Filtered-out leads (below your `min_review_average`, `min_project_count`, etc.) are dropped server-side BEFORE the PPE event fires, so you do not pay for low-quality records. See the Pricing section for per-event rates.

### Related Actors

- [`home-services-lead-finder`](../home-services-lead-finder/) - broader Google Maps trades coverage (plumbers, HVAC, roofers, handyman) for full residential-services TAM.
- [`contract-heavy-smb-lead-finder`](../contract-heavy-smb-lead-finder/) - SMBs likely to sign annual service contracts - complementary B2B angle on residential-services suppliers.
- [`b2b-sales-triggers`](../b2b-sales-triggers/) - pair with this actor to score fit (Houzz) plus intent (hiring, funding, exec changes) for residential-pro accounts.

### Integrations

- Zapier - push to HubSpot/Salesforce/Pipedrive/Apollo/Klaviyo
- Make.com - workflow automation
- n8n - self-hosted automation
- Apify webhooks - POST to your endpoint
- API + dataset export (JSON/CSV/Excel/XML)
- MCP / AI agents - call from Claude/GPT/LangChain

### Input

See `.actor/INPUT_SCHEMA.json`. Sample - kitchen + bath remodelers in Austin with 4.5+ avg review and 5+ projects:

```json
{
    "specialties": ["kitchen-and-bathroom-remodelers"],
    "locations": ["Austin,TX"],
    "min_review_average": "4.5",
    "min_project_count": 5,
    "include_recent_reviews": true,
    "max_results_per_search": 100,
    "use_apify_proxy": true,
    "apify_proxy_groups": ["RESIDENTIAL"]
}
````

Common specialty slugs: `general-contractors`, `remodelers`, `kitchen-and-bathroom-remodelers`, `interior-designers-and-decorators`, `architects`, `landscape-architects-and-designers`, `home-builders`, `design-build-firms`, `deck-and-patio-builders`, `roofing-and-gutters`.

### Output

**Sample output:** [`.actor/sample-output.json`](./.actor/sample-output.json) — copy-paste-ready preview of real-looking records.

First record inline:

```json
{
  "profile_id": "pf-9482011",
  "profile_url": "https://www.houzz.com/professionals/general-contractors/copper-ridge-design-build",
  "name": "Copper Ridge Design + Build",
  "specialty": "general-contractors",
  "primary_address": "1422 W 6th St, Suite 220",
  "city": "Austin",
  "state": "TX",
  "zip": "78703",
  "phone": "(512) 555-0142",
  "website": "https://copperridgedb.com",
  "social_links": {
    "facebook": "https://www.facebook.com/copperridgedb",
    "instagram": "https://www.instagram.com/copperridgedb",
    "linkedin": "https://www.linkedin.com/company/copper-ridge-design-build",
    "pinterest": "https://www.pinterest.com/copperridgedb",
    "youtube": null
  },
  "year_founded": 2011,
  "team_size_hint": "10 - 49",
  "service_areas": [
    "Austin",
    "Round Rock",
    "West Lake Hills",
    "Bee Cave",
    "Lakeway"
  ],
  "description": "Copper Ridge is a full-service design-build firm specializing in luxury whole-home remodels and custom new construction throughout the Austin metro. We've completed 220+ projects with an average build value of $850K.",
  "recommendations_count": 47,
  "review_count": 38,
  "review_average": 4.9,
  "recent_reviews": [
    {
      "author": "Hannah K.",
      "rating": 5.0,
      "date": "2026-04-22",
      "text": "Copper Ridge handled our full kitchen + primary bath remodel \u2014 on budget, on schedule, communication was incredible."
    },
    {
      "author": "Marc T.",
      "rating": 5.0,
      "date": "2026-03-08",
      "text": "Hired them for a 1,200 sqft addition. The detail in their architectural drawings alone justified the price."
    },
    {
      "author": "Priya N.",
      "rating": 4.5,
      "date": "2026-01-19",
      "text": "Loved the design phase. Construction ran ~3 weeks long but quality was excellent."
    }
  ],
  "project_count": 87,
  "project_photos_count": 612,
  "sample_projects": [
    {
      "title": "Tarrytown Whole Home Renovation",
      "size_sqft": 4800,
      "project_type": "whole_home",
      "photos_count": 42,
      "url": "https://www.houzz.com/projects/copper-ridge/tarrytown-whole-home"
    },
    {
      "title": "Westlake Modern Kitchen + Wine Room",
      "size_sqft": 680,
      "project_type": "kitchen",
      "photos_count": 28,
      "url": "https://www.houzz.com/projects/copper-ridge/westlake-modern-kitchen"
    }
  ],
  "awards": [
    {
      "name": "Best of Houzz Service",
      "year": 2025
    },
    {
      "name": "Best of Houzz Service",
      "year": 2024
    },
    {
      "name": "Best of Houzz Design",
      "year": 2024
    }
  ],
  "houzz_pro_status": true,
  "best_of_houzz_years": [
    2023,
    2024,
    2025
  ],
  "license_info": "TX RCB #12044 / TX HVAC TACLA00041280",
  "business_credentials": "Licensed, Bonded & Insured. NARI member. Member: Austin Home Builders Association.",
  "scraped_at": "2026-05-13T14:22:08Z",
  "available": true,
  "reason": null
}
```

Sample record:

```json
{
    "profile_id": "1234567",
    "profile_url": "https://www.houzz.com/pro/example-builder",
    "name": "Example Builder LLC",
    "specialty": "kitchen-and-bathroom-remodelers",
    "city": "Austin", "state": "TX", "zip": "78704",
    "phone": "+1-512-555-0100",
    "website": "https://example.com",
    "social_links": {"facebook": "https://facebook.com/example", "instagram": null},
    "year_founded": 2008,
    "recommendations_count": 47,
    "review_count": 32,
    "review_average": 4.8,
    "project_count": 64,
    "best_of_houzz_years": [2024, 2025],
    "houzz_pro_status": true,
    "recent_reviews": [
        {"author": "Sarah K.", "rating": 5, "date": "2026-04-12", "text": "Beautiful kitchen ..."}
    ],
    "scraped_at": "2026-05-14T12:00:00Z",
    "available": true
}
```

### Pricing

Pay-per-event:

| Event | Price | Charged when |
|---|---|---|
| `pro_record` | $0.005 | Profile parsed + passed quality filters + pushed to dataset. |
| `review_enrichment` | $0.003 | `include_recent_reviews=true` and 3+ review snippets returned. |
| `project_enrichment` | $0.005 | `include_project_details=true` and 1+ projects returned. |

A 1 specialty x 5 location x 100 pro run is about $2.50 base; with reviews enrichment on most pros, add ~$1.20.

### FAQ

**Q: Do I need a residential proxy?**
A: Yes - Houzz blocks datacenter ASNs aggressively. The default is RESIDENTIAL with US country code; do not turn proxy off in production.

**Q: Why are some reviews missing?**
A: Houzz paginates reviews on a separate URL. This actor returns only the snippet block embedded in the profile page (typically the most recent 5-10). For exhaustive review crawling, run a follow-on actor.

**Q: Is the data legal to use?**
A: We scrape publicly accessible Houzz professional directory pages. Use the data per Houzz's Terms of Service and applicable law. Apify, the author, and the platform are not affiliated with Houzz Inc.

**Q: Why did my run return zero pros?**
A: Most often: aggressive datacenter blocking on the proxy session. Lower `concurrency` to 2 and rotate Apify Proxy sessions. Also verify the specialty slug exists - any segment after `/professionals/` on Houzz is valid.

### Support

Open an issue on the actor's GitHub or contact via Apify Store. Include the run ID and the input config used.

### Changelog

See [CHANGELOG.md](./CHANGELOG.md).

### Found this useful?

If this actor saved you time or money, please consider leaving a quick review on the Apify Store. Reviews help other buyers find work that solves their problem and let me prioritize the features paying customers actually use. Leave a review: https://apify.com/seibs.co/houzz-contractor-leads#reviews

# Actor input Schema

## `specialties` (type: `array`):

Houzz specialty slugs (URL segment after /professionals/). Common: general-contractors, remodelers, kitchen-and-bathroom-remodelers, interior-designers-and-decorators, architects, landscape-architects-and-designers, home-builders, design-build-firms, deck-and-patio-builders, roofing-and-gutters, painters, electricians.

## `locations` (type: `array`):

List of US locations in 'City,ST' format (e.g. 'Austin,TX', 'Seattle,WA'). One search is run per (specialty x location) pair.

## `min_recommendations` (type: `integer`):

Drop pros with fewer than N Houzz recommendations. 0 = no filter.

## `min_project_count` (type: `integer`):

Drop pros with fewer than N projects on their Houzz profile (project portfolio maturity signal). 0 = no filter.

## `min_review_average` (type: `string`):

Minimum review-average score, 0-5 (string so you can enter '4.5'). Leave empty to skip the filter.

## `award_filter` (type: `boolean`):

Only emit pros with at least one 'Best of Houzz' award (any year since 2014).

## `include_recent_reviews` (type: `boolean`):

Scrape recent review snippets (author, rating, date, text). Adds the review\_enrichment PPE event when 3+ reviews are returned.

## `include_project_details` (type: `boolean`):

Scrape project portfolio details (title, size, type, photo count) - slow, charges the project\_enrichment PPE event when 1+ projects are returned.

## `max_results_per_search` (type: `integer`):

Maximum unique pros to keep per (specialty x location) search before filtering.

## `max_pages_per_search` (type: `integer`):

Cap on Houzz search-result pages walked per (specialty x location).

## `concurrency` (type: `integer`):

Parallel profile fetches. Houzz blocks aggressively - keep at 4 unless you have residential proxies and have validated higher rates.

## `use_apify_proxy` (type: `boolean`):

Route Houzz requests through Apify Proxy. Strongly recommended - Houzz is bot-protected.

## `apify_proxy_groups` (type: `array`):

Apify Proxy groups. RESIDENTIAL strongly recommended for Houzz - datacenter IPs are blocked quickly.

## `apify_proxy_country` (type: `string`):

Two-letter country code (default 'US'). Match the country your locations are in - Houzz returns localized results.

## Actor input object example

```json
{
  "specialties": [
    "general-contractors",
    "kitchen-and-bathroom-remodelers"
  ],
  "locations": [
    "Austin,TX"
  ],
  "min_recommendations": 0,
  "min_project_count": 0,
  "min_review_average": "",
  "award_filter": false,
  "include_recent_reviews": true,
  "include_project_details": false,
  "max_results_per_search": 100,
  "max_pages_per_search": 5,
  "concurrency": 4,
  "use_apify_proxy": true,
  "apify_proxy_groups": [
    "RESIDENTIAL"
  ],
  "apify_proxy_country": "US"
}
```

# Actor output Schema

## `datasetItems` (type: `string`):

Narrow, token-efficient slice of every record. Consumer: LLM agents (Claude, GPT, LangChain tools), MCP hosts, dashboards. Contractor fields: name, specialty, city, state, phone, website, rating, review count, profile URL.

## `datasetItemsDetailed` (type: `string`):

All fields for every record. Consumer: humans browsing the dataset in the Apify UI, RAG ingest pipelines, and full backups. Larger payload — not recommended as a direct LLM tool response.

## `datasetItemsUnwind` (type: `string`):

Same records, but each element of the `reviews` array is promoted to its own row. Consumer: Zapier / Make / n8n / Google Sheets users who want one row per item, and LLM agents that prefer flat rows over nested arrays.

## `datasetItemsMcp` (type: `string`):

First 50 overview records as a clean JSON array. Wrap on the agent side in an MCP tool-call response envelope, e.g. `{ "ok": true, "data": <this array>, "meta": { "actor": "houzz-contractor-leads", "count": <len>, "view": "overview" } }`. Consumer: MCP servers, Claude Desktop, Cursor, OpenAI Assistants tool calls.

## `datasetItemsCsv` (type: `string`):

Spreadsheet-friendly export of the overview view. Consumer: humans, sales-ops teams, Excel / Google Sheets users.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "specialties": [
        "general-contractors",
        "kitchen-and-bathroom-remodelers"
    ],
    "locations": [
        "Austin,TX"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("seibs.co/houzz-contractor-leads").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "specialties": [
        "general-contractors",
        "kitchen-and-bathroom-remodelers",
    ],
    "locations": ["Austin,TX"],
}

# Run the Actor and wait for it to finish
run = client.actor("seibs.co/houzz-contractor-leads").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "specialties": [
    "general-contractors",
    "kitchen-and-bathroom-remodelers"
  ],
  "locations": [
    "Austin,TX"
  ]
}' |
apify call seibs.co/houzz-contractor-leads --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=seibs.co/houzz-contractor-leads",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Houzz Contractor Leads - Pros, Reviews, Projects, Best of Houzz",
        "description": "Bulk Houzz professional leads: general contractors, remodelers, designers, architects. Filter by specialty, location, recommendations, review average, awards. Returns profile + reviews + portfolio metrics. For remodeling SaaS sales, supply distributors, residential PE rollup teams.",
        "version": "0.1",
        "x-build-id": "Az0IhKbO0BbwwNgZk"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/seibs.co~houzz-contractor-leads/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-seibs.co-houzz-contractor-leads",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/seibs.co~houzz-contractor-leads/runs": {
            "post": {
                "operationId": "runs-sync-seibs.co-houzz-contractor-leads",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/seibs.co~houzz-contractor-leads/run-sync": {
            "post": {
                "operationId": "run-sync-seibs.co-houzz-contractor-leads",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "specialties",
                    "locations"
                ],
                "properties": {
                    "specialties": {
                        "title": "Specialty slugs",
                        "type": "array",
                        "description": "Houzz specialty slugs (URL segment after /professionals/). Common: general-contractors, remodelers, kitchen-and-bathroom-remodelers, interior-designers-and-decorators, architects, landscape-architects-and-designers, home-builders, design-build-firms, deck-and-patio-builders, roofing-and-gutters, painters, electricians.",
                        "default": [
                            "general-contractors"
                        ],
                        "items": {
                            "type": "string"
                        }
                    },
                    "locations": {
                        "title": "Locations (City,ST)",
                        "type": "array",
                        "description": "List of US locations in 'City,ST' format (e.g. 'Austin,TX', 'Seattle,WA'). One search is run per (specialty x location) pair.",
                        "default": [
                            "Austin,TX"
                        ],
                        "items": {
                            "type": "string"
                        }
                    },
                    "min_recommendations": {
                        "title": "Min recommendations",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Drop pros with fewer than N Houzz recommendations. 0 = no filter.",
                        "default": 0
                    },
                    "min_project_count": {
                        "title": "Min projects on Houzz",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Drop pros with fewer than N projects on their Houzz profile (project portfolio maturity signal). 0 = no filter.",
                        "default": 0
                    },
                    "min_review_average": {
                        "title": "Min review average (0-5)",
                        "type": "string",
                        "description": "Minimum review-average score, 0-5 (string so you can enter '4.5'). Leave empty to skip the filter.",
                        "default": ""
                    },
                    "award_filter": {
                        "title": "Best of Houzz winners only",
                        "type": "boolean",
                        "description": "Only emit pros with at least one 'Best of Houzz' award (any year since 2014).",
                        "default": false
                    },
                    "include_recent_reviews": {
                        "title": "Include recent reviews",
                        "type": "boolean",
                        "description": "Scrape recent review snippets (author, rating, date, text). Adds the review_enrichment PPE event when 3+ reviews are returned.",
                        "default": true
                    },
                    "include_project_details": {
                        "title": "Include project portfolio details",
                        "type": "boolean",
                        "description": "Scrape project portfolio details (title, size, type, photo count) - slow, charges the project_enrichment PPE event when 1+ projects are returned.",
                        "default": false
                    },
                    "max_results_per_search": {
                        "title": "Max results per search",
                        "minimum": 1,
                        "maximum": 500,
                        "type": "integer",
                        "description": "Maximum unique pros to keep per (specialty x location) search before filtering.",
                        "default": 100
                    },
                    "max_pages_per_search": {
                        "title": "Max search-result pages",
                        "minimum": 1,
                        "maximum": 20,
                        "type": "integer",
                        "description": "Cap on Houzz search-result pages walked per (specialty x location).",
                        "default": 5
                    },
                    "concurrency": {
                        "title": "Concurrent profile fetches",
                        "minimum": 1,
                        "maximum": 8,
                        "type": "integer",
                        "description": "Parallel profile fetches. Houzz blocks aggressively - keep at 4 unless you have residential proxies and have validated higher rates.",
                        "default": 4
                    },
                    "use_apify_proxy": {
                        "title": "Use Apify Proxy",
                        "type": "boolean",
                        "description": "Route Houzz requests through Apify Proxy. Strongly recommended - Houzz is bot-protected.",
                        "default": true
                    },
                    "apify_proxy_groups": {
                        "title": "Proxy groups",
                        "type": "array",
                        "description": "Apify Proxy groups. RESIDENTIAL strongly recommended for Houzz - datacenter IPs are blocked quickly.",
                        "default": [
                            "RESIDENTIAL"
                        ],
                        "items": {
                            "type": "string"
                        }
                    },
                    "apify_proxy_country": {
                        "title": "Proxy country",
                        "type": "string",
                        "description": "Two-letter country code (default 'US'). Match the country your locations are in - Houzz returns localized results.",
                        "default": "US"
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
