Search for TikTok users by keyword or username.
/api/v1/search-tiktok-users
| Header | Type | Description |
|---|---|---|
Content-Type | string | Must be application/json. |
Authorization | string | Your API key (Bearer token). e.g. Bearer sk_xxx |
| Parameter | Type | Description | Required | Default |
|---|---|---|---|---|
query | string | The search query/keyword. | Yes | |
cursor | number | Optional cursor for pagination. Pass the cursor from a previous response to get the next page. | No | |
count | number | Number of results to fetch per request. | No | API default |
requestSource | string | Optional. Source of the request (e.g., MAKE_DOT_COM, ZAPIER, API). | No | API |
Content-Type: application/jsonInvalid JSON in request body'query' parameter is required and must be a non-empty string.The search service could not process the query.The search service reported an issue.Service not configured. Please contact support.Service authentication failed. Please contact support.An unexpected server error occurred...The search service is currently unavailable.Received invalid data structure from search service.Error fetching search results from the upstream service.cursor field from the response to paginate through search results.hasMore field indicates whether there are additional pages available.X-RateLimit-Limit and X-RateLimit-Remaining headers in the response to monitor your usage.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.