Search Advertisers
Resolves an advertiser name fragment to TikTok's exact registered advertiser names and business ids for advertiser-filtered capabilities.
Capability ID
tiktok-adlibrary.advertiser.search
Cost
10 credits per request
Maximum runtime
60 seconds
POST
/execute
Shared execution endpoint
Input parameters
limit
integer
optional
Maximum number of advertiser matches.
Example
5
query
string
required
Advertiser name fragment.
Example
nike
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative sample
The full redacted fixture is shown in the response panel.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
items |
array |
2 items |
items |
array |
2 items |
total_items |
integer |
2 |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.