# MBE/WBE Construction Suppliers by NAICS

**Use case:** 

Find certified MBE/WBE construction firms by NAICS 23: business name, contact, phone, email, NAICS & NIGP codes, certifying agency. Multi-state, CSV export.

## Input

```json
{
  "states": [],
  "certificationTypes": [
    "MBE",
    "WBE"
  ],
  "naicsCodes": [
    "23",
    "238"
  ],
  "keyword": "construction",
  "cities": [],
  "zipCodes": [],
  "counties": [],
  "withEmailOnly": false,
  "withPhoneOnly": false,
  "withWebsiteOnly": false,
  "statusActiveOnly": true,
  "maxResults": 1000,
  "sortNewestFirst": true,
  "deduplicateResults": true,
  "includeRawFields": true,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "businessName": {
    "label": "Business",
    "format": "text"
  },
  "certifications": {
    "label": "Certifications"
  },
  "certifyingAgency": {
    "label": "Certifying agency",
    "format": "text"
  },
  "certificationExpirationDate": {
    "label": "Expires",
    "format": "text"
  },
  "naicsCodes": {
    "label": "NAICS"
  },
  "naicsSector": {
    "label": "Sector",
    "format": "text"
  },
  "businessCategory": {
    "label": "Category",
    "format": "text"
  },
  "sourceState": {
    "label": "State",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [US Diverse Supplier Leads Scraper - MBE, WBE, DBE & Veteran](https://apify.com/scrapesage/us-diverse-supplier-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/us-diverse-supplier-leads-scraper) to learn more, explore other use cases, and run it yourself.