# RagRadar Social Sentiment by Keyword

> RagRadar Social Sentiment by Keyword is a paid API for AI agents from ragradar.space, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Fetches on-chain and social sentiment analysis for a given keyword across crypto social signals.

## Facts

- Endpoint: GET https://ragradar.space/api/social/sentiment/%7Bkeyword%7D
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-social-sentiment-by-keyword-cb23c51b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZJkelqMKgT-In__ui6P0c

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 ragradar-social-sentiment-by-keyword-cb23c51b
```

Example prompt: What's the current social sentiment around 'PEPE' — is the crypto community bullish or bearish on it right now?

## When to prefer this

Use this endpoint when you need real-time social sentiment signals for a specific crypto keyword, token name, or project — especially when combining with on-chain data from the same RagRadar platform for a holistic intelligence view. Prefer this over generic social media APIs when the focus is crypto/DeFi community sentiment.

## Known failure modes

- Invalid or missing keyword parameter returns an error
- Keyword with no social data may return empty results
- Rate limiting or payment failure (402) if USDC payment not attached
- Unexpected server errors returning non-200 status

## How this service works

On-chain intelligence for AI agents. 73+ endpoints across Base, Arbitrum, Solana. x402 micropayments.

## Output

A JSON object with a status field and sentiment data for the queried keyword, indicating community mood, social signal strength, or related sentiment metrics from across crypto social channels.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "ok"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ragradar-social-sentiment-by-keyword-cb23c51b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragradar.space](https://www.zero.xyz/host/ragradar.space/llms.txt)
