# Audit one actor before you publish it

**Use case:** 

Score one actor against all 8 quality gates before you publish or deploy it, with the exact fixes to make it Store-ready, ranked by impact.

## Input

```json
{
  "auditMode": "singleActor",
  "actorIds": [
    "actor-pricing-advisor"
  ],
  "minQualityScore": 50,
  "includeLlmOptimization": false,
  "llmOptimizationWorstN": 10,
  "includeDeepSeoAudit": false,
  "includeRepairArtifacts": true,
  "dimensionDropThreshold": 15
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "text"
  },
  "fleetHealthHeadline": {
    "label": "Headline",
    "format": "text"
  },
  "fleetQualityScore": {
    "label": "Fleet Score",
    "format": "number"
  },
  "totalActors": {
    "label": "Actors",
    "format": "number"
  },
  "alertCount": {
    "label": "Below Threshold",
    "format": "number"
  },
  "previousScanAt": {
    "label": "Previous Scan",
    "format": "text"
  },
  "scannedAt": {
    "label": "Scanned",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Quality Monitor — Actor Quality Scorer](https://apify.com/ryanclinton/actor-quality-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/actor-quality-monitor) to learn more, explore other use cases, and run it yourself.