houzz avatar
houzz

Pricing

$30.00/month + usage

Go to Store
houzz

houzz

Developed by

scrapingxpert

Maintained by Community

Houzz is a well-known platform for discovering and exploring home design and remodeling ideas but it lacks an API for directly accessing comprehensive project details. Thankfully,with the help of Apify script users can effortlessly extract the latest project information without any coding knowledge"

0.0 (0)

Pricing

$30.00/month + usage

3

Total users

108

Monthly users

5

Runs succeeded

>99%

Last modified

2 months ago

You can access the houzz programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "start_urls": [
3    {
4      "url": "https://www.houzz.com/professionals/hznb/probr3-bo~t_34257~r_4930956~ps_4002-4003-4004"
5    }
6  ]
7}' |
8apify call scrapingxpert/houzz --silent --output-dataset

houzz API through CLI

The Apify CLI is the official tool that allows you to use houzz locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include: