# StableSocial TikTok Hashtag Search

> StableSocial TikTok Hashtag Search is a paid API for AI agents from socialx402.com, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-13).

Search TikTok for posts and videos associated with a given hashtag, returning social data on a pay-per-request basis

## Facts

- Endpoint: POST https://socialx402.com/api/tiktok/search-hashtag
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-tiktok-hashtag-search-9e56e009
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DlZfnOOfzWW3il1a9Kv97

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-hashtag-search-9e56e009 -d '<json body>'
```

Example prompt: Search TikTok for the hashtag #fitnessmotivation and show me the top posts and their engagement numbers.

## When to prefer this

Use this endpoint when you need pay-per-request, no-subscription access to TikTok hashtag search data without setting up OAuth or managing API keys. Ideal for ad-hoc social listening, content research, or marketing analytics on TikTok specifically.

## Known failure modes

- Invalid or malformed hashtag returns an error or empty result
- TikTok rate limiting or blocking causes upstream failures
- Payment of $0.06 USDC not confirmed results in 402 payment required error
- Hashtag with no content returns empty results
- Service downtime or upstream TikTok API changes cause 5xx errors

## How this service works

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

## Output

Returns a list of TikTok posts, videos, and associated metadata (e.g. view counts, likes, author info, captions) for the specified hashtag query.

## Example request

```json
{
 "hashtag": "fitnessmotivation",
 "post_id": "123456789",
 "comment_id": "987654321",
 "max_page_size": 50
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "cursor": {
   "type": "string",
   "description": "Pagination cursor"
  },
  "hashtag": {
   "type": "string",
   "minLength": 1,
   "description": "Hashtag to search (without #)"
  },
  "max_page_size": {
   "type": "integer",
   "default": 50,
   "maximum": 9007199254740991,
   "minimum": -9007199254740991,
   "description": "Results per page"
  }
 }
}
```

## More

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