tiktok_shop_user_showcase
ActiveTool of io.github.CDCStream/captapi
declared in 0.1.0
Products a TikTok creator promotes in their Shop showcase — URL, title, price, image, seller shop id. Costs ~45 credits; cached results are free, failures are never charged.
Parameters schema
{
"type": "object",
"required": [
"username"
],
"properties": {
"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 200. Billed per result."
},
"username": {
"type": "string",
"description": "TikTok username, @handle, or profile URL, e.g. hydrojug or https://www.tiktok.com/@hydrojug."
}
},
"additionalProperties": false
}Parent server
io.github.CDCStream/captapi
https://github.com/CDCStream/captapi
1/7 registries