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

Scrapes TikTok content data (videos, profiles, hashtags, or trends) by accepting a query and returning structured TikTok data

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/tiktok-scraper
- Price: $0.16/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-4a8ad766
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gfZtFBn9r24c7_HknDsP1

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

Example prompt: Can you scrape the TikTok profile and recent videos for the user @charlidamelio and pull back their follower count, total likes, and the last 10 video titles with view counts?

## When to prefer this

Use this endpoint when you need to programmatically extract public TikTok data — profiles, videos, hashtags — without a TikTok developer account or official API access. Ideal for influencer research, social listening, content auditing, or competitor analysis workflows where you pay per request ($0.16 USDC) rather than maintaining an API subscription.

## Known failure modes

- TikTok URL or username not found — returns empty or error result
- TikTok anti-scraping measures block the request — may return partial or null data
- Invalid or private account — no data returned
- Rate limiting from TikTok side causing timeouts
- Malformed input query resulting in unexpected response shape

## 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 scraped TikTok data such as user profile information (followers, following, likes), video metadata (title, caption, view count, like count, comment count, share count), and potentially hashtag or trending content depending on the query input.

## 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-4a8ad766/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)
