# StableSocial TikTok Ad Library - Ad Detail Lookup

> StableSocial TikTok Ad Library - Ad Detail Lookup is a paid API for AI agents from stablesocial.dev, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-15).

Fetches detailed information about a specific ad from TikTok's Ad Library by ad ID or Top Ads URL, with pay-per-request access and no subscription required.

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/tiktok/ad-library/ad
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-tiktok-ad-library-ad-detail-lookup-66425749
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hCsLkbcFV3dNf7IDvIBBa

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability stablesocial-tiktok-ad-library-ad-detail-lookup-66425749 -d '<json body>'
```

Example prompt: Can you pull the details for TikTok ad ID 1234567890 from the TikTok Ad Library so I can see the creative, advertiser, and any performance info available?

## When to prefer this

Choose this endpoint when you need to retrieve details for a specific, known TikTok ad by its ID or direct URL without subscribing to a data platform. Ideal for one-off ad lookups, competitive research on individual creatives, or ad transparency verification. Prefer this over broader scraping tools when you already have the ad ID and want minimal cost and friction.

## Known failure modes

- Invalid or non-existent ad ID returns an error or empty result
- Ad has been removed from the TikTok Ad Library and is no longer accessible
- Malformed Top Ads URL causes parsing failure
- TikTok Ad Library rate limiting or blocking causes request failure
- Payment of $0.06 USDC not fulfilled results in 402 error before data is returned

## How this service works

Pay-per-request access to social media data from TikTok, Instagram, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.

## Output

Returns detailed metadata about a specific TikTok ad from the Ad Library, including ad creative content, advertiser information, ad format, and any available performance or transparency data surfaced by TikTok's Top Ads system.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "ad_id": {
   "type": "string",
   "minLength": 1,
   "description": "TikTok Top Ads material/ad ID, or a Top Ads detail URL."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-tiktok-ad-library-ad-detail-lookup-66425749/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablesocial.dev](https://www.zero.xyz/host/stablesocial.dev/llms.txt)
