One REST API, seven platforms

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.

300 free credits on sign-up
No credit card required
Instant API key access

Normalized data across seven platforms

TikTokInstagramXiaohongshu(RED)Lemon8LinkedInYouTubeFacebook

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.

One Unified Schema

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.

Unified field mapping for profiles, posts & comments
Declared Record Fidelity

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.

Fidelity flags & partialFields in every response
Entity & Observation Split

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.

Continuous time series, not just single snapshots
Three-Layer Cache Architecture

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.

L1 Edge · L2 Query · L3 Entity caching
LLM-Shaped Response Format

?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.

Token-dense payloads ready for agent pipelines
Multimodal Post Vision

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.

Image analysis integrated into the post payload

Simple Developer Workflow

How it works

Three straightforward steps from sign-up to production data pipelines. No brittle browser automation to maintain.

01

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.

02

Call one endpoint

Query any of the 7 supported platforms using consistent REST conventions at https://api.soradar.app/v2/{platform}/... with predictable parameters.

03

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.

200 OK — TikTok User Profilejson
{
  "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.

Free
Evaluation
Explore the unified API and test integrations with full platform access.
$0/ forever

What's included

  • 300 credits on signup
  • Access to all 7 supported platforms
  • No credit card required
  • Full REST API access
  • Standard rate limits
Most Popular
Pro
For active data pipelines, scraping automations, and AI agents.
$19/ month

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.