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

# Welcome to Xpoz

> Social media intelligence platform with access to billions of posts and users across Twitter/X, Instagram, Reddit, and TikTok.

<Note>
  **For AI agents:** Start with [agents.md](https://docs.xpoz.ai/agents.md) for the setup and tool-choice guide, or [llms.txt](https://docs.xpoz.ai/llms.txt) for the full documentation index.
</Note>

## What is Xpoz?

Xpoz is a social media intelligence platform that gives you structured access to **billions of posts and users** across Twitter/X, Instagram, Reddit, and TikTok. Search users, posts, comments, and communities using natural language or structured queries.

## How to access Xpoz

Choose the integration that fits your workflow:

<CardGroup cols={2}>
  <Card title="MCP Server" icon="plug" href="/mcp/overview">
    Connect directly from Claude Code, Claude Desktop, Gemini CLI, Cursor, or any MCP-compatible client.
  </Card>

  <Card title="TypeScript SDK" icon="js" href="/sdks/typescript/quickstart">
    Typed async client for Node.js applications. Install via `npm install @xpoz/xpoz`.
  </Card>

  <Card title="Python SDK" icon="python" href="/sdks/python/quickstart">
    Sync and async clients for Python. Install via `pip install xpoz`.
  </Card>

  <Card title="CLI" icon="terminal" href="/cli/overview">
    Command-line interface for quick lookups and scripting. Install via Homebrew, pip, or binary.
  </Card>
</CardGroup>

## Platform coverage

| Platform      | Users                            | Posts                               | Comments        | Communities |
| ------------- | -------------------------------- | ----------------------------------- | --------------- | ----------- |
| **Twitter/X** | Profiles, followers, connections | Search, timelines, retweets, quotes | Replies         | -           |
| **Instagram** | Profiles, followers, connections | Search, user posts, by ID           | Post comments   | -           |
| **Reddit**    | Profiles, search                 | Search, by ID with comments         | Search comments | Subreddits  |
| **TikTok**    | Profiles, search                 | Search, user posts, by hashtag      | Post comments   | -           |

## Key capabilities

* **Natural language queries** with boolean operators and phrase matching
* **Server-side pagination** for large result sets (100 items per page)
* **Three response modes**: fast (immediate), paging (iterate pages), CSV (bulk export to S3)
* **Field selection** to retrieve only the data you need
* **Real-time + historical data** with rolling 60-day windows
* **Tracking** for keywords and users across platforms

## Who uses Xpoz

* **AI agents** performing social media research and analysis
* **Data teams** collecting large-scale social media datasets
* **Developers** building social intelligence features into applications
* **Researchers** studying trends, sentiment, and public discourse

## Quick links

<CardGroup cols={3}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get started in 2 minutes
  </Card>

  <Card title="MCP Tools" icon="wrench" href="/mcp/tools/overview">
    Browse all 48 tools
  </Card>

  <Card title="Agent Skills" icon="wand-magic-sparkles" href="/skills/overview">
    Pre-built AI workflows
  </Card>
</CardGroup>
