# Tinkrr YouTube Niche Trend Analyzer

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

Identifies what is currently trending on YouTube within a specific niche, surfacing trending topics, content formats, hooks, and content opportunity angles

## Facts

- Endpoint: POST https://tinkrr-api.tinkrr.workers.dev/video/trend
- Price: $0.2/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-niche-trend-analyzer-82a0db47
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BFRDDVKPzDa3WDx01HT6Z

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-niche-trend-analyzer-82a0db47 -d '<json body>'
```

Example prompt: What's trending right now on YouTube in the personal finance niche — give me the top topics, best content angles, and any clear content opportunity I should jump on?

## When to prefer this

Use this endpoint when a content creator or marketer needs real-time YouTube trend intelligence for a specific niche — particularly when they want actionable topic ideas, hooks, and content gap opportunities rather than raw analytics. Prefer this over general web trend tools when the focus is specifically YouTube video content strategy.

## Known failure modes

- Niche too broad or vague, resulting in generic or unfocused trending data
- No strong trend signal available for very small or obscure niches
- Stale data if YouTube trends shifted recently and cache hasn't refreshed
- Input schema mismatch causing 400/422 validation error
- Payment not processed, resulting in 402 Payment Required

## How this service works

What is trending on YouTube in a niche right now: topics, formats, hooks, content opportunity

## Output

Returns an array of trending topics for the specified niche, a recommended content angle to pursue, and a description of the content opportunity — essentially a snapshot of what is working on YouTube in that space right now.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "niche": {
   "type": "string",
   "description": "tech|business|education|entertainment|gaming|health"
  },
  "region": {
   "type": "string",
   "description": "US|UK|IN|AU"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tinkrr-youtube-niche-trend-analyzer-82a0db47/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)
