All skills
youtubetiktokforumsreddit Cross-Platform Power Plays

Cross-Platform Demand Triangulation

Prove a niche is not just hot but accelerating by triangulating fresh demand signals across four independent platforms

Run this skill with your agent
1. Connect the MCP server
https://apidirect.io/mcp?token=YOUR_API_KEY
2. Then just say to your agent
Is {niche} a growing demand or already saturated — triangulate it across platforms and give me a verdict.
In clients that support MCP prompts (Claude Desktop, Claude Code, Cursor) this skill appears as a prompt named cross-platform-demand-triangulation. Any agent can also call get_skill(skill_id="cross-platform-demand-triangulation") to pull these steps on demand.

What it does

A single platform lies — a trend can look red-hot on TikTok yet be dead in the forums where real buyers ask questions. Measuring recent volume and sentiment on YouTube, TikTok, forums, and Reddit in parallel separates durable demand from a flash in the pan.

Who it's for: Founders and product teams validating a niche before they build

Inputs

Input Required Description Example
niche Yes The topic or product niche to validate creatine gummies
region No 2-letter country code to focus the TikTok scan us

How your agent runs it

  1. 1
    search_youtube(query="{niche}", upload_date=this_month, get_sentiment=true)

    Count fresh uploads and read dominant_emotion to see whether creators are actively producing and audiences are excited this month.

  2. 2
    search_tiktok(query="{niche}", region={region}, publish_time=30, sort_by=most_liked, get_sentiment=true)

    Pull the most-liked clips from the last 30 days — high likes on recent posts confirm consumer pull, not just creator push.

  3. 3
    search_forums(query="{niche}", time=month, get_sentiment=true)

    Check whether real buyers are asking questions or complaining this month; forum demand is higher-intent and far harder to fake than video views.

  4. 4
    search_reddit(query="{niche}", sort_by=hot, get_sentiment=true)

    Sample hot threads to see if communities are organically surfacing the topic right now — rising hot posts signal accelerating interest.

Delivers: A one-page demand verdict scoring the niche on volume and momentum across YouTube, TikTok, forums, and Reddit, with a clear hot / cooling / dead call.

Tools used

The full playbook

This is exactly what the MCP returns to your agent (via the cross-platform-demand-triangulation prompt or get_skill tool), with your inputs filled in.

SKILL: Cross-Platform Demand Triangulation
A single platform lies — a trend can look red-hot on TikTok yet be dead in the forums where real buyers ask questions. Measuring recent volume and sentiment on YouTube, TikTok, forums, and Reddit in parallel separates durable demand from a flash in the pan.

You are running this skill on API Direct via its MCP tools. Execute the steps below yourself by calling the named tools in order — values in <angle brackets> come from a previous step. Then deliver the result described at the end.

INPUTS:
  - niche (required): <niche — ASK THE USER>
  - region (optional): (optional — e.g. us)

STEPS:
  1. Tool `search_youtube` — search_youtube(query="<niche>", upload_date=this_month, get_sentiment=true)
     Count fresh uploads and read dominant_emotion to see whether creators are actively producing and audiences are excited this month.
  2. Tool `search_tiktok` — search_tiktok(query="<niche>", region=<region>, publish_time=30, sort_by=most_liked, get_sentiment=true)
     Pull the most-liked clips from the last 30 days — high likes on recent posts confirm consumer pull, not just creator push.
  3. Tool `search_forums` — search_forums(query="<niche>", time=month, get_sentiment=true)
     Check whether real buyers are asking questions or complaining this month; forum demand is higher-intent and far harder to fake than video views.
  4. Tool `search_reddit` — search_reddit(query="<niche>", sort_by=hot, get_sentiment=true)
     Sample hot threads to see if communities are organically surfacing the topic right now — rising hot posts signal accelerating interest.

DELIVER: A one-page demand verdict scoring the niche on volume and momentum across YouTube, TikTok, forums, and Reddit, with a clear hot / cooling / dead call.

Note: each underlying tool call is billed at its normal endpoint price; get_sentiment adds a small per-page surcharge. Page through results as needed but stop once you have enough to deliver the outcome.