Social data infrastructure
for the AI era

Social reasoning & emotional intelligence datasets for physical AI β€” and real-time social data APIs powering AI agents across quantitative trading, government & defense, and marketing.

16 platforms1,000+ endpoints1B+ dataset recordsfrom $0.001/request

Supported platforms β€” click to explore

Trusted by data teams and AI builders worldwide

30,000+

Developers & data teams

300M+

Requests ingested daily

16

Social platforms covered

1B+

Dataset records served

GDPR Compliant Β· CCPA Compliant

Public data only β€” GDPR & CCPA aligned

Live API Preview

See the API in action

Access video, audio, and text content spanning entertainment, technology, news, politics, education, fashion, food, and beyond β€” structured and ready for AI training, market research, content analysis, and competitive intelligence at scale.

Select language

  • Structured JSON responses
  • Sub-second response times
  • 16 platforms, one API key
tiktok_exampleTikTok
import requests
url = "https://api.tikhub.io/api/v1/tiktok/app/v3/fetch_one_video"
headers = {"Authorization": "Bearer YOUR_API_KEY"}
params = {"aweme_id": "7350810998023949599"}
response = requests.get(url, headers=headers, params=params)
data = response.json()
print(f"Description: {data['data']['desc']}")
print(f"Plays: {data['data']['statistics']['play_count']}")
print(f"Likes: {data['data']['statistics']['digg_count']}")
instagram_exampleInstagram
import requests
url = "https://api.tikhub.io/api/v1/instagram/v2/fetch_user_info"
headers = {"Authorization": "Bearer YOUR_API_KEY"}
params = {"username": "instagram", "user_id": "18527"}
response = requests.get(url, headers=headers, params=params)
data = response.json()
print(f"Followers: {data['data']['follower_count']}")
print(f"Posts: {data['data']['media_count']}")
print(f"Bio: {data['data']['biography']}")
x_twitter_exampleX / Twitter
import requests
url = "https://api.tikhub.io/api/v1/twitter/web/fetch_search_timeline"
headers = {"Authorization": "Bearer YOUR_API_KEY"}
params = {"keyword": "Elon Musk", "search_type": "Top"}
response = requests.get(url, headers=headers, params=params)
data = response.json()
print(f"Results: {len(data['data']['entries'])}")
for tweet in data['data']['entries'][:3]:
print(f" - {tweet['content']['text'][:80]}...")

MCP Integration & Chrome Extension

MCP & Chrome Extension: Connect Any AI Agent to Social Media Data

Explore MCP docs
All 16 platforms
claude_desktop_config.json
1{
2 "mcpServers": {
3 "tikhub-tiktok": {
4 "command": "npx",
5 "args": [
6 "mcp-remote",
7 "https://mcp.tikhub.io/tiktok/mcp",
8 "--header",
9 "Authorization: Bearer YOUR_API_KEY"
10 ]
11 }
12 }
13}

Claude Desktop

Give Claude direct access to social data tools across 16 platforms. Ask questions in natural language and get structured data β€” profiles, videos, comments, trends, and more.

990+

MCP tools

16

Platform MCPs

3 lines

To get started

16 Dedicated MCP Servers for Social Media Data

Each social platform has its own Model Context Protocol server with specialized AI agent tools. Pick only the platforms you need β€” from TikTok and Douyin to Reddit, LinkedIn, and WeChat.

Each MCP endpoint follows the pattern: mcp.tikhub.io/{platform}/mcp

Native MCP clients

CursorClineCherry StudioLangChain / LangGraph

Watch how Claude uses TikHub MCP to fetch social data and generate reports from natural language.

Public Video Performance Analytics

Video metadata, view counts, and engagement stats β€” exported as JSON.

Comment Engagement Analysis

Aggregate public comments and replies for sentiment, keyword, and audience studies β€” exported as CSV or JSON.

Public Account Performance Analytics

Account metrics and full public content history for benchmarking and competitive analysis β€” exported as CSV or JSON.

Deep Trend Report

One-click interactive HTML report with AI video content analysis β€” engagement rate, comment word cloud, and top comments. Exports as ZIP with raw JSON/CSV.

Browser Extension

Chrome Extension: social media analytics in your browser side panel

A bring-your-own-key TikHub client. Collect comments, analyze profiles, and generate reports for TikTok, Douyin, Instagram, X, and Bilibili β€” without ever leaving the page.

TikTokDouyinInstagramXBilibili
Requires a free TikHub API keyNo tracking
T
D
I
Y
X

990+ tools across 16 platforms β€” one API key for all

View full setup guide

Datasets

Training-ready datasets, billions of records

1B+ structured records across 10+ platforms β€” delivered as CSV, JSON, JSONL, or Parquet. Refreshed continuously, deduplicated, and licensed for commercial use.

TikTok video dataset example β€” social media data download with metadata, statistics, and engagement metrics
Instagram and TikTok user profile dataset β€” follower counts, engagement data, and verification status
Social media engagement dataset β€” comments, likes, shares, and sentiment data for AI training

Dataset Pricing

Volume-based pricing β€” the more you need, the less you pay per record.

RecordsStarting AtPer 1K
100K – 500K
$150$2.00
500K – 1.3M
$800$1.60
1.3M – 5M
$1,600$1.20
5M – 20M
$4,000$0.80
20M+
$8,000$0.40

Custom volumes and enterprise plans available

Browse datasets

Marketplace & Partnerships

Launching August 2026

Sell your AI agents, APIs & crawlers on TikHub

The TikHub Marketplace opens this August. Submit your product today and launch with us from day one β€” keep 90% of every sale.

AI Agents

Publish social-data agents and let customers run them on demand.

APIs

List your data APIs alongside TikHub's 1,000+ endpoints.

Web Crawlers

Monetize your scrapers with built-in billing and distribution.

Early submissions reviewed now β€” contact us to reserve your spot before launch.

Just 10% commission

vs. the ~20% industry standard.

TikHub10%
Industry standard~20%

What you can build

The data layer for AI products, agents, and SaaS

TikHub is infrastructure, not a dashboard. Teams build AI agents, RAG pipelines, training datasets, and data-powered SaaS on one API β€” without owning scraping infrastructure.

AI Agents

Build autonomous agents that read real-time social data and act on it β€” research agents, monitoring agents, and content agents. With 990+ MCP tools, an LLM can call TikHub directly: no glue code, no scraper to maintain, just structured data in the agent's context.

Example

Claude + TikHub MCP β†’ agent drafts a content strategy from live trends

Explore this use case

The social web won't structure itself.

Start with $0.05 free credit β€” enough to test any endpoint. No credit card required.