# Scrape Virginia Contractor Firm Leads

**Use case:** 

Export Virginia contractor businesses and firms from DPOR with Business / firm, Email, License type, License #, City and ZIP. Ready-to-use contact list.

## Input

```json
{
  "boards": [
    "contractors"
  ],
  "statusFilter": "active",
  "recordTypes": [
    "business"
  ],
  "withEmailOnly": false,
  "withBusinessNameOnly": true,
  "withStreetAddressOnly": false,
  "sortBy": "leadScore",
  "maxResults": 1000,
  "deduplicateResults": true,
  "includeRawFields": true,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Licensee",
    "format": "text"
  },
  "businessName": {
    "label": "Business / firm",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "licenseType": {
    "label": "License type",
    "format": "text"
  },
  "licenseNumber": {
    "label": "License #",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip": {
    "label": "ZIP",
    "format": "text"
  },
  "expirationDate": {
    "label": "Expires",
    "format": "text"
  },
  "expiresInDays": {
    "label": "Days to expiry",
    "format": "number"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Virginia License Leads Scraper - Contractors, Realtors & Pros](https://apify.com/scrapesage/virginia-license-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/virginia-license-leads-scraper) to learn more, explore other use cases, and run it yourself.