tiktok.search_users
ActiveTool of Vee3
declared in 1.27.1
Search TikTok users by keyword. Requires query. Pass cursor from a previous response to fetch the next page. Cost = 5 tokens.
Parameters schema
{
"type": "object",
"title": "search_tiktok_usersArguments",
"required": [
"query"
],
"properties": {
"count": {
"anyOf": [
{
"type": "integer",
"maximum": 30,
"minimum": 1
},
{
"type": "null"
}
],
"title": "Count",
"default": null,
"description": "Number of items to return (max 30)."
},
"query": {
"type": "string",
"title": "Query",
"maxLength": 512,
"description": "Search keywords."
},
"cursor": {
"anyOf": [
{
"type": "string",
"maxLength": 4096
},
{
"type": "null"
}
],
"title": "Cursor",
"default": null,
"description": "Pagination cursor from a previous response."
},
"follower_count": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Follower Count",
"default": "0",
"description": "Follower count filter: 0-4."
}
}
}Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries