{
  "openapi": "3.0.1",
  "info": {
    "title": "Houzz Scraper — Professionals, Photos, Projects & Reviews",
    "description": "Scrape Houzz professionals, photos, projects and reviews into JSON: phone, rating, badges, portfolio and design images. A Houzz API alternative for contractor leads and design research — Python, Node.js, and MCP.",
    "version": "0.1",
    "x-build-id": "2CjJfccpEerONhijE"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/crawloop~houzz-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-crawloop-houzz-scraper",
        "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/crawloop~houzz-scraper/runs": {
      "post": {
        "operationId": "runs-sync-crawloop-houzz-scraper",
        "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/crawloop~houzz-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-crawloop-houzz-scraper",
        "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",
        "properties": {
          "startUrls": {
            "title": "Start URLs",
            "type": "array",
            "description": "Houzz directory, profile, photo gallery, or project URLs. Type is detected automatically. Example: https://www.houzz.com/professionals/interior-designer/c/Austin--TX",
            "items": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "title": "URL of a web page",
                  "format": "uri"
                }
              }
            }
          },
          "recordType": {
            "title": "Record type",
            "enum": [
              "professionals",
              "photos",
              "projects",
              "reviews"
            ],
            "type": "string",
            "description": "What each dataset row should be. URLs still auto-detect (profile vs gallery vs project).",
            "default": "professionals"
          },
          "site": {
            "title": "Houzz site",
            "enum": [
              "houzz.com",
              "houzz.co.uk",
              "houzz.com.au",
              "houzz.co.nz",
              "houzz.ie",
              "houzz.de",
              "houzz.fr",
              "houzz.it",
              "houzz.es",
              "houzz.dk",
              "houzz.se",
              "houzz.com.sg",
              "houzz.in",
              "houzz.jp"
            ],
            "type": "string",
            "description": "Country site used when you build searches from profession + location (not pasted URLs).",
            "default": "houzz.com"
          },
          "profession": {
            "title": "Profession",
            "enum": [
              "interior-designers",
              "architects",
              "home-builders",
              "general-contractors",
              "design-build-firms",
              "kitchen-and-bath-designers",
              "kitchen-and-bath-remodelers",
              "kitchen-remodelers",
              "bathroom-remodelers",
              "landscape-architects",
              "landscape-contractors",
              "lighting-designers",
              "home-stagers",
              "photographers",
              "custom-cabinets",
              "flooring-contractors",
              "painters",
              "deck-and-patio-builders",
              "swimming-pool-builders",
              "fence-contractors",
              "roofing-and-gutters",
              "carpenters",
              "electricians",
              "plumbers",
              "hvac-contractors",
              "upholstery"
            ],
            "type": "string",
            "description": "Directory category if you do not paste a URL (interior designers, architects, contractors, …)."
          },
          "locations": {
            "title": "Locations",
            "type": "array",
            "description": "Cities such as Austin, TX or London. Combined with profession as /c/Austin--TX (Houzz redirects to the canonical directory).",
            "items": {
              "type": "string"
            }
          },
          "searchQueries": {
            "title": "Photo / extra queries",
            "type": "array",
            "description": "For photos: gallery keywords (modern kitchen). For professionals: extra category slugs to combine with each location.",
            "items": {
              "type": "string"
            }
          },
          "fetchDetails": {
            "title": "Fetch profile pages",
            "type": "boolean",
            "description": "Open each pro profile for services, areas served, aspect ratings, hire badges, website, and project ids.",
            "default": false
          },
          "includeReviews": {
            "title": "Include reviews on pro rows",
            "type": "boolean",
            "description": "Nest featured / listing reviews on each professional. Does not crawl third-party inboxes.",
            "default": false
          },
          "emitReviewRows": {
            "title": "Emit reviews as separate rows",
            "type": "boolean",
            "description": "Also push each review as its own dataset row (recordType=review).",
            "default": false
          },
          "maxReviewsPerPro": {
            "title": "Max reviews per pro",
            "minimum": 0,
            "type": "integer",
            "description": "Cap nested / emitted reviews per professional.",
            "default": 20
          },
          "minRating": {
            "title": "Minimum rating",
            "minimum": 0,
            "maximum": 5,
            "type": "number",
            "description": "Keep professionals with rating >= this value. Empty = no floor."
          },
          "minReviewCount": {
            "title": "Minimum review count",
            "minimum": 0,
            "type": "integer",
            "description": "Keep professionals with at least this many Houzz reviews."
          },
          "verifiedOnly": {
            "title": "Verified only",
            "type": "boolean",
            "description": "Keep Houzz-verified professionals only.",
            "default": false
          },
          "excludeSponsored": {
            "title": "Exclude sponsored listings",
            "type": "boolean",
            "description": "Drop paid directory cards and keep organic results.",
            "default": false
          },
          "maxItems": {
            "title": "Max results",
            "minimum": 0,
            "type": "integer",
            "description": "Stop after this many primary rows (pros, photos, projects, or reviews depending on recordType). 0 = unlimited within maxPages.",
            "default": 50
          },
          "maxPages": {
            "title": "Max pages",
            "minimum": 1,
            "maximum": 2000,
            "type": "integer",
            "description": "Maximum listing pages per start URL. Professionals use ?fi= (15 per page); photos use ?pg= (20 per page).",
            "default": 5
          },
          "incrementalMode": {
            "title": "Monitor (incremental)",
            "type": "boolean",
            "description": "Compare professionals to a named Key-Value Store. Emit NEW/UPDATED. Skip UNCHANGED unless emitUnchanged is on.",
            "default": false
          },
          "monitorBaselineOnly": {
            "title": "Monitor baseline only",
            "type": "boolean",
            "description": "First scheduled run: seed KV fingerprints without emitting or billing professional rows.",
            "default": false
          },
          "emitUnchanged": {
            "title": "Emit unchanged rows",
            "type": "boolean",
            "description": "In monitor mode, also push UNCHANGED professionals (still billed).",
            "default": false
          },
          "resetMonitorState": {
            "title": "Reset monitor state",
            "type": "boolean",
            "description": "Clear MONITOR_STATE in the named store before this run.",
            "default": false
          },
          "monitorStoreName": {
            "title": "Monitor KV store name",
            "type": "string",
            "description": "Named Key-Value Store for professional fingerprints (rating, reviews, phone, verified).",
            "default": "houzz-pro-monitor"
          },
          "compact": {
            "title": "Compact rows",
            "type": "boolean",
            "description": "Drop long about/description text and nested reviews (token-efficient for MCP).",
            "default": false
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Apify Proxy. US residential is recommended for houzz.com; country is auto-aligned when you pick another site.",
            "default": {
              "useApifyProxy": true,
              "apifyProxyGroups": [
                "RESIDENTIAL"
              ],
              "apifyProxyCountry": "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}