# NAHB Builder Directory in Texas

**Use case:** 

Find and extract NAHB Builder Directory in Texas. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "query": "",
  "state": "Texas",
  "maxItems": 10
}
```

## Output

```json
{
  "companyName": {
    "label": "companyName",
    "format": "text"
  },
  "city": {
    "label": "city",
    "format": "text"
  },
  "state": {
    "label": "state",
    "format": "date"
  },
  "builderType": {
    "label": "builderType",
    "format": "text"
  },
  "productTypes": {
    "label": "productTypes",
    "format": "text"
  },
  "websiteUrl": {
    "label": "websiteUrl",
    "format": "text"
  },
  "phone": {
    "label": "phone",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [NAHB Builder Directory Scraper](https://apify.com/parseforge/nahb-builder-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/nahb-builder-directory-scraper) to learn more, explore other use cases, and run it yourself.