# Houzz Products Scraper 🏠 (`easyapi/houzz-products-scraper`) Actor

Scrape product listings from Houzz.com including prices, descriptions, reviews, and images. Perfect for market research, price monitoring, and product analysis.

- **URL**: https://apify.com/easyapi/houzz-products-scraper.md
- **Developed by:** [EasyApi](https://apify.com/easyapi) (community)
- **Categories:** E-commerce, Integrations, Other
- **Stats:** 20 total users, 0 monthly users, 96.8% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.99 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

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

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — 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 Products Scraper 🏠

Extract detailed product information from Houzz.com, one of the largest home improvement and interior design platforms.

### Features ✨

- Scrape product listings with complete details
- Support for category and search URLs
- Get pricing information including current and previous prices
- Extract product descriptions, specifications, and features
- Collect review scores and review counts
- Download product images
- Support for pagination and dynamic loading
- Built-in proxy rotation support

### Input Parameters 🎯

- `searchUrls`: List of Houzz.com product listing URLs to scrape
- `maxItems`: Maximum number of items to scrape (default: 100)
- `proxyConfiguration`: Optional proxy settings for enhanced scraping reliability

### Output Data Structure 📊

The actor outputs detailed product information including:

- Product ID and title
- Current and previous prices
- Manufacturer information
- Product description and specifications
- Review scores and counts
- Product images
- Shipping information
- Product badges and bestseller status
- Availability and stock status

### Use Cases 🎯

- Price monitoring and competitive analysis
- Market research for home furnishing industry
- Product catalog building
- Inventory tracking
- Design trend analysis

### Tips 💡

- Use specific category URLs for better results
- Adjust `maxItems` based on your needs
- Enable proxy configuration for better reliability
- Consider rate limiting to avoid blocking

### Limitations ⚠️

- Respects Houzz.com's robots.txt
- Some product details may vary based on availability
- Rate limiting may apply

#### Input Example

A full explanation of an input example in JSON.

```json
{
    "searchUrls": [
        "https://www.houzz.com/products/platform-beds/color--Brown/material--Wood"
    ],
    "maxItems": 50
}
```

#### Output sample

The results will be wrapped into a dataset which you can always find in the **Storage** tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

```json
[
    {
        "searchUrl": "https://www.houzz.com/products/platform-beds/color--Brown/material--Wood",
        "scrapedAt": "2025-02-02T07:01:46.326Z",
        "product": {
            "id": 155452104,
            "title": "Modrest Soren Walnut Bed, Queen",
            "listingPrice": {
                "currency": "USD",
                "basePrice": 849,
                "previousPrice": 809,
                "currentPrice": 809,
                "hasPromotion": false
            },
            "preferredListing": {
                "vendorListingId": 111856079,
                "listingShippingInfo": {
                    "shippingBadgeType": "TYPE_NO_SHIPPING_BADGE",
                    "isFreeShipping": true
                }
            },
            "isGiftCard": false,
            "isBuyable": true,
            "isTradeExclusive": false,
            "quantity": 32,
            "reviewScore": 44,
            "numReviews": 11,
            "manufacturer": "Vig Furniture Inc.",
            "isExclusive": false,
            "verifiedMPN": "76731",
            "hasPromotion": false,
            "moreOptionsText": "More Sizes",
            "description": "The Soren Bed is a mid-century, farmhouse style bed. It is finished in a walnut veneer on the headboard and the legs are a solid walnut. The oversized, chevron patterened headboard makes a statement in any bedroom. The low platform style is expertly supported and it requires no box spring for a low profile an finished look.<br/><ul class=\"description-item-list\"><li class=\"description-item\">Walnut Veneer Finish</li><li class=\"description-item\">Chevron patterned Walnut finished veneer on headboard</li><li class=\"description-item\">Walnut finished solid wood legs and support frame</li><li class=\"description-item\">8\" Thick Mattress Recommended</li><li class=\"description-item\">No Box Spring Required - Slats Included</li><li class=\"description-item\">Some Assembly Required</li><li class=\"description-item\">Weight Capacity: 440 lbs.</li></ul>",
            "productBadges": {
                "bestSellerOfTopics": [
                    {
                        "topicId": 14213,
                        "topicName": "Platform Beds",
                        "rank": 38,
                        "topicUrl": "https://www.houzz.com/products/platform-beds/best-sellers--best-sellers"
                    }
                ]
            },
            "url": "https://www.houzz.com/products/modrest-soren-walnut-bed-queen-prvw-vr~155452104",
            "images": [
                {
                    "imageId": 594510385,
                    "externalId": "8ab108e1072c5278",
                    "contentModified": "4962",
                    "whiteBg": 2
                },
                {
                    "imageId": 590495892,
                    "externalId": "e8215ce306da9dce",
                    "contentModified": "8191",
                    "whiteBg": 1
                },
                {
                    "imageId": 260607105,
                    "externalId": "977171680e5694af",
                    "contentModified": "8191",
                    "whiteBg": 2
                },
                {
                    "imageId": 590495885,
                    "externalId": "3951870d06da9dce",
                    "contentModified": "8191",
                    "whiteBg": 1
                }
            ]
        }
    },
    ...
]
```

### Related Actors

- 🏠 [Houzz Product Reviews Scraper](https://apify.com/easyapi/houzz-product-reviews-scraper) - Extract detailed product reviews and ratings from Houzz.com for market research and customer sentiment analysis
- 🏠 [Houzz Professional Scraper](https://apify.com/easyapi/houzz-professional-scraper) - Scrape professional designers' profiles from Houzz.com with contact information and business details
- 🛍️ [Nike Product Scraper](https://apify.com/easyapi/nike-product-scraper) - Extract comprehensive product data from Nike.com including prices, colors and detailed information
- 🛍️ [Zara Product Scraper](https://apify.com/easyapi/zara-product-scraper) - Extract detailed product information from Zara's online store with prices and variants
- 🛍️ [AJIO Product Scraper](https://apify.com/easyapi/ajio-product-scraper) - Get comprehensive product data from AJIO's fashion marketplace with prices and categories
- 🛍️ [Myntra Product Scraper](https://apify.com/easyapi/myntra-product-scraper) - Extract detailed product information from Myntra.com with prices and inventory data
- 🛍️ [Flipkart Product Scraper](https://apify.com/easyapi/flipkart-product-scraper) - Scrape product data from Flipkart including prices, images and detailed information
- 🛍️ [Costco Product Search Scraper](https://apify.com/easyapi/costco-product-search-scraper) - Extract product data from Costco.com with prices and availability information
- 🛍️ [Hobby Lobby Products Scraper](https://apify.com/easyapi/hobby-lobby-products-scraper) - Scrape detailed product information from Hobby Lobby's website
- 🛍️ [Lidl Product Scraper](https://apify.com/easyapi/lidl-product-scraper) - Extract product data from Lidl's online store with prices and stock information
- 🛍️ [Tokopedia Product Scraper](https://apify.com/easyapi/tokopedia-product-scraper) - Scrape product data from Tokopedia with prices and shop details
- 🛍️ [Meesho Product Detail Scraper](https://apify.com/easyapi/meesho-product-detail-scraper) - Extract detailed product information from Meesho.com with prices and reviews
- 🛍️ [Jumia Product Scraper](https://apify.com/easyapi/jumia-product-scraper) - Scrape product listings from Jumia e-commerce platform with detailed information
- 🛍️ [Gumroad Product Detail Scraper](https://apify.com/easyapi/gumroad-product-detail-scraper) - Extract detailed product information from Gumroad product pages
- 🛍️ [AppSumo Product Scraper](https://apify.com/easyapi/appsumo-product-scraper) - Scrape products and deals from AppSumo marketplace with comprehensive details

# Actor input Schema

## `searchUrls` (type: `array`):

List of Houzz.com product listing URLs to scrape

## `maxItems` (type: `integer`):

Maximum number of items to scrape

## `proxyConfiguration` (type: `object`):

Proxy settings for the crawler

## Actor input object example

```json
{
  "searchUrls": [
    "https://www.houzz.com/products/platform-beds/color--Brown/material--Wood"
  ],
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# 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 = {};

// Run the Actor and wait for it to finish
const run = await client.actor("easyapi/houzz-products-scraper").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 = {}

# Run the Actor and wait for it to finish
run = client.actor("easyapi/houzz-products-scraper").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 '{}' |
apify call easyapi/houzz-products-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/ATIPmCAjSh0LhbG5e/builds/NEftZoKsrPfjlT97r/openapi.json
