# Content Rewards AI Social Insights Run

> Content Rewards AI Social Insights Run is a paid API for AI agents from www.extendcontent.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Runs an allowlisted social insight actor (TikTok/Instagram/X profile or Instagram views) and returns structured social data results for a given profile or content target.

## Facts

- Endpoint: POST https://www.extendcontent.com/api/agent/social/run
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/content-rewards-ai-social-insights-run-7183adcb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_07zBd8mOzGn-tXHE4BYW9

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 content-rewards-ai-social-insights-run-7183adcb -d '<json body>'
```

Example prompt: Pull the TikTok profile insights for @charlidamelio using the tiktok.profile actor and wait up to 60 seconds for the results.

## When to prefer this

Choose this endpoint when you need real-time social profile or engagement data from TikTok, Instagram, or X without building your own scrapers. It is particularly suited for creator analytics, influencer vetting, competitive benchmarking, or campaign performance monitoring. Prefer this over general web-scraping endpoints when the target platform is one of the four supported actors and you want structured, purpose-built social data extraction via a metered pay-per-call model.

## Known failure modes

- Actor not in allowlist — only tiktok.profile, instagram.profile, x.profile, instagram.views are permitted
- Timeout exceeded if wait_for_finish limit is too low and actor run takes longer
- Profile not found or private — target account may be inaccessible
- Payment failure — x402/MPP USDC payment not completed ($0.03/call)
- Rate limiting or platform-side blocking causing actor failure

## How this service works

Pay-per-call video rendering on x402/MPP: watermarked staging, production at $0.10/min, frame stills for QC, plus allowlisted social insight runs.

## Output

Returns structured social data from the selected actor (e.g. profile stats, follower counts, engagement metrics, view data) for the specified input target. Exact fields depend on the actor chosen (tiktok.profile, instagram.profile, x.profile, or instagram.views).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "actor": {
   "enum": [
    "tiktok.profile",
    "instagram.profile",
    "x.profile",
    "instagram.views"
   ],
   "type": "string"
  },
  "input": {
   "type": "object",
   "default": {},
   "propertyNames": {
    "type": "string"
   },
   "additionalProperties": {}
  },
  "wait_for_finish": {
   "type": "integer",
   "maximum": 120,
   "minimum": 0
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/content-rewards-ai-social-insights-run-7183adcb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.extendcontent.com](https://www.zero.xyz/host/www.extendcontent.com/llms.txt)
