TikTok API - 用户搜索 (V1)
根据关键词搜索 TikTok 用户。 该接口返回匹配的用户列表及基本资料信息,包括用户 ID、昵称、唯一标识、头像、个人简介、粉丝数和认证状态。
典型使用场景:
- 通过关键词发现特定领域的达人。
- 识别目标受众并进行竞品分析。
- 查找官方品牌账号。
请求参数
| 参数名 | 位置 | 类型 | 必填 | 说明 |
|---|---|---|---|---|
token | query | string | 是 | 用于API访问的安全令牌。 |
keyword | query | string | 是 | 搜索关键词(例如 'deepseek')。 |
cursor | query | string | 否 | 分页游标。从 '0' 开始。 |
searchId | query | string | 否 | 从前一个请求返回的 'logid',用于保持搜索结果的一致性。 |
代码示例
💡 环境说明
默认示例使用 https://api.justoneapi.com (prod-global)。中国大陆地区建议替换为 http://47.117.133.51:30015 (prod-cn) 以获得更好的访问体验。详见 环境选择。
bash
# 提示: 中国大陆地区建议将 https://api.justoneapi.com 替换为 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
我想使用 Just One API 提供的“用户搜索 (V1)”接口。
接口地址: https://api.justoneapi.com/api/tiktok/search-user/v1
HTTP 方法: GET
身份验证: 在 URL 后添加查询参数“?token=您的API密钥”。
OpenAPI 定义: https://docs.justoneapi.com/openapi/tiktok-apis/user-search-v1-zh.json
请求参数说明:
- token (query): 用于API访问的安全令牌。 (必填)
- keyword (query): 搜索关键词(例如 'deepseek')。 (必填)
- cursor (query): 分页游标。从 '0' 开始。
- searchId (query): 从前一个请求返回的 'logid',用于保持搜索结果的一致性。
返回格式: JSON
响应处理与错误码:
1. 需通过返回体中的 "code" 字段判断业务结果(code 为 0 表示成功)。
2. 超时建议:建议将请求超时时间设置为至少 60 秒。
3. 业务码说明:
- 0: 成功
- 100: Token 无效或已失效
- 301: 采集失败,请重试
- 302: 超出速率限制
- 303: 超出每日配额
- 400: 参数错误
- 500: 内部服务器错误
- 600: 权限不足
- 601: 余额不足
请帮我用我擅长的编程语言写一个脚本来调用这个接口,并处理返回结果。python
# 提示: 中国大陆地区建议将 https://api.justoneapi.com 替换为 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
// 提示: 中国大陆地区建议将 https://api.justoneapi.com 替换为 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
// 提示: 中国大陆地区建议将 https://api.justoneapi.com 替换为 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
// 提示: 中国大陆地区建议将 https://api.justoneapi.com 替换为 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
// 提示: 中国大陆地区建议将 https://api.justoneapi.com 替换为 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;响应结果
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"
}
}💡 提示:为简化展示,列表类数据样例仅保留 1-2 条记录,实际返回条数以接口响应为准。
