# TikTok Trending Feed

> TikTok Trending Feed is a paid API for AI agents from Fiber AI API at mpp.orthogonal.com, paid per call via MPP, $0.04/call, status unknown (last checked 2026-09-14).

Fetches the current TikTok trending feed, returning a list of trending videos and content.

## Facts

- Endpoint: POST https://mpp.orthogonal.com/fiber/v1/tiktok/trending-feed
- Price: $0.04/call
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Provider: Fiber AI API
- Docs: https://api.fiber.ai
- Website: https://api.fiber.ai
- Tags: contacts, email, phone, enrichment, data
- Canonical page: https://www.zero.xyz/c/fiber-ai-api-tiktok-trending-feed-429432af
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3dn_4NJtMPE8sehMzX5ro

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 fiber-ai-api-tiktok-trending-feed-429432af -d '<json body>'
```

Example prompt: What videos are trending on TikTok right now? Pull the latest trending feed for me.

## When to prefer this

Use this endpoint when you need to programmatically access TikTok's trending video feed without managing TikTok API credentials directly. Prefer this over direct TikTok API access when you want a simple, pay-per-call interface for trend monitoring or content discovery.

## Known failure modes

- TikTok API unavailability causing feed retrieval failure
- Rate limiting if called too frequently
- Empty or stale feed if TikTok trending data is temporarily unavailable
- Network timeout on the upstream TikTok data source

## How this service works

Fetches the TikTok trending feed. Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For later page, offset, or cursor calls on the same logical search, pass parentRequestId with unchanged non-pagination parameters. Valid continuation calls still get their own request IDs and quoted price, but are charged 0. Changing filters starts a new billable request.

## Output

A feed of currently trending TikTok videos, likely including video metadata such as video IDs, titles, descriptions, view counts, like counts, author information, and other engagement metrics for each trending post.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fiber-ai-api-tiktok-trending-feed-429432af/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mpp.orthogonal.com](https://www.zero.xyz/host/mpp.orthogonal.com/llms.txt)
