# Houzz Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/houzz/search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/houzz-search | ## Description Uncover rich product data from Houzz.fr to elevate your home decor business and market analysis with our Houzz Search API. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/houzz/search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "products": [ { "id": "product_1", "url": "https://www.houzz.fr/product/sofa", "name": "Sofa", "image": "https://example.com/image1.jpg", "price": "750,00 €", "category": "Furniture", "description": "Comfortable modern sofa in grey" }, { "id": "product_2", "url": "https://www.houzz.fr/product/dining-table", "name": "Dining Table", "image": "https://example.com/image2.jpg", "price": "1200,00 €", "category": "Furniture", "description": "Rustic wooden dining table" }, { "id": "product_3", "url": "https://www.houzz.fr/product/pendant-light", "name": "Pendant Light", "image": "https://example.com/image3.jpg", "price": "350,00 €", "category": "Lighting", "description": "Vintage pendant light with metal shade" } ], "totalResults": 3 } ``` ## Documentation ## Overview Uncover rich product data from Houzz.fr to elevate your home decor business and market analysis with our Houzz Search API. ## Quickstart ``` GET https://api.piloterr.com/v2/houzz/search?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Houzz Search data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Houzz without maintaining scrapers - Power internal dashboards and workflow automations with live Houzz data