Houzz Products Scraper 🏠 avatar
Houzz Products Scraper 🏠

Pricing

$19.99/month + usage

Go to Store
Houzz Products Scraper 🏠

Houzz Products Scraper 🏠

Developed by

EasyApi

EasyApi

Maintained by Community

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

5.0 (1)

Pricing

$19.99/month + usage

1

Total users

4

Monthly users

1

Runs succeeded

>99%

Last modified

19 days ago

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.

{
"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.

[
{
"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
}
]
}
},
...
]