# Contractor License Expiry & Disciplinary Action Monitor

**Use case:** 

Monitor contractor license expirations and disciplinary actions. Receive up-to-date records, complete with source URLs and match reasons.

## Input

```json
{
  "buyerQuery": "buyer-ready records with source evidence",
  "taskIntent": "find-qualified-records",
  "sourceMode": "sample",
  "outputMode": "buyer-ready-records",
  "startUrls": [],
  "maxItems": 10,
  "perSourceLimit": 25,
  "maxTotalChargeUsd": 5,
  "overallTimeoutSecs": 900,
  "requestTimeoutSecs": 30,
  "maxRequestRetries": 2,
  "sinceLastRun": false,
  "deltaMode": true
}
```

## Output

```json
{
  "entityName": {
    "label": "Entity Name",
    "format": "string"
  },
  "entityType": {
    "label": "Entity Type",
    "format": "string"
  },
  "jurisdiction": {
    "label": "Jurisdiction",
    "format": "string"
  },
  "recordIdentifier": {
    "label": "Record Identifier",
    "format": "string"
  },
  "signalType": {
    "label": "Signal Type",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "effectiveAt": {
    "label": "Effective At",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source Url",
    "format": "string"
  },
  "recordId": {
    "label": "Record id",
    "format": "string"
  },
  "sourceName": {
    "label": "Source name",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Contractor License Expiry & Disciplinary Action Watcher](https://apify.com/zentrafoundry/contractor-license-expiry-disciplinary-action-watcher) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/contractor-license-expiry-disciplinary-action-watcher) to learn more, explore other use cases, and run it yourself.