One API. Seven platforms. One unified schema.
Extract profiles, posts, metrics, and comments across seven social networks through a single predictable schema instead of writing and maintaining seven brittle scrapers.
Normalized data across seven platforms
Engineered For Reliability
Built for developers who need dependable social data
Every feature directly addresses a systemic defect in traditional social scraping setups: inconsistent schemas, truncated captions, ephemeral CDN links, and lost history.
Identical keys across 7 networks
Whether you are extracting user profiles, post metadata, or comment threads from TikTok, LinkedIn, or Xiaohongshu, you receive one consistent JSON structure. Write ingestion logic once and never touch vendor-specific adapters again.
Transparent summary vs detail views
Every record explicitly declares its fidelity (summary vs detail) and enumerates partialFields. You know immediately if a search result caption was truncated at source rather than discovering broken data downstream.
Append-only metric time series
Stable entities and volatile engagement counts are decoupled. Metrics always carry an observedAt timestamp and append to historical observations. Build real time-series trend lines instead of losing history to destructive snapshot overwrites.
Fast, cost-efficient edge resolution
Layer 1 edge caching, Layer 2 query caching, and Layer 3 entity rehydration work together to serve repeat queries and frequent polling in milliseconds while protecting upstream quota and keeping your query costs low.
?x-format=llm query parameter
Strip expired or signed CDN image URLs and deliver clean token-optimized payloads. Soradar preserves engagement metrics, unit counts, and interaction denominators structured specifically for AI agent prompt contexts.
Automated visual post understanding
Optional vision pipeline provides automated image understanding and scene descriptions on posts. Extract visual themes, objects, and on-image textual context directly alongside standard engagement metrics.
Simple Developer Workflow
How it works
Three straightforward steps from sign-up to production data pipelines. No brittle browser automation to maintain.
Get an API key
Sign up in seconds. You instantly receive your Bearer token and 300 free credits deposited into your account without entering credit card details.
Call one endpoint
Query any of the 7 supported platforms using consistent REST conventions at https://api.soradar.app/v2/{platform}/... with predictable parameters.
Ingest unified JSON
Receive normalized payloads with uniform field keys, explicit fidelity flags (summary vs detail), and time-stamped metric observations.
Realistic Request & Response
Notice the normalized schema, explicit fidelity flag, and timestamped metrics.
{
"platform": "tiktok",
"dataType": "user",
"outcome": "cache_hit",
"latencyMs": 42,
"fidelity": "detail",
"data": {
"id": "khaby.lame",
"username": "khaby.lame",
"displayName": "Khabane Lame",
"bio": "If you wanna laugh you are in the right place😎",
"verified": true,
"metrics": {
"followers": 162400000,
"likes": 2400000000,
"posts": 1240,
"observedAt": "2026-09-18T00:00:00.000Z"
}
}
}Predictable Plans
Simple, credit-based pricing
Start free with zero commitment. Scale smoothly as your data extraction needs grow.
What's included
- 300 credits on signup
- Access to all 7 supported platforms
- No credit card required
- Full REST API access
- Standard rate limits
Everything in Free, plus
- 20,000 credits / month
- Pay-as-you-go above the plan
- Access to all 7 platforms
- Image understanding on posts
- Usage analytics in your dashboard
How request credits work
Requests are priced in credits. Credit consumption differs per platform and endpoint based on query complexity (for example, lightweight user profile lookups consume fewer credits than deep comment threads or heavy search queries). You only consume credits when your API request succeeds.
Stop writing custom scrapers for every platform
Switch to one consistent schema across TikTok, Instagram, Xiaohongshu, Lemon8, LinkedIn, YouTube, and Facebook. Sign up now and test with 300 free credits.