# Apify Dataset Quality Auditor Deadline Tracker

**Use case:** 

Monitor changes in dataset deadlines and receive structured reports. Get insights into buyer-ready records with proper source evidence.

## Input

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

## Output

```json
{
  "datasetIdentifier": {
    "label": "Dataset Identifier",
    "format": "string"
  },
  "qualityScore": {
    "label": "Quality Score",
    "format": "number"
  },
  "schemaIssues": {
    "label": "Schema Issues",
    "format": "string"
  },
  "duplicateCount": {
    "label": "Duplicate Count",
    "format": "integer"
  },
  "missingFieldCount": {
    "label": "Missing Field Count",
    "format": "integer"
  },
  "driftSummary": {
    "label": "Drift Summary",
    "format": "string"
  },
  "transformationSummary": {
    "label": "Transformation Summary",
    "format": "string"
  },
  "validationResult": {
    "label": "Validation Result",
    "format": "string"
  },
  "recordId": {
    "label": "Record Id",
    "format": "string"
  },
  "sourceName": {
    "label": "Source Name",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source Url",
    "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 [Apify Dataset Quality Auditor v2](https://apify.com/zentrafoundry/apify-dataset-quality-auditor-v2) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/apify-dataset-quality-auditor-v2) to learn more, explore other use cases, and run it yourself.