# Virginia Contractor License Leads Scraper Example

**Use case:** 

Extract lead-ready Virginia DPOR contractor licenses with public emails, specialties, addresses, and expiration dates.

## Input

```json
{
  "licenseClasses": [
    "A",
    "B",
    "C"
  ],
  "specialties": [],
  "businessNames": [],
  "cities": [],
  "states": [],
  "zipCodes": [],
  "emailRequirement": "withEmail",
  "maxResults": 500
}
```

## Output

```json
{
  "certificateNumber": {
    "label": "Certificate #",
    "format": "string"
  },
  "businessName": {
    "label": "Business",
    "format": "string"
  },
  "individualName": {
    "label": "Individual",
    "format": "string"
  },
  "licenseClass": {
    "label": "Class",
    "format": "string"
  },
  "specialties": {
    "label": "Specialties",
    "format": "array"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "fullAddress": {
    "label": "Full address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "zipCode": {
    "label": "ZIP",
    "format": "string"
  },
  "expirationDate": {
    "label": "Expires",
    "format": "string"
  },
  "certificationDate": {
    "label": "Certified",
    "format": "string"
  },
  "sourceUrl": {
    "label": "DPOR source",
    "format": "string"
  },
  "fetchedAt": {
    "label": "Fetched",
    "format": "string"
  }
}
```

## About this Actor

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