# DBE Professional-Services Firms NAICS 541

**Use case:** 

Scrape certified DBE professional & IT service firms (NAICS 541): business name, contact, phone, email, NAICS sector & certification expiry. No login, CSV.

## Input

```json
{
  "states": [],
  "certificationTypes": [
    "DBE"
  ],
  "naicsCodes": [
    "541"
  ],
  "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.