# KiteEndpoints.ai TikTok Scraper

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

Scrapes TikTok content data such as videos, user profiles, or trending posts via a paid API endpoint on Base chain

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/tiktok-scraper7
- Price: $0.17/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-scraper-a99b7de0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CRuRUdZanwaBhKBgOqKe9

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

Example prompt: Pull the latest TikTok profile data and recent video stats for @charlidamelio — I need follower count, average views, and the last 10 videos with their engagement metrics.

## When to prefer this

Choose this endpoint when you need to programmatically extract TikTok public data — profiles, videos, or engagement metrics — without official TikTok API access, and you prefer a pay-per-request model settled in USDC on Base chain rather than a monthly subscription scraping service.

## Known failure modes

- TikTok profile is private or deleted — returns empty or error result
- Invalid username or URL format — returns error response
- TikTok rate limiting or anti-bot measures may cause partial or failed scrapes
- Content geo-restricted — may not be accessible from scraper's region
- Stale or cached data if TikTok recently changed its structure

## 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 JSON object containing scraped TikTok data such as video metadata (title, views, likes, comments, shares), user profile stats (follower count, following, bio), post timestamps, and media URLs, depending on the query type submitted.

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