socialcrawl/
← All platforms

tiktok

Unified access to tiktok data.

GET /v1/tiktok/user 1 credit cached 15m
curl "http://datatrend.nl/v1/tiktok/user" \
  -H "x-api-key: YOUR_KEY"
GET /v1/tiktok/videos 1 credit cached 5m
curl "http://datatrend.nl/v1/tiktok/videos" \
  -H "x-api-key: YOUR_KEY"
GET /v1/tiktok/video 1 credit cached 15m
Parameters
video_id required e.g. value
curl "http://datatrend.nl/v1/tiktok/video?video_id=value" \
  -H "x-api-key: YOUR_KEY"