v1
latestOpenAPI 3.1.02026-07-26560790.7 KBSearch
Search Account
Search Account
get/api/search/account
Query parameters
keywordstring required
Search keyword
Example:taylor
cursorinteger
cursor parameter is used for pagination. In the first request, the default value of cursor is 0. For subsequent requests, the value of cursor will be taken from the response of the previous request. In the Search Endpoints, both cursor and search_id need to be provided when pagination is used
search_idstring
search_id parameter is used for pagination. In the first request, the default value of the search_id is 0. For subsequent requests, the value of the cursor will be taken from the response of the previous request (from: log_pb.impr_id). In the Search Endpoints, both cursor and search_id need to be provided when pagination is used
Example:0
Response
Success
Example response
{
"hasMore": 1,
"cursor": 12,
"log_pb": {
"impr_id": "20251120012712816099520CDA04824F17"
},
"user_list": [
{
"user_info": {
"uid": "6881290705605477381",
"nickname": "Taylor Swift",
"signature": "This is pretty much just a cat account",
"avatar_thumb": {
"uri": "tos-maliva-avt-0068/c39c2807c155535cf328225955e00aba",
"url_list": [
"https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/c39c2807c155535cf328225955e00aba~tplv-tiktokx-cropcenter:100:100.webp?biz_tag=tiktok_user.user_cover&dr=14579&idc=my&ps=13740610&refresh_token=532dfbd1&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1764226800&x-signature=uN3qdOWoiodw3SgcQmiEufsX4tk%3D",
"https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/c39c2807c155535cf328225955e00aba~tplv-tiktokx-cropcenter:100:100.jpeg?biz_tag=tiktok_user.user_cover&dr=14579&idc=my&ps=13740610&refresh_token=b29c771f&shcp=c1333099&shp=30310797&t=4d5b0474&x-expires=1764226800&x-signature=SP8r9XFIkHLPpJxsClv88JlLMNE%3D"
],
"width": 720,
"height": 720
},
"follower_count": 33300000,
"total_favorited": 263939715,
"custom_verify": "Verified account",
"unique_id": "taylorswift",
"sec_uid": "MS4wLjABAAAAqB08cUbXaDWqbD6MCga2RbGTuhfO2EsHayBYx08NDrN7IE3jQuRDNNN6YwyfH6_6"
}
}
]
}