tiktok/ads/query-suggestions
Get popular query suggestions for ad search Understand current popular ad search keywords and trends Help discover new creative directions and hot topics
Input
Idle
Example output — click Run to generate your own
API README
Get query suggestions
Purpose:
- Get popular query suggestions for ad search
- Understand current popular ad search keywords and trends
- Help discover new creative directions and hot topics
Parameters:
- query: Input keyword (optional), returns suggestions based on input; popular ones if omitted
- count: Number of suggestions to return, default 50
- scenario: Scenario type, default 1
- country_code: Country code, default US
Note:
- If you've applied one or more filters and there's no result returned, try adjusting or removing some of them. The TikTok Creator dataset only includes a selection of popular records and may not contain the complete set of data.
Return Description:
query: Query suggestions list (string array)
Example Response:
{
"code": 200,
"router": "/api/v1/tiktok/ads/get_query_suggestions",
"params": {
"count": "50",
"scenario": "1"
},
"data": {
"code": 0,
"msg": "OK",
"data": {
"query": [
"shop now",
"50% off"
]
}
}
}
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

