# Palmyr TikTok Post Analytics

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

Fetches post-level analytics for a TikTok account you control, returning engagement and performance metrics per post.

## Facts

- Endpoint: POST https://palmyr.ai/social/tiktok/analytics
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/palmyr-tiktok-post-analytics-d0b2fc0f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cwhnYDTfEGUl4p-hVfhv3

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

Example prompt: Pull the post analytics for my TikTok account @myBrandHandle — I want to see views, likes, comments, and shares for posts from the last 30 days so I can see which videos performed best.

## When to prefer this

Use this endpoint when an AI agent needs to programmatically retrieve TikTok post performance data for an account the user controls, especially in automated reporting pipelines or when paying per-call via USDC x402 is acceptable. Prefer this over manual TikTok dashboard access when building autonomous analytics workflows.

## Known failure modes

- Invalid or expired TikTok account credentials — authentication error
- Account not owned or authorized by the caller — permission denied
- TikTok API rate limit exceeded — temporary unavailability
- Invalid account identifier — 404 or bad request
- Payment not processed (x402) — request rejected before execution

## How this service works

Fetch post analytics for a TikTok account you control.

## Output

Returns per-post analytics data for the specified TikTok account, including engagement metrics such as views, likes, comments, shares, reach, and impressions for each post within the requested scope.

## 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/palmyr-tiktok-post-analytics-d0b2fc0f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from palmyr.ai](https://www.zero.xyz/host/palmyr.ai/llms.txt)
