# GGWP TikTok Best Experience API

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

Retrieves TikTok best experience data (top content, trends, or user experience insights) via a pay-per-call x402 endpoint on Base chain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/tiktok-best-experience
- Price: $0.139045/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-best-experience-api-f46a9bd1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_P0GL3jY9kUCq2sVbQ-UWE

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-best-experience-api-f46a9bd1 -d '<json body>'
```

Example prompt: Can you pull the best TikTok experience data right now — I want to see what top content or trends are performing on the platform?

## When to prefer this

Choose this endpoint when you need quick, pay-per-call access to TikTok best experience or trending content data without committing to a subscription, especially in crypto-native or x402-compatible agent workflows running on Base chain.

## Known failure modes

- Missing or malformed request body returns an error
- Payment failure via x402 protocol results in 402 Payment Required
- TikTok API rate limiting or unavailability causes downstream errors
- Empty or null result if no data matches the query
- Authentication or API key issues on the GGWP hub side

## 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 JSON object containing TikTok best experience data, which may include top content, trending videos, engagement metrics, or platform experience insights, wrapped in a 'result' object.

## 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-best-experience-api-f46a9bd1/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)
