# Portals Protocol TikTok User Videos

> Portals Protocol TikTok User Videos is a paid API for AI agents from api.portalsprotocol.com, paid per call via x402, $0.14/call, status unknown (last checked 2026-09-15).

Fetches a TikTok user's videos and associated metadata given a username or user identifier

## Facts

- Endpoint: POST https://api.portalsprotocol.com/tiktok/user/videos
- Price: $0.14/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-portalsprotocol-com-9427248e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Dw8ZTDLA3P6p5EvCf_CqJ

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 api-portalsprotocol-com-9427248e -d '<json body>'
```

Example prompt: Can you pull all the recent videos and their metadata — likes, views, post dates, descriptions — for the TikTok account @charlidamelio?

## When to prefer this

Use this endpoint when you need to programmatically retrieve a TikTok user's video catalog and associated engagement metadata without using the official TikTok API directly; ideal for creator research, competitor analysis, or content monitoring workflows that require paid, reliable access to TikTok video data.

## Known failure modes

- User not found — invalid or non-existent TikTok username returns an error
- Private account — videos may not be accessible if the account is private
- Rate limiting — repeated rapid calls may be throttled
- Payment failure — x402 payment not accepted or insufficient USDC balance
- Empty result — user exists but has posted no videos

## How this service works

Fetch a TikTok user's videos and associated metadata via a paid GET endpoint.

## Output

Returns a list of TikTok videos posted by the specified user, each with associated metadata such as video URL, description, view count, like count, comment count, share count, and publication timestamp.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-portalsprotocol-com-9427248e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.portalsprotocol.com](https://www.zero.xyz/host/api.portalsprotocol.com/llms.txt)
