socialsearchapi Dashboard Get a key

Search TikTok with one call.

Read TikTok, creator videos and hashtag search, without building or maintaining a scraper. Same response shape as every other platform here, so one parser handles all of them.

2-5 credits a call
50 free credits on signup, no card
failed calls: 0 credits

1The call

curl -H "x-api-key: $SS_KEY" \
  "https://api.socialsearchapi.com/v1/tiktok/profile/posts?handle=tiktok"

This call costs 2 credits. A new account starts with 50 free credits on any platform: create a key in the dashboard and this command runs as-is.

2Why not build this yourself

TikTok signs its web requests and geo-redirects unknown clients, so a plain GET returns an About page rather than data. Reproducing the signing is a moving target that breaks on their release schedule, not yours.

3What comes backcaptured 2026-08-27

{
  "success": true,
  "platform": "tiktok",
  "data": {
    "total": 10,
    "items": [
      {
        "id": "7678745502359342366",
        "platform": "tiktok",
        "type": "video",
        "text": "she first connected with fans on TikTok. now @Bella Kay is meeting them on \"Behind the Breakthrough.\"",
        "url": "https://www.tiktok.com/@tiktok/video/7678745502359342366",
        "author": "tiktok",
        "author_name": "TikTok",
        "created_at": "2026-08-27T16:14:46Z",
        "metrics": {
          "comments": 79,
          "likes": 612,
          "views": 11528,
          "shares": 8
        }
      }
    ]
  },
  "credits_used": 3
}

Items from TikTok carry: author, author_name, created_at, extra, id, metrics, platform, text, type, url.

4Characteristics

ParameterValue
/v1/tiktok/hashtag2 credits a call
/v1/tiktok/post2 credits a call
/v1/tiktok/post/comments3 credits a call
/v1/tiktok/post/transcript5 credits a call
/v1/tiktok/profile2 credits a call
/v1/tiktok/profile/posts2 credits a call
/v1/tiktok/search2 credits a call
Typical latency4,936 ms, measured 2026-08-27
CoveragePublic creator content only. No private accounts, no analytics-only fields.
DataPublicly available content only, nothing behind a login. See the public data notice.
ReferenceEvery TikTok endpoint, its parameters and its price: API reference

5If you got here from an error

6Other platforms

Get a key50 free credits ยท no card