# TikTok Popular Hashtags

> TikTok Popular Hashtags is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.04/call, status unknown (last checked 2026-09-14).

Fetches trending TikTok hashtags for a given country and time period.

## Facts

- Endpoint: POST https://x402.orthogonal.com/fiber/v1/tiktok/popular-hashtags
- Price: $0.04/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tiktok-popular-hashtags-78962d12
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uW-BGXwUAqPZ2fB8pLcgU

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-popular-hashtags-78962d12 -d '<json body>'
```

Example prompt: What are the trending TikTok hashtags in the United States over the past 30 days? I want to see which tags are most popular right now.

## When to prefer this

Use this endpoint when you need country-specific TikTok hashtag trend data for a defined recent time window (7, 30, or 120 days). It is ideal for social media marketers, content strategists, and brand analysts who want data-driven hashtag recommendations without scraping TikTok directly. Prefer this over generic social trend APIs when TikTok-specific regional hashtag rankings are required.

## Known failure modes

- Invalid or unsupported ISO 3166-1 alpha-3 country code returns an error or empty result
- Invalid periodDays value (anything other than 7, 30, or 120) may return an error or fallback
- No trending data available for a sparsely-used TikTok market returns an empty list
- Payment failure or insufficient USDC balance blocks the request
- Network timeout or upstream TikTok data unavailability causes a 5xx error

## How this service works

Fetches trending TikTok hashtags.

## Output

A list of trending TikTok hashtags for the specified country and time window, ranked by popularity or trend score, enabling marketers and analysts to identify what content themes are currently resonating on TikTok in a given region.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "country": {
   "type": "string",
   "description": "ISO 3166-1 alpha-3 country code."
  },
  "periodDays": {
   "type": "number",
   "description": "Time period: 7, 30, or 120 days."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tiktok-popular-hashtags-78962d12/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.orthogonal.com](https://www.zero.xyz/host/x402.orthogonal.com/llms.txt)
