Houzz Scraper - Extract Home Professionals, Reviews & Projects avatar

Houzz Scraper - Extract Home Professionals, Reviews & Projects

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Houzz Scraper - Extract Home Professionals, Reviews & Projects

Houzz Scraper - Extract Home Professionals, Reviews & Projects

Extract comprehensive data from Houzz including home improvement professionals, customer reviews, portfolio projects, and business details. Perfect for lead generation, market research, and competitive analysis in the home services industry.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

19

Total users

2

Monthly active users

2 days ago

Last modified

Share

Houzz Professional Scraper

Scrape Houzz home design professionals, contractors, interior designers, and architects. Extract ratings, reviews, project portfolios, and contact info. Built by John Rippy (https://www.linkedin.com/in/johnrippy/).


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"professionalUrl": "https://example.com"
}

Run with real data

{
"demoMode": false,
"scrapeType": "search",
"professionalUrl": "https://example.com",
"searchTerm": "General Contractor",
"location": "Los Angeles, CA",
"professionalType": "all",
"minRating": 0,
"includeReviews": true,
"maxReviewsPerProfessional": 20,
"includeProjects": false,
"maxResults": 50,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
},
"cookieKvStoreName": "cookie-sessions"
}

Input Parameters

ParameterTypeDefaultRequiredDescription
scrapeTypestring"search"NoWhat type of data to scrape
professionalUrlstring-NoDirect Houzz professional page URL
searchTermstring"General Contractor"NoProfessional type to search for (e.g., 'Interior Designer', 'General Contractor')
locationstring"Los Angeles, CA"NoCity, state or zip code (e.g., 'Los Angeles, CA')
professionalTypestring"all"NoFilter by professional category
minRatingnumber0NoMinimum star rating (0-5)
includeReviewsbooleantrueNoScrape customer reviews for each professional
maxReviewsPerProfessionalinteger20NoMaximum reviews to scrape per profile
includeProjectsbooleanfalseNoExtract portfolio project images
maxResultsinteger50NoMaximum number of professionals to scrape
proxyConfigurationobject{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}NoProxy settings for the scraper
demoModebooleantrueNoReturn sample data without actual scraping (for testing)
webhookUrlstring-NoOptional webhook URL to receive data as it's scraped
sessionCookiesstring-NoJSON array of cookies from Cookie-Editor browser extension. Export cookies while logged in to Houzz for full data access.
cookieStorageKeystring-NoKey name to load cookies from the Cookie Manager KV store. If set and no manual sessionCookies are provided, the actor loads cookies from the named KV store automatically. Use this with the Cookie Manager actor for automated cookie rotation.
cookieKvStoreNamestring"cookie-sessions"NoName of the Apify Key-Value store where Cookie Manager saves cookies. Defaults to 'cookie-sessions' if not set.

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Professional ScrapedEach Houzz professional profile scraped$0.05

Demo mode is free -- no charges for sample data.


Troubleshooting

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal