# SociaVault TikTok Music Search

> SociaVault TikTok Music Search is a paid API for AI agents from social.gedx402.com, paid per call via x402, $0.014/call, status unknown (last checked 2026-09-15).

Search TikTok music tracks by keyword with optional region, sort, and filter controls via SociaVault proxy

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/tiktok/search/music
- Price: $0.014/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sociavault-tiktok-music-search-5fa96334
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_f88YJ63-finPlkig2r1TW

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 sociavault-tiktok-music-search-5fa96334
```

Example prompt: Search TikTok music for tracks matching 'summer vibes', filtered to the US region, sorted by popularity, starting at offset 0.

## When to prefer this

Use this endpoint when you need to search TikTok's music catalog by keyword, optionally scoped to a region or sorted by a specific metric, and you are willing to pay per call via x402 micropayment. Prefer this over scraping when you need structured music search results from TikTat programmatically.

## Known failure modes

- Invalid or missing keyword returns empty results or error
- Unsupported region code returns no results
- Invalid sort_type or filter_by value may return error or unfiltered results
- Payment failure (402) blocks response entirely
- Rate limiting or upstream TikTok API unavailability causes failure

## How this service works

SociaVault social data ingest — profile, posts, transcript, and full API proxy. One x402 payment per outcome.

## Output

A JSON object containing TikTok music search results matching the keyword query, with data from the SociaVault proxy and a success flag indicating whether the request completed.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "offset": {
   "type": "integer"
  },
  "region": {
   "type": "string"
  },
  "keyword": {
   "type": "string"
  },
  "filter_by": {
   "type": "string"
  },
  "sort_type": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "success": true,
  "provider": "sociavault"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sociavault-tiktok-music-search-5fa96334/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from social.gedx402.com](https://www.zero.xyz/host/social.gedx402.com/llms.txt)
