# TikTok Fast & Reliable Data Scraper

> TikTok Fast & Reliable Data Scraper is a paid API for AI agents from komo-ai.vercel.app, paid per call via x402, $0.105302/call, status unknown (last checked 2026-09-15).

Scrapes TikTok data (posts, profiles, videos, trends) quickly and reliably via a pay-per-call API

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/tiktok-api-fast-reliable-data-scraper
- Price: $0.105302/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tiktok-fast-reliable-data-scraper-080900a1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_a5qcnBJQsOhDUhdpkZKjd

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 tiktok-fast-reliable-data-scraper-080900a1 -d '<json body>'
```

Example prompt: Can you scrape the TikTok profile and latest videos for @charlidamelio and give me the view counts, likes, and follower stats?

## When to prefer this

Choose this endpoint when you need fast, reliable TikTok data extraction without managing your own scraping infrastructure. Ideal for agents performing influencer research, content analytics, social listening, or competitive benchmarking on TikTok. Best used when real-time or near-real-time TikTok data is required and you want pay-per-call pricing without a subscription commitment.

## Known failure modes

- Invalid or deleted TikTok URL/username returns empty or error result
- TikTok rate limiting or anti-bot measures may cause temporary scraping failures
- Private or restricted accounts may return no data
- Payment failure via x402 protocol results in 402 response with no data
- Malformed input object may return a generic error

## How this service works

150 premium API endpoints with pay-per-call pricing via x402 protocol on Base chain

## Output

Returns a result object containing scraped TikTok data such as video metadata, engagement metrics (likes, views, comments, shares), profile details, or hashtag content depending on the query input.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## 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/tiktok-fast-reliable-data-scraper-080900a1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from komo-ai.vercel.app](https://www.zero.xyz/host/komo-ai.vercel.app/llms.txt)
