# TikTok Best Content Search

> TikTok Best Content Search is a paid API for AI agents from sna4an-sosmed-v1.vercel.app, paid per call via x402, $0.09/call, status unknown (last checked 2026-09-15).

Searches TikTok for top-performing or best-matching content based on a query string

## Facts

- Endpoint: POST https://sna4an-sosmed-v1.vercel.app/api/tiktok-best
- Price: $0.09/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tiktok-best-content-search-f795edc6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VXl3eXyjOv-yLVFNtLF9v

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-best-content-search-f795edc6 -d '<json body>'
```

Example prompt: Search TikTok for the best videos about 'sustainable fashion' and show me the top results with their engagement stats.

## When to prefer this

Choose this endpoint when you need to discover or surface the best-performing TikTok content for a given topic or keyword, especially in a micropayment-gated context via Base chain. Prefer it over manual TikTok searches or scraping when you need structured, programmatic access to ranked results at a low per-call cost of $0.09 USDC.

## Known failure modes

- Empty or missing query returns no results or an error
- Query returns stale or cached data if TikTok's underlying API is rate-limited
- Vague or overly broad queries may return irrelevant results
- TikTok API rate limits or downtime may cause failures upstream
- Payment failure via x402 micropayment blocks the request entirely

## How this service works

126 paid social media API endpoints - TikTok, Instagram, Twitter/X, YouTube, Finance, AI Tools &amp; more. Protected by x402 micropayments on Base chain.

## Output

Returns a collection of top TikTok video results matching the query, likely including video metadata such as video IDs, descriptions, view counts, like counts, share counts, creator usernames, and possibly video URLs or thumbnails — all ranked by performance or relevance.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tiktok-best-content-search-f795edc6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sna4an-sosmed-v1.vercel.app](https://www.zero.xyz/host/sna4an-sosmed-v1.vercel.app/llms.txt)
