Platforms

TikTok API

Search creators and trending content, resolve profiles with full engagement counts, and run email enrichment. The anonymous free preview serves cached TikTok results, so agents can try Stormy without a card.

Endpoints

Example

curl -X POST 'https://stormy.ai/api/v1/search' \
  -H 'Authorization: Bearer YOUR_STORMY_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{"platform":"tiktok","query":"skincare creators with tutorials","limit":25,"fresh":true}'

Profile fields

idsec_uidhandlenicknamesignatureavatarverifiedfollower_countfollowing_countlikes_countvideo_count

Post fields

descriptiontimestampdurationviewslikescommentssharessavespinned statemusichashtagscaption URL

Fields are returned when public and supplied by the selected source — treat platform-specific fields as nullable.

Lookup formats

https://tiktok.com/@creator — profile URLs, @handles, usernames, and platform IDs all resolve through POST /api/v1/profile.