ApiToll TikTok Top Ads
TikTok ad library — TikTok Creative Center’s global Top Ads leaderboard: the best-performing TikTok ads in any of 81 countries (incl. US and full MENA), ranked by TikTok’s CTR / likes / 2-second-view boards. Returns each ad’s video + cover image, advertiser brand (when disclosed), engagement (likes/comments/shares), landing page, a relative performance + cost index, and campaign objective. Creative trend research, winning-ad discovery, and TikTok ad spy for AI agents.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Live 402 challenge
Captured by the enrichment pass, not read just now. Prices can change — always read the 402 the endpoint answers with.
{
"error": "payment_required",
"message": "This endpoint requires an x402 micropayment (USDC on Base or Solana). $0.03 per call."
}Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.03 USDC on Base to 0x4ce8…a975a. The signed payment is good for 2.5 minutes.
- Paid to
- 0x4ce8…a975a
- USD Coin contract
- 0x8335…02913
- Payment window
- 2.5 minutes
- As published
- 30000 smallest units
That figure is in the token’s smallest units. Roundhouse does not hold this contract’s decimals, so it is shown as published rather than converted.
- Paid to
- HZ5rN5…uhK1x
- Token contract
- EPjFWd…TDt1v
- Payment window
- 2.5 minutes
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x4ce88238F669d04351937420C931988e464a975a",
"amount": "30000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 150
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb"
},
"payTo": "HZ5rN5HmZpu2H16auY5Zt5SuJjCMBG77odVhAVSuhK1x",
"amount": "30000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 150
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"period": "30",
"country": "US"
}
},
"output": {
"type": "json",
"example": {
"ads": [
{
"adId": "7644097429029437458",
"likes": 200,
"title": "Art you carry with you from the very first moment of the day. Shop now at casetify.com",
"shares": 1,
"country": "US",
"orderBy": "ctr",
"comments": 2,
"ctrIndex": 0.04,
"videoUrl": "https://v16m-default.tiktokcdn.com/abc/video.mp4",
"brandName": "CASETiFY",
"costIndex": 1,
"objective": "Conversion",
"scrapedAt": "2026-06-25T11:27:57Z",
"coverImage": "https://p16-sign.tiktokcdn.com/abc/cover.jpg?x-expires=1782406180",
"periodDays": 30,
"landingPage": "https://www.casetify.com/?utm_source=tiktok",
"industryCode": "label_21104000000",
"coverExpiresAt": "2026-06-25T16:49:40Z"
}
],
"asOf": "2026-06-25T11:27:57Z",
"count": 20,
"period": "30d",
"source": {
"via": "Apify",
"name": "TikTok Creative Center (Top Ads)"
},
"country": "US",
"orderBy": "ctr"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"country"
],
"properties": {
"limit": {
"type": "integer",
"maximum": 40,
"minimum": 1,
"description": "Max ads to return (1-40)."
},
"detail": {
"type": "boolean",
"description": "Enrich each ad with landing page URL + share/comment counts. Default true."
},
"period": {
"enum": [
"7",
"30",
"180"
],
"type": "string",
"description": "Look-back window in days."
},
"country": {
"type": "string",
"description": "Two-letter ISO country for the Top Ads leaderboard (US, GB, SA, AE, EG, DE, BR…; 81 supported incl. full MENA). Default US."
},
"order_by": {
"enum": [
"ctr",
"like",
"play_2s_rate",
"for_you",
"impression"
],
"type": "string",
"description": "Which TikTok leaderboard to pull (results are returned best-first by this metric)."
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"ads": {
"type": "array",
"items": {
"type": "object",
"properties": {
"adId": {
"type": "string"
},
"likes": {
"type": "number"
},
"title": {
"type": "string"
},
"shares": {
"type": "number"
},
"country": {
"type": "string"
},
"orderBy": {
"type": "string"
},
"comments": {
"type": "number"
},
"ctrIndex": {
"type": "number"
},
"videoUrl": {
"type": "string"
},
"brandName": {
"type": "string"
},
"costIndex": {
"type": "number"
},
"objective": {
"type": "string"
},
"scrapedAt": {
"type": "string"
},
"coverImage": {
"type": "string"
},
"periodDays": {
"type": "number"
},
"landingPage": {
"type": "string"
},
"industryCode": {
"type": "string"
},
"coverExpiresAt": {
"type": "string"
}
}
}
},
"asOf": {
"type": "string"
},
"count": {
"type": "number"
},
"period": {
"type": "string"
},
"source": {
"type": "object",
"properties": {
"via": {
"type": "string"
},
"name": {
"type": "string"
}
}
},
"country": {
"type": "string"
},
"orderBy": {
"type": "string"
}
}
}
}
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-07-01 05:19Z
- Last indexed by Roundhouse
- 2026-07-30 11:30Z
- Last enriched (probe, favicon, geo)
- 2026-09-13 00:45Z
- x402 version
- 2
- Max timeout
- 150s
- Liveness probe
- HTTP 402
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
No per-endpoint history for this service yet, so this is payments indexed to its PROVIDER's wallet over 30 days. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service ApiToll TikTok Top Ads and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=ApiToll%20TikTok%20Top%20Ads' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://ads.apitoll.cloud/v1/ads/tiktok/top, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.