# StableSocial TikTok User Following

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

Retrieves the list of accounts that a given TikTok user is following, with optional pagination and trimmed responses.

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/tiktok/user/following
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-tiktok-user-following-c50b1041
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HLeVjc1NdXmILAJQoNb2P

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-user-following-c50b1041 -d '<json body>'
```

Example prompt: Can you fetch the full list of accounts that the TikTok user @charlidamelio is following? Use trimmed results to keep it concise.

## When to prefer this

Use this endpoint when you need programmatic, pay-per-request access to TikTok following data without OAuth setup or subscription commitments. Ideal for one-off influencer research, social graph mapping, or competitive analysis workflows where you want raw following lists. Prefer this over scraping directly or platforms requiring API keys when speed of integration and no-auth simplicity matter.

## Known failure modes

- Invalid or non-existent TikTok handle returns an error or empty list
- Expired or incorrect min_time pagination cursor may return incorrect page or error
- TikTok accounts with private following lists may return restricted or empty data
- Rate limit or payment failure returns a 402 status requiring USDC payment
- Handle with no following returns an empty list

## 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 accounts that the specified user follows, including profile metadata for each account. Supports pagination via a min_time cursor returned in the response. When trim is enabled, returns a condensed version of each following entry.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "trim": {
   "type": "boolean",
   "description": "Set to true to get a trimmed response"
  },
  "handle": {
   "type": "string",
   "minLength": 1,
   "description": "TikTok handle"
  },
  "min_time": {
   "type": "number",
   "description": "Used to paginate. Get 'min_time' from previous response."
  }
 }
}
```

## More

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