# Estimate audit cost for any actor

**Use case:** 

Estimate what a full audit of any Apify Actor will cost before you commit. Datasource Pulse prices the check from your plan limits and sample size.

## Input

```json
{
  "targets": [
    "apify/web-scraper"
  ],
  "mode": "estimate"
}
```

## Output

```json
{
  "actorId": {
    "label": "Actor",
    "format": "string"
  },
  "actorTitle": {
    "label": "Title",
    "format": "string"
  },
  "overallScore": {
    "label": "Score /100",
    "format": "integer"
  },
  "verdict": {
    "label": "Verdict",
    "format": "string"
  },
  "message": {
    "label": "Note",
    "format": "string"
  },
  "mode": {
    "label": "Mode",
    "format": "string"
  },
  "evaluatedAt": {
    "label": "Evaluated at",
    "format": "string"
  },
  "evaluationId": {
    "label": "Evaluation ID",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Audit Tools → Score, Benchmark, & Compare Apify Actors](https://apify.com/growth_wizard/audit-tools) with a specific input configuration. Visit the [Actor detail page](https://apify.com/growth_wizard/audit-tools) to learn more, explore other use cases, and run it yourself.