# StableSocial TikTok Trending Feed

> StableSocial TikTok Trending Feed 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).

Fetches the current TikTok trending feed for a specified region, returning trending video content without requiring authentication or a subscription.

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/tiktok/get-trending-feed
- 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-trending-feed-cd11ba01
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xBVxZZY6IeSGwHvfbo6YJ

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-trending-feed-cd11ba01 -d '<json body>'
```

Example prompt: Pull the current TikTok trending feed for the US region — use the trimmed response to keep it concise.

## When to prefer this

Choose this endpoint when you need real-time TikTok trending feed data without setting up OAuth or a long-term subscription. It is ideal for lightweight, pay-per-call use cases like trend monitoring, content research, or market analysis across different regions. Prefer it over full social media APIs when you only need occasional trending snapshots and want to avoid API key management.

## Known failure modes

- Invalid or unsupported region code returns an error or empty feed
- TikTok platform changes may cause scraping failures or incomplete data
- Payment failure (insufficient USDC balance) results in 402 response and no data returned
- Rate limiting or proxy issues may cause timeouts for certain regions
- Trending feed may reflect region-restricted content based on proxy location

## 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 trending TikTok feed items for the specified region, including video metadata such as titles, engagement signals, and creator details. When trim is enabled, returns a reduced-field response for faster processing.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "trim": {
   "type": "boolean",
   "description": "Set to true to get a trimmed response."
  },
  "region": {
   "type": "string",
   "minLength": 1,
   "description": "Where you want the proxy to be. This doesn't mean that you will only see TikToks from this region, you will just see the content that isn't banned in that regio"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-tiktok-trending-feed-cd11ba01/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)
