Catalog/TikTok/Top ads search
POST

TikTok Top ads search API

/v1/run/tiktok.top_ads_search

Search TikTok Creative Center top video ads by keyword with explicit performance, objective, region, language, and time-window filters.

Category SocialRequests / mo 117Routing 1 lane · no failover
Get ~100 free requests

Pricing

One price, in dollars

pay per request · no subscription · fallbacks added as the catalog grows
Request
Gateway request
discovered operation
Router
↳ One lane serves this endpoint today, so a failed call has nowhere to fail over to. Failed attempts are never billed. Uptime, latency and traffic are measured through the gateway, last 30 days.

Try it

Make your first request

run it free, no key · same shape for every API
Open in
Get a free key
Sample response
Free runs return only the first 3 results. Fund a key to get the full response.
{
  "data": {
    "ads": [
      {
        "adId": "a1b2c3d4",
        "adTitle": "Example title",
        "brandName": "Acme Inc",
        "cost": 19.99,
        "ctr": 12.5,
        "durationSeconds": 12.5,
        "height": 42,
        "image": "https://example.com/image.jpg",
        "industry": "general",
        "likes": 12500,
        "objective": "example",
        "videoUrl": "https://example.com/page",
        "width": 1024
      }
    ],
    "hasMore": true,
    "page": 29,
    "pageSize": 29,
    "total": 12500
  },
  "found": true
}
Response interface
interface TiktokTopAdsSearchResponse {
  data: {
    ads: {
      adId: string;
      adTitle?: string;
      brandName?: string;
      cost?: number;
      ctr?: number;
      durationSeconds?: number;
      height?: number;
      image?: string;
      industry?: string;
      likes?: number;
      objective?: string;
      videoUrl?: string;
      width?: number;
    }[];
    hasMore: boolean;
    page: number;
    pageSize: number;
    total: number;
  } | null;
  found: boolean;
}

Full parameter and response reference - every field, type, and example for this endpoint.

Reference

Request, response, and price

Last verified 2026-08-23 · uptime and latency measured over 30d
POST /v1/run/tiktok.top_ads_search
curl -X POST https://api.getanyapi.com/v1/run/tiktok.top_ads_search \
  -H "Authorization: Bearer $ANYAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query":"glasses"}'
FieldTypeExample value
Request body
querystring"glasses"Keyword to search in TikTok Creative Center top video ads.
adLanguageenumLanguage code for returned ads (default en).
limitintegerMaximum number of ads requested for this page, from 1 through 20 (default 20).
objectiveenumCampaign objective filter (default traffic).
orderByenumResult ordering: Creative Center recommendations or like count (default for_you).
pageintegerOne-based provider page number (default 1).
performanceRankenumAd performance percentile bucket, where top_1_20 is the highest-performing 20 percent (default top_1_20).
periodenumLookback period in days (default 180).
regionstringCountry code used to select the Creative Center market (default US).
Response
dataobjectTop-ad results and page metadata, or null when no matching ads were found.
data.adsobject[]TikTok Creative Center top-ad records returned for this page. Populated whenever the provider has data for the entity.
data.ads[].adIdstringTikTok Creative Center ad material identifier. Populated whenever the provider has data for the entity.
data.ads[].adTitlestringTitle or primary copy shown for the ad. Populated whenever the provider has data for the entity.
data.ads[].brandNamestringAdvertiser brand name when supplied by TikTok Creative Center. Populated whenever the provider has data for the entity.
data.ads[].costnumberTikTok Creative Center's relative cost ranking value for the ad. Populated whenever the provider has data for the entity.
data.ads[].ctrnumberTikTok Creative Center's click-through rate value for the ad. Populated whenever the provider has data for the entity.
data.ads[].durationSecondsnumberVideo duration in seconds. Populated whenever the provider has data for the entity.
data.ads[].heightintegerVideo height in pixels. Populated whenever the provider has data for the entity.
data.ads[].imagestringSigned video cover image URL exactly as returned by TikTok Creative Center. Populated whenever the provider has data for the entity.
data.ads[].industrystringTikTok Creative Center industry classification key. Populated whenever the provider has data for the entity.
data.ads[].likesintegerNumber of likes reported for the ad. Populated whenever the provider has data for the entity.
data.ads[].objectivestringTikTok Creative Center campaign objective key. Populated whenever the provider has data for the entity.
data.ads[].videoUrlstringSigned 720p video asset URL exactly as returned by TikTok Creative Center. Populated whenever the provider has data for the entity.
data.ads[].widthintegerVideo width in pixels. Populated whenever the provider has data for the entity.
data.hasMorebooleanWhether TikTok Creative Center reports another page of matching ads. Populated whenever the provider has data for the entity.
data.pageintegerOne-based page number reported by TikTok Creative Center. Populated whenever the provider has data for the entity.
data.pageSizeintegerPage size reported by TikTok Creative Center. Populated whenever the provider has data for the entity.
data.totalintegerTotal number of matching top ads reported by TikTok Creative Center. Populated whenever the provider has data for the entity.
foundbooleanTrue when TikTok Creative Center returned at least one matching top ad.
Price
Price per requestUSD$0.0012
Price /1k reqUSD$1.20

FAQ

About the TikTok Top ads search API

The AnyAPI TikTok Top ads search API returns TikTok top ads search data as normalized JSON from one POST call to /v1/run/tiktok.top_ads_search. Search TikTok Creative Center top video ads by keyword with explicit performance, objective, region, language, and time-window filters. AnyAPI returns one normalized schema whichever source serves it. It costs from $1.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 100.0% of TikTok top ads search calls through AnyAPI succeeded, with a median response time of 1.0 seconds across 117 measured calls.

It costs from $1.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum. You fund one USD wallet, each call draws it down, and a failed request costs $0.

Search TikTok Creative Center top video ads by keyword with explicit performance, objective, region, language, and time-window filters. The response is normalized JSON with the same envelope every AnyAPI endpoint returns, so parsing a second endpoint is a change of URL and nothing else.

Over the last 30 days, 100.0% of TikTok top ads search calls through AnyAPI succeeded, with a median response time of 1.0 seconds across 117 measured calls. These are AnyAPI's own measurements of traffic through the gateway, recomputed continuously, not a published service-level target.

Get started

Two ways to start on AnyAPI

Humans fund a USD wallet and pay per request. Agents point a coding agent at one URL and onboard themselves.

Get ~100 free requests
Works with
Terminal agentsClaude CodeCursorCodexMCP clients