All systems operational·Public beta

One API for every social platform

Read trends, post content, track engagement — across X, Reddit, Instagram, TikTok, and more. One integration. Every platform.

2.4M
Requests / month
8
Platforms
148ms
p50 Latency
99.9%
Uptime
Supported Platforms
X / Twitter
Reddit
Instagram
TikTok
Discord
Telegram
YouTube
Threads
Soon Bluesky
Soon LinkedIn

Start in 30 seconds

Three endpoints. Every platform. Here's the entire API.

Read
# Get trending from any platform
import socialrouter

client = socialrouter.Client("sr_key")

trends = client.read(
    platform="reddit",
    source="r/wallstreetbets",
    sort="hot",
    limit=25
)

for post in trends.items:
    print(post.title)
Pull trending content, search posts, and monitor feeds from any platform through one endpoint.
Write
# Post to multiple platforms
result = client.write(
    platforms=["x", "instagram"],
    content={
        "text": "Markets today 📈",
        "media": "chart.jpg"
    }
)

for r in result.results:
    print(r.url)
Post once, publish everywhere. Per-platform formatting handled automatically.
Analytics
# Track engagement
stats = client.analytics(
    platform="x",
    handle="wallstreetbets",
    period="7d"
)

print(stats.total_reach)
print(stats.engagement_rate)
Unified engagement metrics. One consistent format across all platforms.

How it works

01
Connect
Get your API key
Sign up, create a key, install the SDK. You're making requests in under a minute.
02
Route
One unified API
We handle auth, rate limits, proxies, and response normalization for every platform.
03
Build
Ship your product
Read trends, post content, track analytics. Build the social layer without the headaches.

Pay per request

No subscriptions. No minimums. Scale from zero to millions.

PlatformReadWriteAnalytics
X / Twitter$0.001$0.005$0.002
Reddit$0.001$0.003$0.001
Instagram$0.002$0.01$0.003
TikTok$0.002$0.01$0.003
Discord$0.001$0.002$0.001
Telegram$0.001$0.002$0.001
YouTube$0.002n/a$0.003
Estimate your cost
$11.50
/ month · 6,000 requests
Reads5,000
Writes500
Analytics500

First 1,000 requests free. No credit card required.

Frequently asked