# GoCreative TikTok Hashtag Search

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

Looks up TikTok data for a given hashtag, returning metrics and metadata associated with that hashtag

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/search/tiktok/hashtag/%7Barg%7D
- 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/gocreative-tiktok-hashtag-search-d5dae749
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tqZoO_b1KZ-U2hYQXrZSQ

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 gocreative-tiktok-hashtag-search-d5dae749
```

Example prompt: Can you look up the TikTok hashtag stats for #BeachVibes — how many videos and views does it have?

## When to prefer this

Use this endpoint when you need TikTok-specific hashtag performance metrics (video count, views, trending status) for a single hashtag, especially in a pay-per-call context without API key setup. Best for social media research, influencer marketing analysis, or content strategy tasks requiring TikTok hashtag data.

## Known failure modes

- Hashtag not found or no data available — may return empty or 404
- Payment not completed via x402 — returns 402 Payment Required
- Invalid or malformed hashtag input — returns 400 or error object
- Rate limiting or upstream TikTok data unavailability — returns 5xx error

## How this service works

483,000+ pay-per-call data APIs and free tools built on official sources — finance, company &amp; government data, FRED, Census, crypto, calculators. USDC on Base via x402, native MCP. No API key, no signup.

## Output

Returns TikTok hashtag data including video counts, view counts, and other metadata associated with the queried hashtag. Delivered as structured JSON for the given hashtag string.

## 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/gocreative-tiktok-hashtag-search-d5dae749/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.gocreativeai.com](https://www.zero.xyz/host/api.gocreativeai.com/llms.txt)
