Overview
X (formerly Twitter) is real-time public opinion at scale — every brand mention, trending topic, and reply thread is a signal most marketing teams glance at in a dashboard and never use. These five jobs pull tweet data through the X API v2 into Mavera’s surfaces (Mave Agent, Generate, Personas, Brand Voice) to classify sentiment, turn trends into content briefs, reverse-engineer competitor strategies, build personas from reply patterns, and convert viral threads into blog posts.X API v2 — Base URL:
https://api.x.com/2/. Auth: OAuth 2.0 with PKCE (user context) or App-Only Bearer token. Pricing: Free (write-only), Basic (5K/mo, 1M reads). Rate limits: Recent search 60 req/15 min (Basic), 300 req/15 min (Pro).Prerequisites
1
X Developer account
Apply at developer.x.com. Upgrade to at least Basic for read access.
2
Create project and app
In the Developer Portal, create a project and app. Generate a Bearer Token for app-only auth.
3
Mavera API key
Get your key from Mavera dashboard.
4
Environment variables
export X_BEARER_TOKEN="AAAAAAAAAAAAAxxxxxxx..." and export MAVERA_API_KEY="mvra_live_xxxxx"