houzz

3 days trial then $30.00/month - No credit card required now

houzz

houzz

scrapingxpert/houzz

3 days trial then $30.00/month - No credit card required now

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"

The code examples below show how to run the Actor and get its results. To run the code, you need to have an Apify account. Replace <YOUR_API_TOKEN> in the code with your API token, which you can find under Settings > Integrations in Apify Console. Learn mode

# Set API token
API_TOKEN=<YOUR_API_TOKEN>

# Prepare Actor input
cat > input.json <<'EOF'
{
  "start_urls": [
    {
      "url": "https://www.houzz.com/professionals/hznb/probr3-bo~t_34257~r_4930956~ps_4002-4003-4004"
    }
  ]
}
EOF

# Run the Actor
curl "https://api.apify.com/v2/acts/scrapingxpert~houzz/runs?token=$API_TOKEN" \
  -X POST \
  -d @input.json \
  -H 'Content-Type: application/json'
Developer
Maintained by Community
Actor stats
  • 14 users
  • 249 runs
  • Modified 4 months ago

You might also like these Actors