Houzz: Get Professional Reviews
Houzz via Parse · marketplace
Get paginated reviews for a specific professional using the AJAX reviews endpoint. Returns review text, ratings, dates, and reviewer names. Requires user_id and pro_id from search_professionals or get_professional_profile results. Scraper for Houzz.com - professional directory, reviews, and design inspiration photos Fulfilled by Parse from houzz.com.
- b2b-directory
- ecommerce
- houzz
- houzz-com
- marketplace
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- marketplace
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/9ec72a41-fd5b-4fed-b495-a7f1bae93836/get_professional_reviews
- Interface artifact
- sha256:a4fb44edf67ab0e08003f520956a970bdb7d34f74d53c4a034b5d740ac6ad7b8
- Manifest digest
- sha256:be26a03d9bc9671744799ba70137451282b509195cde50f88cbf25a4c56acf45
Request fields
- limit (integer): Number of reviews per page
- offset (integer): Pagination offset (number of reviews to skip)
- pro_id (string, required): Professional ID (from search_professionals results pro_id field)
- user_id (string, required): User ID of the professional (from search_professionals results user_id field)
- profile_url (string): Profile URL for obtaining CSRF token. If omitted, token is obtained from main site.
Example queries
- {"limit":"12","offset":"0","pro_id":"70800","user_id":"1462976","profile_url":"https://www.houzz.com/professionals/plumbers/public-plumbing-pfvwus-pf~1040192656"}