# List Louisiana Commercial Contractors by Parish

**Use case:** 

Active Louisiana LSLBC commercial licence holders for one parish - classifications, qualifying parties, expiration and contact.

## Input

```json
{
  "contractorTypes": [
    "commercial"
  ],
  "statusFilter": "Active",
  "parishFilter": "St Tammany",
  "maxResults": 500
}
```

## Output

```json
{
  "license_number": {
    "label": "License Number",
    "format": "string"
  },
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "contractor_type": {
    "label": "Contractor Type",
    "format": "string"
  },
  "parish": {
    "label": "Parish",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state_code": {
    "label": "State",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "expiration_date": {
    "label": "Expiration Date",
    "format": "string"
  },
  "classifications": {
    "label": "Classifications",
    "format": "array"
  },
  "qualifying_parties": {
    "label": "Qualifying Parties",
    "format": "array"
  }
}
```

## About this Actor

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