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

Scrapes TikTok profile, video, or content data by accepting a target identifier and returning structured social media data

## Facts

- Endpoint: POST https://kite-hub-v3.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-ad21ccd9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NQjXihzNkEOCv19Cvk215

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

Example prompt: Can you scrape the TikTok profile for @charlidamelio and pull back their follower count, video count, and recent engagement stats?

## When to prefer this

Choose this endpoint when you need to extract public TikTok data without registering for TikTok's official API, or when TikTok's official API access is too restrictive or slow to approve. Ideal for one-off lookups, influencer research, content monitoring, or competitive intelligence tasks where paying $0.20 per call per-request is preferable to maintaining a TikTok developer account. Best suited for agents that need TikTok data as part of a broader social media enrichment pipeline.

## Known failure modes

- Private or restricted TikTok account returns empty or error result
- Invalid username or URL format causes request failure
- TikTok rate limiting or anti-scraping measures may cause intermittent failures
- Account not found returns null data
- Response schema is generic and may not always contain expected nested fields

## 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 structured TikTok data such as profile information (username, bio, follower/following counts, video count), video metadata (views, likes, comments, shares, duration, description), and other available public content metrics depending on the input target.

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