# New California contractor licenses from the last 30 days

**Use case:** 

Newly issued CSLB contractor licenses with business name, phone and address, fresh from the official California registry. Great for B2B outreach.

## Input

```json
{
  "states": [
    "CA"
  ],
  "licenseClassifications": [],
  "issuedWithinDays": 30,
  "deltaMode": false,
  "maxItems": 25
}
```

## Output

```json
{
  "state": {
    "label": "State",
    "format": "string"
  },
  "licenseNumber": {
    "label": "License number",
    "format": "string"
  },
  "businessName": {
    "label": "Business name",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "licenseType": {
    "label": "License type",
    "format": "string"
  },
  "issueDate": {
    "label": "Issue date",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [New Contractor License Leads 🛠️ (CA, FL, TX)](https://apify.com/tagadanar/contractor-license-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/contractor-license-leads) to learn more, explore other use cases, and run it yourself.