# Palmyr Social – TikTok Engagement History

> Palmyr Social – TikTok Engagement History is a paid API for AI agents from palmyr.ai, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Retrieves stored per-post engagement history for a TikTok account you own, supporting time series, latest snapshot, or growth queries.

## Facts

- Endpoint: GET https://palmyr.ai/social/tiktok/series
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/palmyr-social-tiktok-engagement-history-53ca46b8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0x0MNX3VZQJyr7rLMUyMG

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-social-tiktok-engagement-history-53ca46b8
```

Example prompt: Pull the engagement history time series for my TikTok account — I want to see how likes, views, and comments have trended across my posts over the past 30 days.

## When to prefer this

Choose this endpoint when you need historical or time-series engagement data for a TikTok account you own and have registered with Palmyr — especially when you want growth trends or per-post metric snapshots without triggering a live TikTok scrape. Prefer this over live-fetch alternatives when you need low-latency reads of already-collected data, or when building analytics dashboards that poll regularly.

## Known failure modes

- Account not registered to the wallet — returns 401 or 403 if the wallet does not own the specified TikTok account
- No stored data available — if no engagement history has been collected yet, returns empty series or 404
- Invalid query type — unsupported series/latest/growth parameter returns 400
- Session expired or TikTok login stale — may return stale or partial data if the browser session needs re-authentication
- Rate limit exceeded — too many requests in a short window may return 429

## How this service works

Read stored per-post engagement history for a TikTok account you own (time series, latest, or growth).

## Output

Returns stored engagement history for the specified TikTok account, structured as a time series, latest per-post snapshot, or growth figures — including metrics such as likes, views, comments, and shares per post over the requested period.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/palmyr-social-tiktok-engagement-history-53ca46b8/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)
