# RagRadar Social Sentiment by Keyword

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

Fetches on-chain social sentiment analysis for a given keyword across crypto-relevant social channels

## Facts

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

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-8265fbca
```

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

## When to prefer this

Choose this endpoint when you need real-time social sentiment for a specific crypto keyword, token, or protocol name and want on-chain-grounded intelligence rather than generic web sentiment. Ideal for AI agents building crypto market awareness, DeFi dashboards, or automated trading signals that require social signal data across Base, Arbitrum, and Solana ecosystems. Best suited for use cases that can pay $0.03 USDC per call via x402 micropayments.

## Known failure modes

- Keyword not found or no social data available — may return empty result or 402 if payment fails
- Invalid or missing keyword path parameter returns an error
- Payment not fulfilled via x402 micropayment returns 402 status
- Rate limiting if keyword is queried too frequently
- Sparse social data for niche or new keywords may yield low-confidence results

## How this service works

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

## Output

A JSON object containing sentiment analysis results for the specified keyword, likely including a sentiment status indicator (positive/negative/neutral), and potentially a score or signal strength derived from social data across crypto-relevant channels on Base, Arbitrum, and Solana ecosystems.

## 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-8265fbca/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from backup.ragradar.space](https://www.zero.xyz/host/backup.ragradar.space/llms.txt)
