# Portals Protocol TikTok Search

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

Search TikTok for videos, users, and hashtags by keyword query

## Facts

- Endpoint: POST https://api.portalsprotocol.com/tiktok/search
- 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-b314d28e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ASOlW4yQJEwAnnW1mNbjY

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-b314d28e -d '<json body>'
```

Example prompt: Search TikTok for videos and creators about 'sustainable fashion' — I want to see what content and hashtags are trending around that topic.

## When to prefer this

Use this endpoint when you need programmatic access to TikTok search results — videos, users, or hashtags — without maintaining a TikTok developer account or managing OAuth. Prefer this over manual scraping or direct TikTok API access when you need a pay-per-call model with no subscription commitment.

## Known failure modes

- Invalid or missing search query returns 400 error
- Payment not provided or insufficient USDC balance returns 402
- TikTok rate limiting or availability issues may cause 503 or timeout
- Empty results returned for obscure or restricted keywords
- Region-restricted content may not appear in results

## Output

A list of TikTok search results which may include videos (with titles, view counts, author info, URLs), user profiles (username, follower count, bio), and/or hashtags (name, usage count), depending on the search type requested.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-portalsprotocol-com-b314d28e/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)
