# httpay.xyz Twitter/X Sentiment Analyzer

> httpay.xyz Twitter/X Sentiment Analyzer is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Estimates approximate sentiment for a search query from Twitter/X content using web search

## Facts

- Endpoint: POST https://httpay.xyz/api/twitter-sentiment
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-xyz-013b18fa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4STyzUsw1VdLEnGYva9UU

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 httpay-xyz-013b18fa -d '<json body>'
```

Example prompt: Can you check the approximate Twitter/X sentiment right now for the query 'Solana price'? I want to know if the general mood is positive, negative, or neutral.

## When to prefer this

Use this endpoint when you need a quick, approximate read on Twitter/X public sentiment for a topic, brand, token, or keyword without requiring full Twitter API access. Ideal for crypto market mood, brand monitoring, or social signal checks at low cost ($0.02 USDC per call).

## Known failure modes

- Query term returns no relevant Twitter/X results — empty or low-confidence sentiment
- Web search rate limiting causes degraded results
- Ambiguous query term leads to mixed or unreliable sentiment signal
- Payment not processed — 402 response before result is returned
- Query too broad or too narrow to yield meaningful sentiment

## How this service works

Approximate Twitter/X sentiment for a query via web search

## Output

Returns an approximate sentiment assessment (e.g. positive, negative, neutral, or a score) derived from web search results aggregating Twitter/X content for the given query.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "description": "Approximate Twitter/X sentiment for a query via web search"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-xyz-013b18fa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from httpay.xyz](https://www.zero.xyz/host/httpay.xyz/llms.txt)
