# StableSocial TikTok Popular Hashtags

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

Returns trending TikTok hashtags filtered by industry, country, time period, and optionally restricted to newly trending tags.

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/tiktok/hashtags/popular
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-tiktok-popular-hashtags-d3da6be8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dXFuGSA8h-s-pCNXeCdJI

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 stablesocial-tiktok-popular-hashtags-d3da6be8 -d '<json body>'
```

Example prompt: What are the most popular TikTok hashtags in the beauty and personal care space in the US over the last 30 days — and flag any that are newly trending?

## When to prefer this

Choose this endpoint when you need real TikTok hashtag trend data segmented by industry vertical and country without committing to a subscription. Ideal for content marketers, social media managers, and agents doing one-off or irregular hashtag research. Prefer this over scrapers or static hashtag lists when you need time-windowed trend signals (7/30/120 days) or want to surface newly emerging hashtags in a specific niche.

## Known failure modes

- Invalid or unsupported industry enum value returns an error
- Unsupported country code returns a validation error
- Missing required fields (e.g. no period specified) may return a 400 bad request
- Payment not received (x402 flow incomplete) results in 402 Payment Required
- No hashtags available for the specified combination of filters returns empty list
- Rate limiting or upstream TikTok data unavailability may cause transient failures

## How this service works

Pay-per-request access to social media data from TikTok, Instagram, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.

## Output

A ranked list of trending TikTok hashtags for the specified industry and country, filtered by the chosen time window (7, 30, or 120 days). Optionally scoped to newly trending hashtags only. Results are paginated.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "page": {
   "type": "number",
   "description": "Page number"
  },
  "period": {
   "enum": [
    "7",
    "30",
    "120"
   ],
   "type": "string",
   "description": "Time period in days (7, 30, or 120)"
  },
  "industry": {
   "enum": [
    "apparel-and-accessories",
    "baby-kids-and-maternity",
    "beauty-and-personal-care",
    "business-services",
    "education",
    "financial-services",
    "food-and-beverage",
    "games",
    "health",
    "home-improvement",
    "household-products",
    "life-services",
    "news-and-entertainment",
    "pets",
    "sports-and-outdoor",
    "tech-and-electronics",
    "travel",
    "vehicle-and-transportation"
   ],
   "type": "string",
   "description": "Industry to get popular hashtags from."
  },
  "newOnBoard": {
   "type": "boolean",
   "description": "Show only newly trending hashtags"
  },
  "countryCode": {
   "enum": [
    "AU",
    "BR",
    "CA",
    "EG",
    "FR",
    "DE",
    "ID",
    "IL",
    "IT",
    "JP",
    "MY",
    "PH",
    "RU",
    "SA",
    "SG",
    "KR",
    "ES",
    "TW",
    "TH",
    "TR",
    "AE",
    "GB",
    "US",
    "VN"
   ],
   "type": "string",
   "description": "Country code to get popular hashtags from"
  }
 }
}
```

## More

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