AnyAPI tiktok.search_keyword (TikTok Keyword Search)
https://api.getanyapi.com/v1/run/tiktok.search_keywordOverview
AnyAPI tiktok.search_keyword (TikTok Keyword Search)
Protocol
x402
Price
—
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
tools/search
Provider
getanyapi
Source
bazaar
Indexed
2026-06-23 08:15:16
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"bodyFields": {
"cursor": {
"description": "Pagination cursor from a previous response.",
"type": "string"
},
"datePosted": {
"description": "Time frame filter (e.g. 0=any, 1=past 24h, 7=past week).",
"type": "string"
},
"query": {
"description": "The keyword to search TikTok for.",
"type": "string"
},
"sortBy": {
"description": "Sort order (e.g. 0=relevance, 1=most liked).",
"type": "string"
}
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}
Output Schema
{
"properties": {
"costUsd": {
"description": "Amount charged in USD for this call.",
"type": "number"
},
"items": {
"description": "Number of result rows returned. For per-result SKUs the per-item cost is charged against this count; for input-priced SKUs the charge is per submitted input, independent of this count.",
"type": "integer"
},
"output": {
"additionalProperties": false,
"properties": {
"data": {
"oneOf": [
{
"type": "null"
},
{
"additionalProperties": false,
"properties": {
"videos": {
"items": {
"additionalProperties": false,
"properties": {
"caption": {
"type": "string"
},
"comments": {
"type": "integer"
},
"id": {
"type": "string"
},
"likes": {
"type": "integer"
},
"region": {
"type": "string"
},
"shares": {
"type": "integer"
},
"views": {
"type": "integer"
}
},
"required": [
"id",
"caption",
"region",
"views",
"likes",
"comments",
"shares"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"videos"
],
"type": "object"
}
]
},
"found": {
"type": "boolean"
}
},
"required": [
"found",
"data"
],
"title": "TikTok keyword search output",
"type": "object"
},
"provider": {
"description": "Always \"AnyAPI\".",
"type": "string"
}
},
"required": [
"output",
"provider",
"costUsd"
],
"type": "object"
}