# MicroBlogStream

> MicroBlogStream 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).

Search and retrieve micro-blog posts with engagement data and user metadata for brand monitoring and news tracking in real time.

## Facts

- Endpoint: POST https://api.agentwonderland.com/x402/endpoints/micro-blog-stream
- 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/microblogstream-fc58af4b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NpNzmpTGdglMPHnCvN3PR

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 microblogstream-fc58af4b -d '<json body>'
```

Example prompt: Search MicroBlogStream for the latest micro-blog posts mentioning 'OpenAI' and return up to 100 results with engagement and user metadata.

## When to prefer this

Choose this endpoint when you need fast, real-time access to micro-blog post content with engagement and user metadata — particularly for brand monitoring, PR tracking, news intelligence, or competitive research. It is purpose-built for agent-driven social listening workflows and returns structured data ready for downstream analysis, unlike generic web scraping approaches.

## Known failure modes

- Empty result set if no posts match the query
- Rate limiting or quota exhaustion returning an error
- Payment failure via x402 protocol blocking the request
- Overly broad queries returning low-relevance results
- Query timeout for very high maxResults values

## How this service works

MicroBlogStream: Fast-access micro-blog intelligence with the latest posts, engagement data, and user metadata. Built for real-time brand monitoring and news tracking.

## Output

Returns a collection of micro-blog posts matching the search query, including post content, engagement metrics (likes, reposts, replies), user metadata (username, follower count), and timestamps. Results are capped at the specified maxResults value (default 200).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "maxResults": {
   "type": "integer",
   "title": "Maxresults",
   "default": 200
  },
  "searchQuery": {
   "type": "string",
   "title": "Searchquery"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/microblogstream-fc58af4b/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)
