# Komo.ai TikTok Scraper

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

Scrapes TikTok profile, video, or content data and returns structured results via pay-per-call API

## Facts

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

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 komo-ai-tiktok-scraper-a9adcec8 -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need to programmatically extract public TikTok profile or video data without maintaining your own scraping infrastructure. Prefer this over building a custom scraper when you want pay-per-call pricing and don't need a long-term subscription.

## Known failure modes

- TikTok rate limiting or blocking may cause empty or error responses
- Invalid or private TikTok URLs may return no data
- TikTok account or video may have been deleted or made private
- Malformed input may cause a 400-level error
- Payment failure via x402 protocol may block the request entirely

## 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 profile information, video metadata, view/like/comment counts, captions, hashtags, and other available public content fields from the targeted TikTok resource.

## 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/komo-ai-tiktok-scraper-a9adcec8/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)
