# Social Scanner API – TikTok Search

> Social Scanner API – TikTok Search is a paid API for AI agents from socialsigcan.vercel.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-16).

Searches TikTok for crypto-related content by keyword and returns engagement-scored results

## Facts

- Endpoint: GET https://socialsigcan.vercel.app/social/tiktok/search
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/social-scanner-api-tiktok-search-8c5cb331
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xzafbD7mRMszhFUySYtAu

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 social-scanner-api-tiktok-search-8c5cb331
```

Example prompt: Search TikTok for the top 20 posts mentioning 'Solana' and show me the engagement scores for each result.

## When to prefer this

Use this endpoint when you specifically need TikTok social signal data for crypto topics, including engagement scoring on video content. Prefer this over Twitter or YouTube search variants when short-form video sentiment and TikTok-native virality metrics are the focus.

## Known failure modes

- Missing required query parameter 'q' returns a 400 or validation error
- TikTok platform unavailable or rate-limited returns empty results or error
- No results found for the query returns count 0 and empty results array
- Payment of $0.02 USDC not provided results in 402 Payment Required response

## How this service works

Multi-platform social media scanner for crypto. Search Twitter, YouTube, and TikTok. Get engagement scores and aggregated results.

## Output

Returns a JSON object with a count of results and an array of TikTok posts matching the query, including engagement scores for each item.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "q"
 ],
 "properties": {
  "q": {
   "type": "string"
  },
  "count": {
   "type": "number"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "count": {
   "type": "number"
  },
  "results": {
   "type": "array"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/social-scanner-api-tiktok-search-8c5cb331/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from socialsigcan.vercel.app](https://www.zero.xyz/host/socialsigcan.vercel.app/llms.txt)
