> ## Documentation Index
> Fetch the complete documentation index at: https://openclaw.yoinkit.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Research trending content and pull transcripts from social platforms

<img className="block dark:hidden" src="https://mintlify.s3.us-west-1.amazonaws.com/yoinkit/images/hero-light.svg" alt="Yoinkit Hero Light" />

<img className="hidden dark:block" src="https://mintlify.s3.us-west-1.amazonaws.com/yoinkit/images/hero-dark.svg" alt="Yoinkit Hero Dark" />

## Welcome to Yoinkit OpenClaw API

The Yoinkit API gives you programmatic access to social media research capabilities. Pull transcripts, fetch content, track trends, and search across multiple platforms—all through a single API.

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/authentication">
    Get your API key and start making requests
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Make your first API call in under 5 minutes
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/overview">
    Explore all available endpoints
  </Card>

  <Card title="OpenClaw Integration" icon="terminal" href="/openclaw/setup">
    Set up the yoinkit skill
  </Card>
</CardGroup>

## Supported Platforms

| Platform  | Transcripts | Content | Search | Trending |
| --------- | :---------: | :-----: | :----: | :------: |
| YouTube   |      ✅      |    ✅    |    ✅   |     ✅    |
| TikTok    |      ✅      |    ✅    |    ✅   |     ✅    |
| Instagram |      ✅      |    ✅    |    ✅   |     —    |
| Twitter/X |      —      |    ✅    |    ✅   |     ✅    |
| Reddit    |      —      |    ✅    |    ✅   |     ✅    |
| LinkedIn  |      —      |    ✅    |    ✅   |     —    |
| Facebook  |      ✅      |    ✅    |    —   |     —    |
| Twitch    |      ✅      |    ✅    |    ✅   |     ✅    |

## Use Cases

<AccordionGroup>
  <Accordion title="Content Research" icon="magnifying-glass">
    Find trending topics, search for content in your niche, and pull transcripts from top-performing videos to analyze what works.
  </Accordion>

  <Accordion title="Competitor Analysis" icon="users">
    Track what competitors are posting, analyze their content strategy, and identify gaps you can fill.
  </Accordion>

  <Accordion title="Trend Monitoring" icon="chart-line">
    Set up automated monitoring to catch viral content early and respond quickly with your own take.
  </Accordion>

  <Accordion title="Content Repurposing" icon="recycle">
    Pull content from one platform to repurpose for another—turn Reddit posts into YouTube videos, tweets into LinkedIn posts.
  </Accordion>
</AccordionGroup>

## OpenClaw Integration

The Yoinkit API is designed to work seamlessly with [OpenClaw](https://openclaw.ai). Install the `yoinkit` skill to:

* Schedule automated research with cron jobs
* Let your AI assistant do the research for you
* Build custom workflows tailored to your content strategy

```bash theme={null}
# Coming soon to ClawHub
openclaw skill install yoinkit
```
