# KiteEndpoints.ai TikTok Feed API

> KiteEndpoints.ai TikTok Feed API is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-15).

Retrieves a TikTok user's feed content, returning posts, metadata, and engagement data from TikTok.

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/tiktok-feed
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-tiktok-feed-api-ac398a5d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tkKNtLoYBGgEGdWASqWTx

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 kiteendpoints-ai-tiktok-feed-api-ac398a5d -d '<json body>'
```

Example prompt: Pull the latest TikTok feed for the account @charlidamelio and give me the recent videos with their view counts and engagement stats.

## When to prefer this

Choose this endpoint when you need to programmatically fetch TikTok feed data without managing your own TikTok scraping infrastructure, and when pay-per-request pricing via USDC on Base is acceptable. Useful for one-off lookups or low-volume monitoring where a subscription API is overkill.

## Known failure modes

- Invalid or non-existent TikTok username returns an error or empty result
- TikTok rate limiting or blocking may cause failures
- Private accounts may not return feed data
- Endpoint may return stale or cached data if TikTok restricts scraping
- Payment failure (insufficient USDC balance) results in 402 response

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a structured object containing the TikTok feed for the specified user, including video posts, metadata (titles, descriptions, timestamps), engagement metrics (views, likes, comments, shares), and media URLs.

## 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/kiteendpoints-ai-tiktok-feed-api-ac398a5d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
