# Tinkrr YouTube Video Competitor Analysis

> Tinkrr YouTube Video Competitor Analysis is a paid API for AI agents from tinkrr-api.tinkrr.workers.dev, paid per call via x402, $0.35/call, status unknown (last checked 2026-09-15).

Compares 2-3 YouTube videos head-to-head, scoring virality, identifying strengths, what to steal, and uncovered content gap opportunities

## Facts

- Endpoint: POST https://tinkrr-api.tinkrr.workers.dev/video/compete
- Price: $0.35/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tinkrr-youtube-video-competitor-analysis-b4dbd375
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RwfCjn9_i-7ubrlYVGnNS

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability tinkrr-youtube-video-competitor-analysis-b4dbd375 -d '<json body>'
```

Example prompt: Compare these three YouTube videos for me and tell me which one is winning, what makes it stronger, what I should steal for my own content, and where the content gap opportunity is: https://youtube.com/watch?v=AAA, https://youtube.com/watch?v=BBB, and https://youtube.com/watch?v=CCC.

## When to prefer this

Choose this endpoint when you need a structured head-to-head comparison of 2-3 specific YouTube videos — including virality benchmarking, competitive strength breakdown, and actionable content gap insights. Prefer this over the trending endpoint when you already have specific competitor videos in hand rather than wanting to discover what's trending in a niche.

## Known failure modes

- Invalid or unavailable YouTube URLs result in an error
- Fewer than 2 videos provided returns a validation error
- Videos with insufficient public data (private, deleted) cannot be scored
- API returns 402 if payment is not provided
- Malformed input array may result in 400 error

## How this service works

Compare 2-3 YouTube videos: virality scores, strengths, what to steal, content gap opportunity

## Output

Returns a structured analysis including virality scores for each video, a declared winner, a list of strengths per video, specific tactics or elements worth stealing for your own content, and a content gap opportunity that none of the compared videos have fully captured.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "urls": {
   "type": "array",
   "description": "Array of 2-3 YouTube URLs"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tinkrr-youtube-video-competitor-analysis-b4dbd375/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tinkrr-api.tinkrr.workers.dev](https://www.zero.xyz/host/tinkrr-api.tinkrr.workers.dev/llms.txt)
