# TikTok Analytics by Palmyr

> TikTok Analytics by Palmyr is a paid API for AI agents from tiktok.palmyr.ai, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-16).

Fetches post-level performance analytics for a TikTok account you own and control.

## Facts

- Endpoint: POST https://tiktok.palmyr.ai/v1/analytics
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tiktok-analytics-by-palmyr-7bbc495d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RsK9_gp4XJ9dstbKCwmRl

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 tiktok-analytics-by-palmyr-7bbc495d -d '<json body>'
```

Example prompt: Pull the analytics for my TikTok posts on my controlled account — I want to see engagement metrics like views, likes, and shares for recent content.

## When to prefer this

Choose this endpoint when you need programmatic, agent-accessible TikTok post analytics for accounts you control and have linked to your wallet via Palmyr. It is especially useful for automated reporting pipelines, content performance dashboards, or agents that need to retrieve TikTok engagement data without manually logging into TikTok. Prefer this over manual TikTok Studio access when you want analytics fetched automatically as part of a workflow.

## Known failure modes

- Invalid or expired TikTok session — returns error if the account session is unhealthy or unauthorized
- Missing or malformed request body — returns validation error if required account or post identifiers are absent
- Account not owned by wallet — returns authorization error if the TikTok account is not linked to the calling wallet
- TikTok API rate limiting — may return errors if analytics requests exceed TikTok's underlying rate limits
- No posts found — returns empty or null analytics if the account has no eligible posts

## How this service works

Fetch post analytics for a TikTok account you control.

## Output

Returns a JSON object containing post-level analytics for the specified TikTok account, including engagement metrics such as views, likes, shares, comments, and other performance indicators for recent or specified posts.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "body": {
     "type": "object",
     "additionalProperties": true
    }
   }
  },
  "output": {
   "properties": {
    "example": {
     "type": "object",
     "additionalProperties": true
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tiktok-analytics-by-palmyr-7bbc495d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tiktok.palmyr.ai](https://www.zero.xyz/host/tiktok.palmyr.ai/llms.txt)
