# GEDX402 Social – TikTok Ad Library Ad Lookup

> GEDX402 Social – TikTok Ad Library Ad Lookup is a paid API for AI agents from social.gedx402.com, paid per call via x402, $0.014/call, status unknown (last checked 2026-09-14).

Fetches details for a specific TikTok ad from the TikTok Ad Library by ad ID via the SociaVault proxy, paid per call with x402.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/tiktok-ad-library/ad
- Price: $0.014/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-social-tiktok-ad-library-ad-lookup-67c8a472
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Has80iqpd-f28Lg86Tz9v

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 gedx402-social-tiktok-ad-library-ad-lookup-67c8a472
```

Example prompt: Can you pull the TikTok Ad Library record for ad ID '7380123456789012345' — I want to see what creative and targeting info is available for it?

## When to prefer this

Use this endpoint when you need to retrieve a specific TikTok ad's details from the TikTok Ad Library by its ad ID, especially in pay-per-call agent workflows using x402 micropayments where you only pay for what you use.

## Known failure modes

- Invalid or non-existent ad_id returns empty data or error in the response body
- Payment failure via x402 results in 402 response before data is returned
- TikTok Ad Library rate limits or upstream unavailability cause failures
- Missing ad_id parameter may result in bad request error

## How this service works

SociaVault social data ingest — profile, posts, transcript, and full API proxy. One x402 payment per outcome.

## Output

A JSON object containing the ad's data from the TikTok Ad Library as proxied through SociaVault, including ad metadata and a success flag; the 'data' field holds the ad record details.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "ad_id": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "success": true,
  "provider": "sociavault"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-social-tiktok-ad-library-ad-lookup-67c8a472/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from social.gedx402.com](https://www.zero.xyz/host/social.gedx402.com/llms.txt)
