# Sna4an TikTok Data API

> Sna4an TikTok Data API is a paid API for AI agents from sna4an-social.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Fetches TikTok data (videos, profiles, trends, etc.) via a RapidAPI-backed proxy endpoint using x402 micropayments

## Facts

- Endpoint: POST https://sna4an-social.vercel.app/api/tiktok-api
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sna4an-tiktok-data-api-6404eb5b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_w3PniBwuSAQDtbSe2pSDr

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 sna4an-tiktok-data-api-6404eb5b -d '<json body>'
```

Example prompt: Pull the TikTok profile stats and recent videos for the account @charlidamelio using the TikTok data API — I need follower count, total likes, and the last 5 video titles.

## When to prefer this

Use this endpoint when you need TikTok-specific social media data (profiles, videos, trends, hashtags, comments) and want to pay per-call via x402 micropayments without a subscription. Prefer this over scraping or direct TikTok APIs when you need quick, structured data access for one-off agent tasks.

## Known failure modes

- Invalid or unsupported RapidAPI sub-endpoint path returns an error or empty response
- Missing required query parameters for the chosen sub-endpoint causes a bad request error
- Payment not accepted or x402 flow fails, blocking the request
- Rate limiting from the underlying RapidAPI provider results in throttled or failed responses
- TikTok content removed or account private causes empty or restricted data

## How this service works

Social media data APIs - YouTube, TikTok, Instagram, Twitter, Medium

## Output

Returns a JSON object containing TikTok data for the requested sub-endpoint, such as user profile details, video metadata, engagement stats, comments, or trending content, depending on the path and params provided.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "path": {
   "type": "string",
   "description": "RapidAPI sub-endpoint path"
  },
  "params": {
   "type": "object",
   "description": "Query parameters"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

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