# KiteEndpoints.ai - TikTok Scraper

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

Scrapes TikTok content data (videos, profiles, or trends) and returns structured results via a pay-per-request API

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/tiktok-scrapper
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-tiktok-scraper-729a251a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SXMEgJElvbuDACpn-ZXP5

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

Example prompt: Can you scrape the TikTok profile for @charlidamelio and pull her latest videos with their view counts, like counts, and captions?

## When to prefer this

Use this endpoint when you need to extract TikTok profile, video, or engagement data programmatically without TikTok's official API approval, and you are comfortable paying $0.20 USDC per call. Prefer this over building your own scraper when speed matters or you lack infrastructure. Not ideal for bulk/batch collection of thousands of records due to per-call cost.

## Known failure modes

- TikTok account is private or suspended — returns empty or error result
- Invalid or malformed TikTok URL/username — API may return error or empty data
- TikTok anti-scraping measures active — may return rate limit or blocked response
- Vague or missing input — schema is loosely defined so wrong inputs may silently return empty results
- Service outage on KiteEndpoints.ai — returns 5xx or payment-related error

## 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 JSON object containing TikTok data such as video metadata (title, caption, URL, duration), engagement metrics (likes, views, shares, comments), and profile information (username, follower count, bio), depending on the query type.

## 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-729a251a/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)
