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/search_ads3 credits

Keyword search across the Top-Ads index (region/period scoped). Returns the same ad shape as top_ads. Note: only indexed terms return matches.

Parameters

Search term to match against the Top-Ads index.

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).

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/search_ads \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{}'

Hit Send to run this endpoint live.