WellbyteWellbyte

POST /v1/tiktok/ads/search_ads

Search ads

stable · 2 credits per success

Search ads in TikTok's Creative Center with multi-dimensional filtering and sorting;Discover effective ad cases related to specific industries, keywords, or objectives;Provide reference and inspiration for ad planning and creative production;keyword: Search keyword, optional, returns all ads if empty;objective: Optional ad objective; omit it to include all objectives;like: Optional performance pe…

Sign up for 500 credits and run with your own API key. Sign up free

Request

curl -s -X POST 'https://api.wellbyte.net/v1/tiktok/ads/search_ads' \
  -H "Authorization: Bearer dg_live_…" \
  -H "Content-Type: application/json" \
  -d '{"like":null,"page":null,"limit":20,"cookie":"demo","period":null,"keyword":"咖啡","duration":null,"industry":"demo","order_by":"demo","ad_format":null,"objective":null,"search_id":"demo","ad_language":"demo","country_code":"demo","pattern_label":"demo"}'

Response

Sample captured 2026-08-27

data{
code:0
data{
materials[ 2 items ]
pagination{ 4 items }
}
meta{
endpoint:"tiktok.ads.search_ads"
cache_hit:false
elapsed_ms:0
request_id:"req_sample"
credits_charged:0
}
message:"ok"
}

No calls yet. Get one green run first, then switch to your own data.

    Request parameters

    NameTypeInRequiredDescriptionExample
    likeintegerbodyno表现排名(可选)demo
    pageintegerbodyno页码demo
    limitintegerbodyno每页数量20
    cookiestringbodyno自定义Cookie字符串(可选)demo
    periodintegerbodyno时间段demo
    keywordstringbodyno搜索关键词咖啡
    durationintegerbodyno视频时长筛选值(可选)demo
    industrystringbodyno行业IDdemo
    order_bystringbodyno排序方式demo
    ad_formatintegerbodyno广告格式(可选)demo
    objectiveintegerbodyno广告目标类型(可选)demo
    search_idstringbodyno搜索ID(可选)demo
    ad_languagestringbodyno广告语言(可选)demo
    country_codestringbodyno国家代码demo
    pattern_labelstringbodyno创意趋势标签(可选)demo

    Response fields

    Field dictionary coming soon — the executable panel shows the live shape.

    Errors

    codeHTTPMeaningBilled
    40001400Invalid parametersno
    40102401Invalid or revoked API Keyno
    40201402Insufficient creditsno
    40402404Resource not foundno
    42201422Quality gate failedno
    42901429Rate limit exceededno
    50401504Upstream timeoutno
    50201502Upstream errorno

    Billing

    Success costs 2 credits. Any failure — including a 200 from upstream that fails the quality gate — costs 0.

    Search

    Search endpoints and docs