# TruthWatch - Alternative Social Platform Monitor

> TruthWatch - Alternative Social Platform Monitor is a paid API for AI agents from api.agentwonderland.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Searches and retrieves posts from alternative social platforms (e.g. Truth Social) for political intelligence, brand safety, and public discourse analysis.

## Facts

- Endpoint: POST https://api.agentwonderland.com/x402/endpoints/truth-watch
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/truthwatch-alternative-social-platform-monitor-2e58ae35
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aF3Y-VM2Zbk_qIxQYV9Td

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 truthwatch-alternative-social-platform-monitor-2e58ae35 -d '<json body>'
```

Example prompt: Search TruthWatch for up to 30 posts mentioning 'electric vehicles' on alternative social platforms so I can assess brand safety and see what narratives are spreading there.

## When to prefer this

Choose TruthWatch when you need to monitor or research content specifically on alternative/non-mainstream social platforms (such as Truth Social) rather than Twitter/X, Facebook, or Reddit. It is ideal for political intelligence gathering, brand safety audits that extend beyond mainstream platforms, tracking narratives that originate in politically niche online communities, or any use case requiring insight into discourse outside the mainstream social media ecosystem.

## Known failure modes

- Empty results if the search query matches no recent posts on monitored platforms
- Rate limiting or quota exceeded errors if called too frequently
- Invalid or missing searchQuery parameter returning a 400 error
- Platform unavailability if the underlying alternative social platform APIs are down
- Results may be incomplete if maxPosts exceeds available matching content

## How this service works

TruthWatch: Monitor alternative social platform activity for political intelligence, brand safety, and public discourse analysis.

## Output

Returns a collection of posts (up to the specified maxPosts limit) from alternative social platforms matching the search query, including post content and relevant metadata useful for political intelligence, brand safety assessment, and public discourse analysis.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "maxPosts": {
   "type": "integer",
   "title": "Maxposts",
   "default": 50
  },
  "searchQuery": {
   "type": "string",
   "title": "Searchquery"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/truthwatch-alternative-social-platform-monitor-2e58ae35/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.agentwonderland.com](https://www.zero.xyz/host/api.agentwonderland.com/llms.txt)
