# 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.2/call, status unknown (last checked 2026-09-15).

Scrapes TikTok content data (posts, profiles, videos, or metadata) via a paid POST endpoint returning structured result objects

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/tiktok-scrapper
- Price: $0.2/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-ba6b1cd5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VCyrLTxvoDHhPJrmE1CkV

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

Example prompt: Can you scrape the TikTok video at tiktok.com/@charlidamelio/video/7123456789 and pull back the likes, comments, view count, and caption?

## When to prefer this

Use this endpoint when you need programmatic access to TikTok post or profile data without an official TikTok API key, or when TikTok's official API does not expose the data you need. Good for competitive intelligence, influencer research, content monitoring, or building social analytics pipelines at $0.20/call pay-per-use pricing.

## Known failure modes

- TikTok URL or ID not found — empty or null result returned
- TikTok blocks scraper — upstream 403/rate-limit causing failure
- Invalid input schema — missing required fields in POST body
- Payment failure — insufficient USDC balance on Base chain
- TikTok account is private — data unavailable
- Service timeout — TikTok page load too slow for scraper

## 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

A result object containing scraped TikTok data such as video metadata, engagement metrics (likes, comments, shares, views), author/profile info, captions, and other available post-level data in a structured JSON response.

## 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-ba6b1cd5/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)
