# TikTok Hashtag Top Videos Search

> TikTok Hashtag Top Videos Search is a paid API for AI agents from omnicall.gocreativeai.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Fetches top TikTok videos for a given hashtag, returning video URL, creator handle, view count, engagement metrics, and upload date

## Facts

- Endpoint: GET https://omnicall.gocreativeai.com/v1/search/tiktok/hashtag/:var1
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tiktok-hashtag-top-videos-search-9b61d6d8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_c-NH_TaeaqDWpfv_MFVfY

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-hashtag-top-videos-search-9b61d6d8
```

Example prompt: Can you pull up the top TikTok videos for the hashtag #CleanTok — I want to see the video URLs, creator handles, view counts, and when they were posted so I can spot what's going viral right now?

## When to prefer this

Use this endpoint when you need real-time TikTok hashtag data without signing up for a TikTok developer account or managing API keys. Ideal for social listening agents, trend scouts, and content marketers who need top video metadata (URLs, creators, engagement) for any hashtag on demand, paying only per call in USDC.

## Known failure modes

- Hashtag not found or has no public videos — returns empty results or 404
- TikTok rate limits or access restrictions causing partial or failed data retrieval
- Invalid or malformed hashtag input — returns 400 bad request
- Hashtag exists but content is restricted by region — returns empty or limited results
- Service temporarily unavailable — returns 5xx error

## How this service works

Top TikTok videos for any hashtag — video URL, creator handle, view count, engagement, upload date. For viral-trend, social-listening, and content-research agents. Real-time TikTok hashtag data for creators, marketers, trend-scouts. Keyless, pay-per-call USDC on Base/Solana, no API key, no signup.

## Output

Returns a list of top TikTok videos for the queried hashtag, including video URLs, creator handles, view counts, engagement metrics, and upload dates — ready for trend analysis, influencer discovery, or content benchmarking

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "input"
     ],
     "properties": {
      "input": {
       "type": "string",
       "description": "endpoint argument"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tiktok-hashtag-top-videos-search-9b61d6d8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from omnicall.gocreativeai.com](https://www.zero.xyz/host/omnicall.gocreativeai.com/llms.txt)
