# DBE Contractors in Virginia (Norfolk)

**Use case:** 

Scrape Virginia certified DBE & SWaM contractors: business name, contact, phone, email, NAICS code, certifying agency & expiry date. No login, CSV export.

## Input

```json
{
  "states": [
    "VA"
  ],
  "certificationTypes": [
    "DBE"
  ],
  "naicsCodes": [],
  "cities": [],
  "zipCodes": [],
  "counties": [],
  "withEmailOnly": false,
  "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"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "certifications": {
    "label": "Certifications"
  },
  "certificationType": {
    "label": "Cert (raw)",
    "format": "text"
  },
  "sourceState": {
    "label": "Program",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  }
}
```

## 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.