Skip to content

TikTok APIs - User Search (V1)

prod-global
GET
/api/tiktok/search-user/v1

Search for TikTok users by keyword. The API returns a list of matching users along with basic profile information such as user ID, nickname, unique handle, avatar, bio, follower count, and verification status.

Typical use cases:

  • Discovering influencers in specific niches via keywords.
  • Identifying target audiences and conducting competitor research.
  • Finding official brand accounts.

Parameters

NameInTypeRequiredDescription
tokenquerystringYesSecurity token for API access.
keywordquerystringYesSearch keywords (e.g., 'deepseek').
cursorquerystringNoPagination cursor. Start with '0'.
searchIdquerystringNoThe 'logid' returned from the previous request for consistent search results.

Code Samples

💡 Environment Note

Default samples use https://api.justoneapi.com (prod-global). For users in Mainland China, it is recommended to replace it with http://47.117.133.51:30015 (prod-cn) for better performance. See Environment Guide.

bash
# Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
curl -X GET "https://api.justoneapi.com/api/tiktok/search-user/v1?token=YOUR_API_KEY&keyword=VALUE"
text
I want to use the "User Search (V1)" API from Just One API.
API Endpoint: https://api.justoneapi.com/api/tiktok/search-user/v1
HTTP Method: GET
Authentication: Append "?token=YOUR_API_KEY" to the URL.
OpenAPI Definition: https://docs.justoneapi.com/openapi/tiktok-apis/user-search-v1-en.json

Parameters:
- token (query): Security token for API access. (Required)
- keyword (query): Search keywords (e.g., 'deepseek'). (Required)
- cursor (query): Pagination cursor. Start with '0'.
- searchId (query): The 'logid' returned from the previous request for consistent search results.

Return format: JSON

Response Handling & Error Codes:
1. Business results should be determined by the "code" field in the response body (code 0 means success).
2. Timeout Recommendation: Set request timeout to at least 60 seconds.
3. Business Code Reference:
   - 0: Success
   - 100: Invalid or Inactive Token
   - 301: Collection Failed. Please Retry.
   - 302: Rate Limit Exceeded
   - 303: Daily Quota Exceeded
   - 400: Invalid Parameters
   - 500: Internal Server Error
   - 600: Permission Denied
   - 601: Insufficient Balance

Please help me write a script in my preferred programming language to call this API and handle the response.
python
# Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
import requests

url = "https://api.justoneapi.com/api/tiktok/search-user/v1?token=YOUR_API_KEY&keyword=VALUE"
response = requests.get(url)
print(response.json())
js
// Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
const response = await fetch("https://api.justoneapi.com/api/tiktok/search-user/v1?token=YOUR_API_KEY&keyword=VALUE", {
  method: "GET"
});
const data = await response.json();
console.log(data);
java
// Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
import java.net.URI;
import java.net.http.HttpClient;
import java.net.http.HttpRequest;
import java.net.http.HttpResponse;

public class Main {
    public static void main(String[] args) throws Exception {
        HttpClient client = HttpClient.newHttpClient();
        HttpRequest request = HttpRequest.newBuilder()
            .uri(URI.create("https://api.justoneapi.com/api/tiktok/search-user/v1?token=YOUR_API_KEY&keyword=VALUE"))
            .method("GET", HttpRequest.BodyPublishers.noBody())
            .build();

        HttpResponse<String> response = client.send(request, HttpResponse.BodyHandlers.ofString());
        System.out.println(response.body());
    }
}
go
// Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
package main

import (
	"fmt"
	"io"
	"net/http"
)

func main() {
	client := &http.Client{}
	url := "https://api.justoneapi.com/api/tiktok/search-user/v1?token=YOUR_API_KEY&keyword=VALUE"
	req, _ := http.NewRequest("GET", url, nil)
	resp, _ := client.Do(req)
	defer resp.Body.Close()
	body, _ := io.ReadAll(resp.Body)
	fmt.Println(string(body))
}
php
// Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://api.justoneapi.com/api/tiktok/search-user/v1?token=YOUR_API_KEY&keyword=VALUE");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "GET");
$response = curl_exec($ch);
curl_close($ch);
echo $response;

Responses

json
{
  "code": 0,
  "data": {
    "type": 1,
    "user_list": [
      {
        "user_info": {
          "uid": "7424612909655835694",
          "nickname": "DeepSeek",
          "signature": "🐌\n\n\n↓ТГК ↓",
          "avatar_thumb": {
            "uri": "tos-useast5-avt-0068-tx/dd4f3e482b3f58d1a28cd32c891a0ff6",
            "url_list": [
              "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/dd4f3e482b3f58d1a28cd32c891a0ff6~tplv-tiktokx-cropcenter:100:100.webp?biz_tag=tiktok_user.user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=055adb2e&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1773151200&x-signature=UDcG%2BaD5KnFS5xrZDS7TC7WDcOY%3D",
              "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/dd4f3e482b3f58d1a28cd32c891a0ff6~tplv-tiktokx-cropcenter:100:100.webp?biz_tag=tiktok_user.user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=31b05961&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1773151200&x-signature=OvQxfPPAhiOWCeHbddfLahEYmAk%3D",
              "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/dd4f3e482b3f58d1a28cd32c891a0ff6~tplv-tiktokx-cropcenter:100:100.jpeg?biz_tag=tiktok_user.user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=a624cc24&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1773151200&x-signature=pqiLe7wBc2dlaBHPGOVbIJpvzhY%3D"
            ],
            "width": 720,
            "height": 720,
            "url_prefix": null
          },
          "follow_status": 0,
          "follower_count": 64000,
          "total_favorited": 2817564,
          "custom_verify": "",
          "unique_id": "dogish_",
          "room_id": 0,
          "enterprise_verify_reason": "",
          "followers_detail": null,
          "platform_sync_info": null,
          "geofencing": null,
          "cover_url": null,
          "item_list": null,
          "type_label": null,
          "ad_cover_url": null,
          "relative_users": null,
          "cha_list": null,
          "sec_uid": "MS4wLjABAAAAV4Z3YdkLbhKtPmSJ4WMpWlQdmxolYk5-XMDGoAYPPhrGwWUYE4uaMCumla1S5B7y",
          "need_points": null,
          "homepage_bottom_toast": null,
          "can_set_geofencing": null,
          "white_cover_url": null,
          "user_tags": null,
          "bold_fields": null,
          "search_highlight": null,
          "mutual_relation_avatars": null,
          "room_id_str": "0",
          "events": null,
          "advance_feature_item_order": null,
          "advanced_feature_info": null,
          "user_profile_guide": null,
          "shield_edit_field_info": null,
          "can_message_follow_status_list": null,
          "account_labels": null
        },
        "position": null,
        "uniqid_position": null,
        "effects": null,
        "musics": null,
        "items": null,
        "mix_list": null,
        "challenges": null
      },
      {
        "user_info": {
          "uid": "7247018674740823045",
          "nickname": "deepseek_AI",
          "signature": "",
          "avatar_thumb": {
            "uri": "tos-alisg-avt-0068/d79eab7796c963f299c1fc2fb07f5e18",
            "url_list": [
              "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/d79eab7796c963f299c1fc2fb07f5e18~tplv-tiktokx-cropcenter:100:100.webp?biz_tag=tiktok_user.user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=e9aea7cb&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1773151200&x-signature=j4i%2BDSiDP19Up3COwEm7R7eyv4g%3D",
              "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/d79eab7796c963f299c1fc2fb07f5e18~tplv-tiktokx-cropcenter:100:100.webp?biz_tag=tiktok_user.user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=0e0d2c12&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1773151200&x-signature=WbICqpeXLWDctnrCsKTe%2Fk4pgVI%3D",
              "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/d79eab7796c963f299c1fc2fb07f5e18~tplv-tiktokx-cropcenter:100:100.jpeg?biz_tag=tiktok_user.user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=68c82dfb&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1773151200&x-signature=cwCIPh4hJzet%2FpVYZqxmavu5bys%3D"
            ],
            "width": 720,
            "height": 720,
            "url_prefix": null
          },
          "follow_status": 0,
          "follower_count": 34500,
          "total_favorited": 50332,
          "custom_verify": "",
          "unique_id": "deepseek_official",
          "room_id": 0,
          "enterprise_verify_reason": "",
          "followers_detail": null,
          "platform_sync_info": null,
          "geofencing": null,
          "cover_url": null,
          "item_list": null,
          "type_label": null,
          "ad_cover_url": null,
          "relative_users": null,
          "cha_list": null,
          "sec_uid": "MS4wLjABAAAA19khLDq6LB6L2ByjG-3M3-_oS7NXpMCIrRZt2FPEEwM6paF8BaVF_q7yXegojuhX",
          "need_points": null,
          "homepage_bottom_toast": null,
          "can_set_geofencing": null,
          "white_cover_url": null,
          "user_tags": null,
          "bold_fields": null,
          "search_highlight": null,
          "mutual_relation_avatars": null,
          "room_id_str": "0",
          "events": null,
          "advance_feature_item_order": null,
          "advanced_feature_info": null,
          "user_profile_guide": null,
          "shield_edit_field_info": null,
          "can_message_follow_status_list": null,
          "account_labels": null
        },
        "position": null,
        "uniqid_position": null,
        "effects": null,
        "musics": null,
        "items": null,
        "mix_list": null,
        "challenges": null
      },
      {
        "user_info": {
          "uid": "7496195310914405398",
          "nickname": "Deepseek 🫀",
          "signature": "Lessons from life 🫀",
          "avatar_thumb": {
            "uri": "tos-maliva-avt-0068/3080473c738649c9e5cb48ba9b8210e7",
            "url_list": [
              "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-avt-0068/3080473c738649c9e5cb48ba9b8210e7~tplv-tiktokx-cropcenter:100:100.webp?biz_tag=tiktok_user.user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=bb0819f1&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1773151200&x-signature=%2FRz%2Bk4MNcpb5haGlg8ACTgDqj8Q%3D",
              "https://p19-common-sign.tiktokcdn-us.com/tos-maliva-avt-0068/3080473c738649c9e5cb48ba9b8210e7~tplv-tiktokx-cropcenter:100:100.webp?biz_tag=tiktok_user.user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=4dbf2003&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1773151200&x-signature=rZtFDBpNViJpyumJfxjSTXmXj9Q%3D",
              "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-avt-0068/3080473c738649c9e5cb48ba9b8210e7~tplv-tiktokx-cropcenter:100:100.jpeg?biz_tag=tiktok_user.user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=e4658b20&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1773151200&x-signature=bseVdLDlj5DPeC%2BuqjauYlDyj8Q%3D"
            ],
            "width": 720,
            "height": 720,
            "url_prefix": null
          },
          "follow_status": 0,
          "follower_count": 95800,
          "total_favorited": 4505381,
          "custom_verify": "",
          "unique_id": "deepseek540",
          "room_id": 0,
          "enterprise_verify_reason": "",
          "followers_detail": null,
          "platform_sync_info": null,
          "geofencing": null,
          "cover_url": null,
          "item_list": null,
          "type_label": null,
          "ad_cover_url": null,
          "relative_users": null,
          "cha_list": null,
          "sec_uid": "MS4wLjABAAAAsWsrpPUd1qCGZqc--C-NpaKC85gsLQxNf2plqux0zG4hMdkB22T4O_56xZ3Z1mtp",
          "need_points": null,
          "homepage_bottom_toast": null,
          "can_set_geofencing": null,
          "white_cover_url": null,
          "user_tags": null,
          "bold_fields": null,
          "search_highlight": null,
          "mutual_relation_avatars": null,
          "room_id_str": "0",
          "events": null,
          "advance_feature_item_order": null,
          "advanced_feature_info": null,
          "user_profile_guide": null,
          "shield_edit_field_info": null,
          "can_message_follow_status_list": null,
          "account_labels": null
        },
        "position": null,
        "uniqid_position": null,
        "effects": null,
        "musics": null,
        "items": null,
        "mix_list": null,
        "challenges": null
      },
      {
        "user_info": {
          "uid": "7470161923126019104",
          "nickname": "Deepseek 🥀",
          "signature": "Account leny k leye aur UK ka account banwany k leye rabta karin ...",
          "avatar_thumb": {
            "uri": "tos-maliva-avt-0068/a7b634c42c0bda24bef618d175c90fb6",
            "url_list": [
              "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-avt-0068/a7b634c42c0bda24bef618d175c90fb6~tplv-tiktokx-cropcenter:100:100.webp?biz_tag=tiktok_user.user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=57fd9761&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1773151200&x-signature=lXN5fuBTcEi3cQoIUZZQrVC9s70%3D",
              "https://p19-common-sign.tiktokcdn-us.com/tos-maliva-avt-0068/a7b634c42c0bda24bef618d175c90fb6~tplv-tiktokx-cropcenter:100:100.webp?biz_tag=tiktok_user.user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=b412877f&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1773151200&x-signature=UxpvVfq0S1x33JKYfcplD0gCqMA%3D",
              "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-avt-0068/a7b634c42c0bda24bef618d175c90fb6~tplv-tiktokx-cropcenter:100:100.jpeg?biz_tag=tiktok_user.user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=d4dc7816&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1773151200&x-signature=5thV1%2BP3RRmWRXgaZ9%2FUp%2B2mmJM%3D"
            ],
            "width": 720,
            "height": 720,
            "url_prefix": null
          },
          "follow_status": 0,
          "follower_count": 32300,
          "total_favorited": 840216,
          "custom_verify": "",
          "unique_id": "deepseek109",
          "room_id": 0,
          "enterprise_verify_reason": "",
          "followers_detail": null,
          "platform_sync_info": null,
          "geofencing": null,
          "cover_url": null,
          "item_list": null,
          "type_label": null,
          "ad_cover_url": null,
          "relative_users": null,
          "cha_list": null,
          "sec_uid": "MS4wLjABAAAAZ9ggU_-w_6AFg7YnZK75ll38b9ciAc0AgVoEciLLMtJrSfhba8sN0rz1xmYBUwyV",
          "need_points": null,
          "homepage_bottom_toast": null,
          "can_set_geofencing": null,
          "white_cover_url": null,
          "user_tags": null,
          "bold_fields": null,
          "search_highlight": null,
          "mutual_relation_avatars": null,
          "room_id_str": "0",
          "events": null,
          "advance_feature_item_order": null,
          "advanced_feature_info": null,
          "user_profile_guide": null,
          "shield_edit_field_info": null,
          "can_message_follow_status_list": null,
          "account_labels": null
        },
        "position": null,
        "uniqid_position": null,
        "effects": null,
        "musics": null,
        "items": null,
        "mix_list": null,
        "challenges": null
      },
      {
        "user_info": {
          "uid": "7486334325254161415",
          "nickname": "Deep Seek",
          "signature": "DeepSeek AI – Your smart AI sidekick! 🤖✨ #AIForAll#Short & catchy! 😊",
          "avatar_thumb": {
            "uri": "tos-alisg-avt-0068/9d88bfb06cfd7ae18d0c49df5afeefd8",
            "url_list": [
              "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/9d88bfb06cfd7ae18d0c49df5afeefd8~tplv-tiktokx-cropcenter:100:100.webp?biz_tag=tiktok_user.user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=cc2804c3&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1773151200&x-signature=mEag8A902RX4ENRmLE9pEBauU%2FQ%3D",
              "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/9d88bfb06cfd7ae18d0c49df5afeefd8~tplv-tiktokx-cropcenter:100:100.webp?biz_tag=tiktok_user.user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=2694ab10&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1773151200&x-signature=C41NrVlS2PkauFvzQXLoc7aW3Yw%3D",
              "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/9d88bfb06cfd7ae18d0c49df5afeefd8~tplv-tiktokx-cropcenter:100:100.jpeg?biz_tag=tiktok_user.user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=3ede119c&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1773151200&x-signature=tuM72Pd8fh82oMgJDNPhnDf3IBA%3D"
            ],
            "width": 720,
            "height": 720,
            "url_prefix": null
          },
          "follow_status": 0,
          "follower_count": 13700,
          "total_favorited": 570839,
          "custom_verify": "",
          "unique_id": "deepseek996",
          "room_id": 0,
          "enterprise_verify_reason": "",
          "followers_detail": null,
          "platform_sync_info": null,
          "geofencing": null,
          "cover_url": null,
          "item_list": null,
          "type_label": null,
          "ad_cover_url": null,
          "relative_users": null,
          "cha_list": null,
          "sec_uid": "MS4wLjABAAAASBZCTMWzGiI39KW0MMltYtRzX6uFQBmj1BoCutSMQV08vclsFn5P27x9xCOV6hB9",
          "need_points": null,
          "homepage_bottom_toast": null,
          "can_set_geofencing": null,
          "white_cover_url": null,
          "user_tags": null,
          "bold_fields": null,
          "search_highlight": null,
          "mutual_relation_avatars": null,
          "room_id_str": "0",
          "events": null,
          "advance_feature_item_order": null,
          "advanced_feature_info": null,
          "user_profile_guide": null,
          "shield_edit_field_info": null,
          "can_message_follow_status_list": null,
          "account_labels": null
        },
        "position": null,
        "uniqid_position": null,
        "effects": null,
        "musics": null,
        "items": null,
        "mix_list": null,
        "challenges": null
      },
      {
        "user_info": {
          "uid": "7485201371781481514",
          "nickname": "user42497951372535",
          "signature": "",
          "avatar_thumb": {
            "uri": "tos-useast8-avt-0068-tx2/a21dd19ad005be64e59a74d6eca1bed6",
            "url_list": [
              "https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/a21dd19ad005be64e59a74d6eca1bed6~tplv-tiktokx-cropcenter:100:100.webp?biz_tag=tiktok_user.user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=dac192ca&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1773151200&x-signature=6OOz0hb8PJQXp3uBYmnKfSIt7QU%3D",
              "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/a21dd19ad005be64e59a74d6eca1bed6~tplv-tiktokx-cropcenter:100:100.webp?biz_tag=tiktok_user.user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=b1b3f1bc&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1773151200&x-signature=OTiV8JEJy%2B2n8nsu3sqx7Lk7U8E%3D",
              "https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/a21dd19ad005be64e59a74d6eca1bed6~tplv-tiktokx-cropcenter:100:100.jpeg?biz_tag=tiktok_user.user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=da7b4ece&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1773151200&x-signature=frM4NJ4H4qp6%2B631jDQPxZRznjc%3D"
            ],
            "width": 720,
            "height": 720,
            "url_prefix": null
          },
          "follow_status": 0,
          "follower_count": 34600,
          "total_favorited": 111141,
          "custom_verify": "",
          "unique_id": "deepseek333",
          "room_id": 0,
          "enterprise_verify_reason": "",
          "followers_detail": null,
          "platform_sync_info": null,
          "geofencing": null,
          "cover_url": null,
          "item_list": null,
          "type_label": null,
          "ad_cover_url": null,
          "relative_users": null,
          "cha_list": null,
          "sec_uid": "MS4wLjABAAAAN3k6NIK_dmqwCjDZo7bgWgmAo9L3qP2D9ImHK5c-BCojQW-DStUGRslfuWNSEhb1",
          "need_points": null,
          "homepage_bottom_toast": null,
          "can_set_geofencing": null,
          "white_cover_url": null,
          "user_tags": null,
          "bold_fields": null,
          "search_highlight": null,
          "mutual_relation_avatars": null,
          "room_id_str": "0",
          "events": null,
          "advance_feature_item_order": null,
          "advanced_feature_info": null,
          "user_profile_guide": null,
          "shield_edit_field_info": null,
          "can_message_follow_status_list": null,
          "account_labels": null
        },
        "position": null,
        "uniqid_position": null,
        "effects": null,
        "musics": null,
        "items": null,
        "mix_list": null,
        "challenges": null
      },
      {
        "user_info": {
          "uid": "7528172745910141960",
          "nickname": "deepseek_m.s",
          "signature": "Legit Account✅\nFollow to get notified in my live💕",
          "avatar_thumb": {
            "uri": "tos-alisg-avt-0068/ba0aa6843589ba45e02f5bb46e5f16b6",
            "url_list": [
              "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/ba0aa6843589ba45e02f5bb46e5f16b6~tplv-tiktokx-cropcenter:100:100.webp?biz_tag=tiktok_user.user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=28a5f80d&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1773151200&x-signature=U3JVesKvMtltXXG9OFcflH3D9Es%3D",
              "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/ba0aa6843589ba45e02f5bb46e5f16b6~tplv-tiktokx-cropcenter:100:100.webp?biz_tag=tiktok_user.user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=f002c017&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1773151200&x-signature=N6VensWBWyJZ2I3KrUSJ1l5ukoQ%3D",
              "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/ba0aa6843589ba45e02f5bb46e5f16b6~tplv-tiktokx-cropcenter:100:100.jpeg?biz_tag=tiktok_user.user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=113c134a&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1773151200&x-signature=RNnDcwnDikuoNMRF9LwscscUQ88%3D"
            ],
            "width": 720,
            "height": 720,
            "url_prefix": null
          },
          "follow_status": 0,
          "follower_count": 35600,
          "total_favorited": 5176,
          "custom_verify": "",
          "unique_id": "deepseek_m.s",
          "room_id": 0,
          "enterprise_verify_reason": "",
          "followers_detail": null,
          "platform_sync_info": null,
          "geofencing": null,
          "cover_url": null,
          "item_list": null,
          "type_label": null,
          "ad_cover_url": null,
          "relative_users": null,
          "cha_list": null,
          "sec_uid": "MS4wLjABAAAAonM4jEIVHNSuuzdonIPkU0j75CWXpUtJUKcz1pfw6kHtVOA7fafHZgps_-edk9NO",
          "need_points": null,
          "homepage_bottom_toast": null,
          "can_set_geofencing": null,
          "white_cover_url": null,
          "user_tags": null,
          "bold_fields": null,
          "search_highlight": null,
          "mutual_relation_avatars": null,
          "room_id_str": "0",
          "events": null,
          "advance_feature_item_order": null,
          "advanced_feature_info": null,
          "user_profile_guide": null,
          "shield_edit_field_info": null,
          "can_message_follow_status_list": null,
          "account_labels": null
        },
        "position": null,
        "uniqid_position": null,
        "effects": null,
        "musics": null,
        "items": null,
        "mix_list": null,
        "challenges": null
      },
      {
        "user_info": {
          "uid": "7453848471222780933",
          "nickname": "DeepSeek",
          "signature": "DeepSeek ( 深度求索 )\nUnravel the mystery of AGI with curiosity. 🐋",
          "avatar_thumb": {
            "uri": "tos-maliva-avt-0068/e43eebb3de3b10ea7fd4c59f7b1fb375",
            "url_list": [
              "https://p19-common-sign.tiktokcdn-us.com/tos-maliva-avt-0068/e43eebb3de3b10ea7fd4c59f7b1fb375~tplv-tiktokx-cropcenter:100:100.webp?biz_tag=tiktok_user.user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=43f97204&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1773151200&x-signature=SObcDg3GBdVCDAEN2yRur9xLoyc%3D",
              "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-avt-0068/e43eebb3de3b10ea7fd4c59f7b1fb375~tplv-tiktokx-cropcenter:100:100.webp?biz_tag=tiktok_user.user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=bb296c61&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1773151200&x-signature=%2Bluqnq%2B5a4xxDnpFnnksE9PBp%2F4%3D",
              "https://p19-common-sign.tiktokcdn-us.com/tos-maliva-avt-0068/e43eebb3de3b10ea7fd4c59f7b1fb375~tplv-tiktokx-cropcenter:100:100.jpeg?biz_tag=tiktok_user.user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=100c9c12&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1773151200&x-signature=L5tX97y%2BKG9W8PYutMXeykbS%2Bms%3D"
            ],
            "width": 720,
            "height": 720,
            "url_prefix": null
          },
          "follow_status": 0,
          "follower_count": 16600,
          "total_favorited": 0,
          "custom_verify": "",
          "unique_id": "deepseek_ai",
          "room_id": 0,
          "enterprise_verify_reason": "",
          "followers_detail": null,
          "platform_sync_info": null,
          "geofencing": null,
          "cover_url": null,
          "item_list": null,
          "type_label": null,
          "ad_cover_url": null,
          "relative_users": null,
          "cha_list": null,
          "sec_uid": "MS4wLjABAAAAUZqRvVuJsTTWRLCvFXIthEshPL7ZDtoYQ_wQbIjlrlYPYR9ZaMArE4bdf5Z2AenY",
          "need_points": null,
          "homepage_bottom_toast": null,
          "can_set_geofencing": null,
          "white_cover_url": null,
          "user_tags": null,
          "bold_fields": null,
          "search_highlight": null,
          "mutual_relation_avatars": null,
          "room_id_str": "0",
          "events": null,
          "advance_feature_item_order": null,
          "advanced_feature_info": null,
          "user_profile_guide": null,
          "shield_edit_field_info": null,
          "can_message_follow_status_list": null,
          "account_labels": null
        },
        "position": null,
        "uniqid_position": null,
        "effects": null,
        "musics": null,
        "items": null,
        "mix_list": null,
        "challenges": null
      },
      {
        "user_info": {
          "uid": "7394384214155658283",
          "nickname": "Deepseek.com",
          "signature": "",
          "avatar_thumb": {
            "uri": "tos-useast5-avt-0068-tx/2d325e8e8854c894a9a0818fe65a1d8f",
            "url_list": [
              "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/2d325e8e8854c894a9a0818fe65a1d8f~tplv-tiktokx-cropcenter:100:100.webp?biz_tag=tiktok_user.user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=d4b407aa&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1773151200&x-signature=mao8MDOMI4ZDrDdXO%2F4abl4uZec%3D",
              "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/2d325e8e8854c894a9a0818fe65a1d8f~tplv-tiktokx-cropcenter:100:100.webp?biz_tag=tiktok_user.user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=342b810a&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1773151200&x-signature=71HVdTR%2FoaTpYZgZhDl%2FHchc%2BZ0%3D",
              "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/2d325e8e8854c894a9a0818fe65a1d8f~tplv-tiktokx-cropcenter:100:100.jpeg?biz_tag=tiktok_user.user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=7a13e4a5&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1773151200&x-signature=QmuDw7kaqFqr6GHOZICZqeYW4Hs%3D"
            ],
            "width": 720,
            "height": 720,
            "url_prefix": null
          },
          "follow_status": 0,
          "follower_count": 97400,
          "total_favorited": 78555,
          "custom_verify": "",
          "unique_id": "deep_seek_",
          "room_id": 0,
          "enterprise_verify_reason": "",
          "followers_detail": null,
          "platform_sync_info": null,
          "geofencing": null,
          "cover_url": null,
          "item_list": null,
          "type_label": null,
          "ad_cover_url": null,
          "relative_users": null,
          "cha_list": null,
          "sec_uid": "MS4wLjABAAAAE7zCQVlVvo2dEViP7bqWOAoeBpqLinCx3AtKtKu1z7y83PGohNHf9Bw6Xk_Dg-Jm",
          "need_points": null,
          "homepage_bottom_toast": null,
          "can_set_geofencing": null,
          "white_cover_url": null,
          "user_tags": null,
          "bold_fields": null,
          "search_highlight": null,
          "mutual_relation_avatars": null,
          "room_id_str": "0",
          "events": null,
          "advance_feature_item_order": null,
          "advanced_feature_info": null,
          "user_profile_guide": null,
          "shield_edit_field_info": null,
          "can_message_follow_status_list": null,
          "account_labels": null
        },
        "position": null,
        "uniqid_position": null,
        "effects": null,
        "musics": null,
        "items": null,
        "mix_list": null,
        "challenges": null
      },
      {
        "user_info": {
          "uid": "6774811330983019526",
          "nickname": "DeepSeek",
          "signature": "",
          "avatar_thumb": {
            "uri": "tos-alisg-avt-0068/f8ff127981fe32e031d5e9a17b6f8703",
            "url_list": [
              "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/f8ff127981fe32e031d5e9a17b6f8703~tplv-tiktokx-cropcenter:100:100.webp?biz_tag=tiktok_user.user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=80e64dac&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1773151200&x-signature=6L%2BMQYbk%2BPUTNpR7Vz3OMmhKLwM%3D",
              "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/f8ff127981fe32e031d5e9a17b6f8703~tplv-tiktokx-cropcenter:100:100.webp?biz_tag=tiktok_user.user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=b443fe03&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1773151200&x-signature=oMzAuwizH2mSuKhKIieRwK7lDjg%3D",
              "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/f8ff127981fe32e031d5e9a17b6f8703~tplv-tiktokx-cropcenter:100:100.jpeg?biz_tag=tiktok_user.user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=c4f3caf7&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1773151200&x-signature=eeNGXiRRTirSkrWUZS2NxpQNbHY%3D"
            ],
            "width": 720,
            "height": 720,
            "url_prefix": null
          },
          "follow_status": 0,
          "follower_count": 244100,
          "total_favorited": 6,
          "custom_verify": "",
          "unique_id": "deepseekru",
          "room_id": 0,
          "enterprise_verify_reason": "",
          "followers_detail": null,
          "platform_sync_info": null,
          "geofencing": null,
          "cover_url": null,
          "item_list": null,
          "type_label": null,
          "ad_cover_url": null,
          "relative_users": null,
          "cha_list": null,
          "sec_uid": "MS4wLjABAAAAEQAx3QH47FGP88oLtW5YVbPxL3yOpc3l_he2UNR1YzXsACFdjPLR44GOyIV5Y9rc",
          "need_points": null,
          "homepage_bottom_toast": null,
          "can_set_geofencing": null,
          "white_cover_url": null,
          "user_tags": null,
          "bold_fields": null,
          "search_highlight": null,
          "mutual_relation_avatars": null,
          "room_id_str": "0",
          "events": null,
          "advance_feature_item_order": null,
          "advanced_feature_info": null,
          "user_profile_guide": null,
          "shield_edit_field_info": null,
          "can_message_follow_status_list": null,
          "account_labels": null
        },
        "position": null,
        "uniqid_position": null,
        "effects": null,
        "musics": null,
        "items": null,
        "mix_list": null,
        "challenges": null
      }
    ],
    "challenge_list": null,
    "music_list": null,
    "cursor": 10,
    "has_more": 1,
    "status_code": 0,
    "qc": "",
    "rid": "202603091414200EE3DD44D934969E2633",
    "log_pb": {
      "impr_id": "202603091414200EE3DD44D934969E2633"
    },
    "extra": {
      "now": 1773065661000,
      "logid": "202603091414200EE3DD44D934969E2633",
      "fatal_item_ids": [],
      "search_request_id": "",
      "server_stream_time": 435,
      "api_debug_info": null
    },
    "input_keyword": "deepseek",
    "global_doodle_config": {
      "keyword": "deepseek",
      "display_filter_bar": 1,
      "new_source": "",
      "search_channel": "tiktok_user",
      "tns_search_result": "Pass",
      "hide_results": false,
      "feedback_survey": null,
      "hit_shark": false,
      "hit_dolphin": false
    },
    "feedback_type": "user"
  }
}

💡 Note: For list data, the example shows only 1-2 items for simplicity. The actual count depends on the API response.