# Plumber Data Extraction from Houzz

**Use case:** 

Uncover detailed plumbing professionals in your area with this specialized scraper. Extract up to 100 profiles from Houzz, including business names, locations, ratings, and contact details over 10 pages. Perfect for market research, contractor discovery, and lead generation in the plumbing industry.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.houzz.com/professionals/carpenter/probr0-bo~t_11831"
    }
  ],
  "profession": "plumber",
  "location": "Boston",
  "results_wanted": 100,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "search_url": {
    "label": "Search URL",
    "format": "link"
  },
  "page_url": {
    "label": "Page URL",
    "format": "link"
  },
  "page_number": {
    "label": "Page",
    "format": "number"
  },
  "page_offset": {
    "label": "Offset",
    "format": "number"
  },
  "professional_id": {
    "label": "Professional ID",
    "format": "number"
  },
  "user_id": {
    "label": "User ID",
    "format": "number"
  },
  "pro_id": {
    "label": "Pro ID",
    "format": "number"
  },
  "user_name": {
    "label": "Username",
    "format": "text"
  },
  "name": {
    "label": "Business Name",
    "format": "text"
  },
  "professional_type": {
    "label": "Professional Type",
    "format": "text"
  },
  "pro_type_id": {
    "label": "Pro Type ID",
    "format": "number"
  },
  "pro_sku_id": {
    "label": "Pro SKU ID",
    "format": "number"
  },
  "profile_url": {
    "label": "Profile URL",
    "format": "link"
  },
  "image_url": {
    "label": "Image",
    "format": "image"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "formatted_address": {
    "label": "Formatted Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip": {
    "label": "ZIP",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "review_count": {
    "label": "Review Count",
    "format": "number"
  },
  "is_pro_verified": {
    "label": "Pro Verified",
    "format": "boolean"
  },
  "is_pro_verification_enabled": {
    "label": "Verification Enabled",
    "format": "boolean"
  },
  "has_verified_license": {
    "label": "Verified License",
    "format": "boolean"
  },
  "has_verified_kyc": {
    "label": "Verified KYC",
    "format": "boolean"
  },
  "is_video_consultation_enabled": {
    "label": "Video Consultation",
    "format": "boolean"
  },
  "is_sponsored_result": {
    "label": "Sponsored",
    "format": "boolean"
  },
  "is_inactive_pro": {
    "label": "Inactive Pro",
    "format": "boolean"
  },
  "offers_figure_financing": {
    "label": "Figure Financing",
    "format": "boolean"
  },
  "offers_greensky_financing": {
    "label": "GreenSky Financing",
    "format": "boolean"
  },
  "show_highlight_video": {
    "label": "Highlight Video",
    "format": "boolean"
  },
  "budget_levels": {
    "label": "Budget Levels",
    "format": "array"
  },
  "badge_option_ids": {
    "label": "Badge Option IDs",
    "format": "array"
  },
  "highlight_badge_ids": {
    "label": "Highlight Badge IDs",
    "format": "array"
  },
  "social_links": {
    "label": "Social Links",
    "format": "array"
  },
  "about_me": {
    "label": "About",
    "format": "text"
  },
  "ai_description": {
    "label": "AI Description",
    "format": "text"
  },
  "most_recent_review_text": {
    "label": "Most Recent Review",
    "format": "text"
  },
  "most_recent_reviewer": {
    "label": "Most Recent Reviewer",
    "format": "text"
  },
  "featured_review_text": {
    "label": "Featured Review",
    "format": "text"
  },
  "search_keyword": {
    "label": "Search Keyword",
    "format": "text"
  },
  "primary_topic_id": {
    "label": "Primary Topic ID",
    "format": "number"
  },
  "sort_value": {
    "label": "Sort Value",
    "format": "number"
  },
  "total_results": {
    "label": "Total Results",
    "format": "number"
  },
  "has_more_results": {
    "label": "Has More Results",
    "format": "boolean"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Houzz Professional Scraper](https://apify.com/shahidirfan/houzz-professional-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/houzz-professional-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/shahidirfan/houzz-professional-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
