# List Class A Contractors in a Virginia City

**Use case:** 

DPOR's published regulant list filtered to Class A contractors in one Virginia city - licence number, name, address, expiration.

## Input

```json
{
  "licenseTypes": [
    "class_a"
  ],
  "nameFilters": [],
  "cityFilter": "Richmond",
  "maxResults": 500
}
```

## Output

```json
{
  "license_number": {
    "label": "License Number",
    "format": "string"
  },
  "license_type": {
    "label": "License Type",
    "format": "string"
  },
  "license_rank": {
    "label": "License Rank",
    "format": "string"
  },
  "business_name": {
    "label": "Business Name",
    "format": "string"
  },
  "individual_name": {
    "label": "Individual Name",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "zip_code": {
    "label": "ZIP Code",
    "format": "string"
  },
  "expiration_date": {
    "label": "Expiration Date",
    "format": "string"
  },
  "specialties": {
    "label": "Specialties",
    "format": "array"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

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