# TikTok Trending API (https://www.socialcrawl.dev/platforms/tiktok/trending) > Returns trending videos for a specific region. Each video includes view count, like count, caption, author info, and thumbnail. TL;DR: `GET /v1/tiktok/trending` costs 5 credits per call and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `region` | yes | ISO 3166-1 alpha-2 country code (e.g., US, GB, KR) | | `trim` | no | Set to true to get a trimmed response. | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/tiktok/trending?region=US" \ -H "x-api-key: sc_YOUR_API_KEY" ``` ## FAQ ### How do I get the TikTok trending feed with an API? Send a GET request to /v1/tiktok/trending with the region parameter (ISO 3166-1 alpha-2 country code like US, GB, KR). SocialCrawl returns the current For You trending feed for that region in a unified schema. ### What data does the TikTok Trending endpoint return? Each trending video includes video id, url, caption, view count, like count, comment count, share count, thumbnail URL, creation timestamp, and full creator details. ### Which countries does TikTok Trending support? Any country that TikTok serves trending content in. Popular values include US, GB, FR, DE, JP, KR, BR, IN, and most European and Asian markets — pass the 2-letter ISO country code. ### How fresh is the TikTok trending feed? The feed reflects TikTok's current trending rotation at the moment of the request. Responses are cached briefly in the search category, so back-to-back requests return quickly without burning extra credits. ### How much does the TikTok Trending API cost? Each request costs 5 credits on the advanced tier because trending feeds require heavier upstream work. New accounts get 100 free credits with no credit card required. See the full TikTok API: https://www.socialcrawl.dev/platforms/tiktok ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing ## Explore with AI Questions this API answers, phrased for an AI assistant: - How to get the TikTok trending feed with the SocialCrawl API - What does the SocialCrawl TikTok Trending endpoint return?