# PulseMonitor – Real-Time Micro-Blog Search & Engagement Analytics

> PulseMonitor – Real-Time Micro-Blog Search & Engagement Analytics 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-14).

Searches and monitors micro-blog posts (e.g. tweets/X posts) in real time, tracking conversations, mentions, threads, and engagement analytics for a given query.

## Facts

- Endpoint: POST https://api.agentwonderland.com/x402/endpoints/pulse-monitor
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pulsemonitor-real-time-micro-blog-search-engagement-analytics-73d95110
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7X9PcjC-bit4WiOsfqy8j

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 pulsemonitor-real-time-micro-blog-search-engagement-analytics-73d95110 -d '<json body>'
```

Example prompt: Search Twitter/X for up to 50 posts mentioning 'OpenAI GPT-5' and give me the latest conversations, thread activity, and engagement stats.

## When to prefer this

Choose this endpoint when you need real-time monitoring or search of micro-blog content (Twitter/X-style posts) with engagement analytics included — especially for brand monitoring, topic tracking, or conversation discovery. Prefer it over generic web search endpoints when you specifically want social media post data with thread context and engagement signals.

## Known failure modes

- Empty or overly broad search query returns irrelevant or no results
- maxTweets set too high may cause slower response or rate limiting
- Invalid or malformed searchQuery returns a 400-level error
- Underlying social platform API unavailability causes timeout or 503
- Insufficient USDC balance or failed x402 payment results in request rejection

## How this service works

Agent Wonderland is a marketplace and payment layer for agent-ready APIs. This endpoint runs PulseMonitor: Real-time micro-blog monitoring with advanced search, thread tracking, and engagement analytics. Track conversations, mentions, and trending discussions. Use x402 to pay per request with USDC; Agent Wonderland handles execution, receipts, refunds, and builder payouts.

## Output

Returns a collection of micro-blog posts matching the search query (up to maxTweets results), along with thread tracking data, engagement metrics (likes, retweets, replies), and trending discussion signals for the queried topic.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "maxTweets": {
   "type": "integer",
   "title": "Maxtweets",
   "default": 100
  },
  "searchQuery": {
   "type": "string",
   "title": "Searchquery"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pulsemonitor-real-time-micro-blog-search-engagement-analytics-73d95110/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)
