# Interior Designers in New York on Houzz

**Use case:** 

Searches Houzz for interior designers in New York, prefilled for 30 pros. Change locations for another city, or swap category for kitchen-and-bath-remodelers to find remodeling contractors instead.

## Input

```json
{
  "mode": "search",
  "site": "houzz.com",
  "category": "interior-designers",
  "locations": [
    "New-York--NY"
  ],
  "maxPages": 2,
  "maxListings": 30,
  "minRating": 0,
  "minReviewCount": 0,
  "verifiedOnly": false,
  "sortBy": "default",
  "fetchDetails": false,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "requestDelayMs": 300,
  "maxRequestRetries": 5,
  "proxy": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "displayName": {
    "label": "Name",
    "format": "text"
  },
  "proTypeDisplayName": {
    "label": "Category",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "reviewRating": {
    "label": "Rating",
    "format": "number"
  },
  "numReviews": {
    "label": "Reviews",
    "format": "number"
  },
  "formattedPhone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

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

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
