# Evaluate YouTube transcript scrapers

**Use case:** 

Transcript actors feed AI pipelines. This task scores two YouTube transcript scrapers on measurable signals so you can pick one before your agent depends on it.

## Input

```json
{
  "targets": [
    "pintostudio/youtube-transcript-scraper",
    "karamelo/youtube-transcripts"
  ],
  "mode": "metadata"
}
```

## 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.