# GEDX402 Social — TikTok Popular Hashtags

> GEDX402 Social — TikTok Popular Hashtags is a paid API for AI agents from social.gedx402.com, paid per call via x402, $0.014/call, status unknown (last checked 2026-09-15).

Returns currently trending/popular TikTok hashtags, optionally filtered by country and time period, with pagination support.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/tiktok/hashtags/popular
- Price: $0.014/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 3
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-social-tiktok-popular-hashtags-971b1152
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uDPilobAvlU7gcOLK2j63

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 gedx402-social-tiktok-popular-hashtags-971b1152
```

Example prompt: Pull the top popular TikTok hashtags in the US for this week using SociaVault — show me page 1 and flag any that are newly onboarded.

## When to prefer this

Use this endpoint when you need real-time or recent popular TikTok hashtag data, especially with country-specific filtering or pagination. Prefer over manual scraping or less-structured social APIs when you need structured JSON output and are willing to pay per-call via x402.

## Known failure modes

- Invalid country code returns empty or error result
- Page number out of range returns empty data array
- Payment not received — endpoint returns 402 requiring x402 payment
- Invalid period value may return unexpected results or error
- Rate limiting or upstream SociaVault API unavailability causes failure

## How this service works

SociaVault social data ingest — profile, posts, transcript, and full API proxy. One x402 payment per outcome.

## Output

A JSON object with a 'data' field containing popular TikTok hashtags (potentially including names, counts, or trend scores), a 'success' boolean, and a 'provider' field set to 'sociavault'. Pagination is supported via the page parameter.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "page": {
   "type": "integer"
  },
  "period": {
   "type": "integer"
  },
  "newOnBoard": {
   "type": "boolean"
  },
  "countryCode": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "success": true,
  "provider": "sociavault"
 }
}
```

## More

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