# GGWP TikTok API

> GGWP TikTok API is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.113509/call, status unknown (last checked 2026-09-15).

Fetches TikTok data (profiles, videos, trends, or related content) via a pay-per-call API on the Base blockchain using x402 protocol

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/tiktok-api
- Price: $0.113509/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-tiktok-api-c551a4ed
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JGLwJyC3vbe_Kef_vQnoE

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 ggwp-tiktok-api-c551a4ed -d '<json body>'
```

Example prompt: Can you pull the TikTok profile data and latest video stats for the account @charlidamelio so I can see their follower count and recent engagement?

## When to prefer this

Choose this endpoint when you need to programmatically retrieve TikTok-specific social data — profiles, videos, engagement metrics — and are operating in a crypto-native or agent-based environment that supports x402 pay-per-call payments on Base chain. Prefer this over scraping tools when you need structured data and are willing to pay micro-amounts per call without a subscription commitment.

## Known failure modes

- Invalid or non-existent TikTok username/ID returns empty or error result
- TikTok rate limiting or platform changes may cause data retrieval failures
- Insufficient USDC balance or x402 payment failure prevents API call from completing
- Malformed input object may result in unexpected or empty response
- Private or restricted TikTok accounts may not return full profile data

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a result object containing TikTok data such as user profile information, video metadata, engagement metrics (likes, comments, shares, views), follower counts, and other platform-specific content details depending on the query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ggwp-tiktok-api-c551a4ed/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
