TikTok search

The TikTok endpoint allows you to do an ads search on the platform using a keyword.

API endpoint

POST api.adyntel.com/tiktok_search

Execute a search for ads on TikTok using a keyword as the starting point.

Headers

Name
Value
Required

Content-Type

application/json

Body

Name
Type
Description
Required

api_key

string

Adyntel API key

email

string

Adyntel account email

keyword

string

Your search query

country_code

string

Use if you want to limit the search to only one country

Country codes

These are the values that can be used for country_code. You can notice that most of the values are for European countries, for now we cannot use US as a filter.

If you make a call without the country_code parameter the results would be global, would contain ads from all the countries, in no special order.

Example request

Request using company domain

Example response

This is the type of response you would get:

Last updated