TikTok Shop
TikTok Shop Search Suggestions
Keyword autocomplete and expansion for a partial TikTok Shop query, across all 8 marketplace regions. Returns a plain list of 20 to 50 suggestion strings, deduplicated case-insensitively, as JSON. Suggestions are not guaranteed prefix matches: a misspelling comes back as typo corrections, and the list can include brand and shop names. There are no search volumes, scores, or CPC values in this data. Costs 1 credit per request.
Authorizations
AuthorizationstringheaderrequiredBearer authentication header of the form Bearer <token>, where <token> is your Scavio API key (e.g. Bearer sk_live_your_key).
Body
application/jsonsearchstringrequiredThe partial keyword to expand (1-100 characters).
Example: phone case
regionstringdefault:USMarketplace region. This is the one TikTok Shop endpoint with genuine coverage in all 8 regions.
Example: TH
US— United StatesGB— United KingdomSG— SingaporeMY— MalaysiaPH— PhilippinesTH— ThailandVN— VietnamID— Indonesia
Request
from scavio import ScavioClient
client = ScavioClient(api_key="sk_live_your_key")
results = client.tiktok_shop.search_suggestions(search="phone case", region="US")
print(results)Response