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

# Social

> Real-time data across major social platforms.

The **Social** category is one of AgentKey's largest — with a deep set of tools
across major global social platforms. It lets agents monitor trends, sentiment,
conversations, and creator data in real time.

<Tip>
  Social has many endpoints per platform. Discover with `find_tools` using the
  platform name and your intent, e.g. `find_tools("trending posts on X about GPT")`,
  or browse with `list_tools("social")`.
</Tip>

## Platforms

X/Twitter, Reddit, YouTube, LinkedIn, TikTok, Instagram, Threads, Lemon8.

## Typical uses

* **Brand & competitor monitoring** — track mentions and sentiment on X, Reddit, and Threads.
* **Trend discovery** — trending topics, hashtags, and viral content on TikTok, Instagram, and YouTube.
* **Content extraction** — YouTube transcripts, post text, and creator/channel data.
* **Research** — community discussion from Reddit and professional signals from LinkedIn.

## Example

```text theme={null}
find_tools("what people are saying about AgentKey on X today")
describe_tool("<returned Provider/Operation>")
execute_tool("<Provider/Operation>", { ...params })
```

<Note>
  Endpoints, params, and per-call costs differ widely across platforms. Always
  `describe_tool` before executing.
</Note>
