Social Data Catalog

The catalog contains 1031 callable actions. Choose by platform, then use the action ID in POST /v1/social-data/call.

Download machine-readable catalog · MCP tool manifest

Platforms

PlatformActions
douyin326
tiktok164
instagram93
bilibili87
weibo56
xiaohongshu44
zhihu41
kuaishou38
youtube33
twitter25
reddit24
pipixia17
lemon816
wechat_channels12
wechat_mp11
threads9
linkedin8
xigua7
toutiao7
telegram7
temp_mail3
wechat_search2
hybrid1

Example

curl https://api.beatapi.io/v1/social-data/call \\
-H "Authorization: Bearer $BEATAPI_API_KEY" \\
-H "Content-Type: application/json" \\
-d '{"model":"social-data","action":"douyin.web.fetch_one_video","params":{"aweme_id":"7364837462110"}}'

Each catalog entry includes id, platform, method, input_schema. For POST actions, params is a JSON object; for GET actions, values must be scalar.