# AnyAPI TikTok Ad Library Ad

> AnyAPI TikTok Ad Library Ad is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-16).

Scrapes ad details from TikTok's Ad Library for a specific ad, returning structured ad data including creative, targeting, and performance information.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/tiktok.ad_library_ad
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-tiktok-ad-library-ad-16e4c210
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NWDjphkOAsnWmwiCzzNc0

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 anyapi-tiktok-ad-library-ad-16e4c210 -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need to programmatically retrieve structured data about a specific TikTok ad from its Ad Library without a TikTok developer account or subscription. Ideal for ad intelligence research, competitor analysis, or ad transparency investigations at low cost per request.

## Known failure modes

- Ad ID not found or invalid — returns error or empty result
- TikTok Ad Library rate limiting or blocking — scrape may fail
- Ad has been removed from the library — returns not found
- Malformed request parameters — returns validation error
- Upstream TikTok changes breaking the scraper — stale or failed response

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON object containing structured data about the specified TikTok ad from the Ad Library, including creative assets, advertiser name, ad status, targeting details, impression counts, and other available transparency metadata.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-tiktok-ad-library-ad-16e4c210/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
