tiktok_search_by_hashtag
ActiveTool of io.github.CDCStream/captapi
declared in 0.1.0
Search TikTok videos by hashtag — video URL, caption, author, and engagement counts per result, with cursor pagination (nextCursor + hasMore). Costs ~14 credits; cached results are free, failures are never charged.
Parameters schema
{
"type": "object",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"description": "Hashtag with or without the # (min 2 chars)."
},
"cache": {
"type": "boolean",
"description": "Set true to serve from the 24h response cache. Default false — always fetch fresh data."
},
"limit": {
"type": "integer",
"minimum": 1,
"description": "Max items to return. Default 20, max 100. Billed per result."
},
"cursor": {
"type": "integer",
"minimum": 1,
"description": "Pagination offset. Leave at 0 for the first page; then pass the nextCursor value from the previous response. A null nextCursor means the end."
},
"region": {
"type": "string",
"description": "Two-letter ISO country our request is sent from. Default US. Does not filter results by country."
}
},
"additionalProperties": false
}Parent server
io.github.CDCStream/captapi
https://github.com/CDCStream/captapi
1/7 registries