# KiteEndpoints.ai TikTok Scraper

> KiteEndpoints.ai TikTok Scraper is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.16/call, status unknown (last checked 2026-09-14).

Scrapes TikTok content data (videos, profiles, or related metadata) via a paid API endpoint on the KiteEndpoints.ai hub

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/tiktok-scraper
- Price: $0.16/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-tiktok-scraper-c04e4ec6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SaAiwUewhMtFBnKqZquCf

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-scraper-c04e4ec6 -d '<json body>'
```

Example prompt: Can you scrape the TikTok profile and latest videos for the account @charlidamelio and give me the video titles, view counts, and engagement stats?

## When to prefer this

Use this endpoint when you need to programmatically extract TikTok profile, video, or engagement data without maintaining your own scraper infrastructure, and you are willing to pay $0.16 USDC per call via the x402 protocol on Base chain. Prefer this over building a custom scraper when you need quick, on-demand TikTok data for influencer research, content analysis, or social media monitoring.

## Known failure modes

- TikTok rate limiting or blocking the scraper returns an error or empty result
- Invalid or private TikTok account/video returns no data
- Malformed input (missing URL or username) returns a generic error
- TikTok content removed or unavailable returns empty result
- Payment failure on Base chain (insufficient USDC) prevents request from being processed

## 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 result object containing TikTok data such as video metadata, user profile information, engagement statistics (likes, views, comments, shares), captions, and other available content details scraped from TikTok.

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