# TikTok Unified Search

> TikTok Unified Search 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).

Search TikTok for both videos and users simultaneously using a single query, returning combined results.

## Facts

- Endpoint: POST https://mpp.orthogonal.com/fiber/v1/tiktok/unified-search
- 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-unified-search-867d5e9b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qd4I6NS5MgyTIWWgjm8A7

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-unified-search-867d5e9b -d '<json body>'
```

Example prompt: Search TikTok for 'sustainable fashion' and give me both the top videos and user accounts that come up — I want to see creators and content in one go.

## When to prefer this

Use this endpoint when you need to discover both TikTok video content and creator/user accounts for a given keyword or topic in a single API call, rather than making separate calls for videos and users. Ideal for competitive research, influencer discovery, or content auditing workflows on TikTok.

## Known failure modes

- Empty or overly broad query returning no results
- TikTok rate limiting or API unavailability causing request failure
- Query terms violating TikTok content policies returning empty results
- Network timeout for high-volume search terms

## How this service works

Unified search returning both videos and users. 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 unified list containing both TikTok video results (titles, URLs, view counts, metadata) and TikTok user profiles (usernames, follower counts, bios) matching the search query.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fiber-ai-api-tiktok-unified-search-867d5e9b/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)
