# RagRadar Social Sentiment by Keyword

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

Fetches on-chain and social sentiment data for a given keyword, topic, or token using RagRadar's intelligence layer

## Facts

- Endpoint: GET https://ragdar.vercel.app/api/social/sentiment/%7Bkeyword%7D
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-social-sentiment-by-keyword-008cd171
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3kZn_vliwBcBnKIpa6BLT

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-008cd171
```

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

## When to prefer this

Choose this endpoint when you need real-time or near-real-time social sentiment for a specific crypto keyword, token, or project name, especially within Base, Arbitrum, or Solana ecosystems. Prefer it over general NLP sentiment APIs when the target is Web3-native topics that require on-chain context. Best suited for agents doing market research, trend monitoring, or community pulse checks on blockchain projects.

## Known failure modes

- Keyword not found or no data available — may return empty results or status not ok
- Invalid or missing keyword parameter — 400 or malformed response
- Rate limiting or payment failure via x402 micropayment — 402 Payment Required
- Upstream social data source unavailable — 503 or degraded response
- Keyword too generic or short — may return low-confidence or null sentiment

## How this service works

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

## Output

Returns a JSON object with a status field and sentiment data for the queried keyword, likely including a sentiment score or label (positive/negative/neutral) and supporting social signal metadata derived from on-chain and social sources across 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-008cd171/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragdar.vercel.app](https://www.zero.xyz/host/ragdar.vercel.app/llms.txt)
