Skip to main content
The crewai-xpoz Python package provides 44 CrewAI tools for social media intelligence. Add them to any agent in your crew to give it access to Twitter/X, Instagram, Reddit, and TikTok data.

Setup

1

Get your access key

Sign up at xpoz.ai and copy your access key from the Get Token page.
2

Install the package

You also need an LLM provider for your agents. For example, with Anthropic:
3

Set your access key

4

Use in a crew

Using Individual Tools

You can also call tools directly without a crew:
When a task needs the most recent posts, tell the agent to omit date filters. Tools accept optional date-range parameters, and models sometimes fill them speculatively, which skews results older.

Available Tools

Twitter/X

Instagram

Reddit

TikTok

Tracking & Account

Configuration

All tools accept an optional api_key parameter. If not provided, the XPOZ_API_KEY environment variable is used:

What You Can Do

  • Give research agents in a crew live access to posts across Twitter, Instagram, Reddit, and TikTok
  • Look up user profiles, followers, and engagement metrics mid-task
  • Split platforms across specialist agents and combine their findings
  • Track keywords and users for continuous monitoring
  • Build crews that autonomously research brands, competitors, and trends

Next Steps

MCP Tools

Browse all 48 tools across 4 platforms

PyPI Package

View the package on PyPI