# Scout X (Twitter) Search via xAI Grok

> Scout X (Twitter) Search via xAI Grok is a paid API for AI agents from scout.hugen.tokyo, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-13).

Searches X (Twitter) for real-time posts, trends, and discussions using xAI Grok, returning AI-analyzed social media intelligence and sentiment.

## Facts

- Endpoint: GET https://scout.hugen.tokyo/scout/x
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scout-hugen-tokyo-66f040c3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JPTiJbtJv1RYhFtunbOu_

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 scout-hugen-tokyo-66f040c3
```

Example prompt: Search X (Twitter) for what people are saying about the GPT-5 launch right now — I want to see the latest posts, sentiment, and trending reactions.

## When to prefer this

Use this endpoint when you need real-time social media intelligence from X (Twitter), especially for trending topics, brand sentiment, viral content, or public opinion analysis. Prefer this over general web search when the query specifically targets social discourse, hashtags, or user-generated content on X. Choose this over the multi-source report endpoints when you only need Twitter/X data without synthesizing from other sources.

## Known failure modes

- Query returns no results if topic is too niche or recent
- Rate limiting or payment failure if USDC balance is insufficient
- xAI Grok API unavailability causing upstream errors
- Overly broad queries may return low-signal results
- X platform access restrictions may limit certain content

## How this service works

Search X (Twitter) for real-time posts, trends, and discussions via xAI Grok. AI agent API for social media intelligence and sentiment analysis. Accepts USDC payments on Base and Solana

## Output

Returns real-time X (Twitter) posts, discussions, and trends matching the query, enriched with AI-synthesized sentiment analysis and social media intelligence via xAI Grok.

## Example request

```json
{
 "method": "GET"
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "method": {
     "type": "string",
     "enum": [
      "GET"
     ]
    }
   },
   "required": [
    "method"
   ]
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scout-hugen-tokyo-66f040c3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scout.hugen.tokyo](https://www.zero.xyz/host/scout.hugen.tokyo/llms.txt)
