ConsoleCatalog
Sign in
TikTok Ad Library logo

TikTok Ad Library

library.tiktok.comMarketingno auth

TikTok EU Ad Library - ad search by country, keyword, and date, with suggestions.

Ad Search

ASYNCWRITENo auth

Returns ads matching country, date range, keyword, and sort with advertiser and impression data.

ParametersFormJSON

Ad target country code (EU region from the library catalog, e.g. AT, BE, DE)

Start of the date window as Unix epoch seconds (string)

End of the date window as Unix epoch seconds (string)

Advertiser name or keyword to search for

Search mode - use 1 for keyword/advertiser text search

Sort order for results (e.g. impression,desc or last_shown_date,desc)

Pagination offset for subsequent result pages

Pagination cursor from a prior response search_id; leave empty on the first page

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_library_tiktok_com_ad_search_listing",
    "params": {
      "region": "AT",
      "start_time": "1777686882",
      "end_time": "1780365282",
      "search_query": "sports",
      "query_type": "1",
      "sort_order": "impression,desc",
      "offset": "0"
    }
  }'