---
title: "Search Account"
method: GET
path: "/api/search/account"
tags: ["Search"]
---

# Search Account

`GET /api/search/account`

Search Account

## Query parameters

- `keyword` string, required — Search keyword
- `cursor` integer — 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_id` string — 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

## Response `200`

Success

- object
  - `hasMore` number — Indicates whether there are more data available to fetch
  - `cursor` number — Cursor for pagination. Use this value in subsequent requests to fetch more data
  - `log_pb` object
    - `impr_id` string — search_id to be used together with the cursor for pagination in subsequent requests to fetch more data
  - `user_list` object[]
    - `user_info` object
      - `uid` string — User ID
      - `nickname` string — Display name of the user
      - `signature` string — User profile bio
      - `avatar_thumb` object
        - `uri` string — Internal URI of the user avatar thumbnail
        - `url_list` string[] — List of URLs for the avatar thumbnail
        - `width` number — Width of the avatar thumbnail
        - `height` number — Height of the avatar thumbnail
        - `url_prefix` string, nullable — Optional URL prefix for the avatar
      - `follower_count` number — Number of followers the user has
      - `total_favorited` number — Total number of likes the user has received
      - `custom_verify` string — Verification label of the account
      - `unique_id` string — User uniqueId
      - `room_id` number — Live room ID if the user is currently streaming
      - `enterprise_verify_reason` string
      - `followers_detail` unknown
      - `platform_sync_info` unknown
      - `geofencing` unknown
      - `cover_url` unknown
      - `item_list` unknown
      - `type_label` unknown
      - `ad_cover_url` unknown
      - `relative_users` unknown
      - `cha_list` unknown
      - `sec_uid` string — User secUid
      - `need_points` unknown
      - `homepage_bottom_toast` unknown
      - `can_set_geofencing` unknown
      - `white_cover_url` unknown
      - `user_tags` unknown
      - `bold_fields` unknown
      - `search_highlight` unknown
      - `mutual_relation_avatars` unknown
      - `room_id_str` string — String representation of the live room ID
      - `events` unknown
      - `advance_feature_item_order` unknown
      - `advanced_feature_info` unknown
      - `user_profile_guide` unknown
      - `shield_edit_field_info` unknown
      - `can_message_follow_status_list` unknown
      - `account_labels` unknown
    - `position` unknown
    - `uniqid_position` unknown
    - `effects` unknown
    - `musics` unknown
    - `items` unknown
    - `mix_list` unknown
    - `challenges` unknown

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/tikfly/apis/tikfly-api-unoffical-tiktok-api.md) · [All operations](https://skmtc.net/tikfly/apis/tikfly-api-unoffical-tiktok-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tikfly/tikfly-api-unoffical-tiktok-api/versions/892e18b9f5af/schema)
