# MBE/WBE Supplier Contacts in Cincinnati OH

**Use case:** 

Export Cincinnati certified MBE/WBE supplier contacts: business name, contact person, phone, email, website & full address. Email-verified, CSV export.

## Input

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

## Output

```json
{
  "businessName": {
    "label": "Business",
    "format": "text"
  },
  "contactName": {
    "label": "Contact",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "addressFull": {
    "label": "Address",
    "format": "text"
  },
  "sourceProgram": {
    "label": "Program",
    "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.