The playground

Try any of 919 endpoints — live.

Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.

Playground demo key · api.reefapi.com
post/tiktok-creative-center/v1/top_ads3 credits

High-performing auction ads by region / period / industry / objective, ranked. The core ad-spy feed (PiPiADS/Minea/AdSpy equivalent).

Working example
Parameters

Two-letter country code to scope ads (US, GB, DE, JP, TR, BR…). Full supported list via the `locations` action / ad_filters.country.

Trailing window the ad metrics are measured over (days).

Ranking. 'for_you' = TikTok's recommended single page (deep paging is limited); ctr/like/cost are metric sorts that paginate further.

Industry id to filter by (numeric, e.g. 25000000000 = Games). Browse the full 258-entry taxonomy via the `ad_filters` action.

Campaign objective filter (id or name: Traffic, Conversions, App Installs, Video Views, Reach, Lead Generation, Product Sales).

Ad-language filter, e.g. language_en / language_es / language_de (see ad_filters.ad_language for the 16 supported values).

Ads to return per call (1-20; upstream caps a page at 20). Use `page` with order_by=ctr/like/cost for more. (1–20)

Result page (use order_by=ctr/like/cost to page beyond the first 'for_you' recommendation page). (1–50)

request preview
curl -X POST https://api.reefapi.com/tiktok-creative-center/v1/top_ads \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"region":"US","period":"30"}'

Hit Send to run this endpoint live.