# RagRadar Social Sentiment by Keyword

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

Retrieves AI-powered social sentiment analysis for a given keyword across crypto-relevant social signals

## Facts

- Endpoint: GET https://ragradar.vercel.app/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-1761d183
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NeWSUMfbn3if39IruPP4Z

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-1761d183
```

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

## When to prefer this

Use this endpoint when you need real-time social sentiment data for a specific crypto keyword, token, or topic — especially when you want AI-aggregated signals rather than raw social data. Prefer this over generic sentiment APIs when the focus is on crypto/DeFi/blockchain social context across platforms.

## Known failure modes

- Keyword not found or no social data available returns empty or minimal result
- Invalid or missing keyword parameter returns error
- Rate limiting or payment failure results in 402 response
- Keyword too broad or too generic may return noisy sentiment data
- Service downtime on Vercel deployment returns 5xx error

## How this service works

AI-powered on-chain analytics across Base, Arbitrum, and Solana. 82 REST endpoints including Portfolio P&L tracker, smart money tracking, whale alerts, token intelligence, DeFi yields, Solana degen tools, social signals, gas tracker, approvals scanner, block checker.

## Output

A JSON object containing sentiment analysis results for the queried keyword, including sentiment polarity (positive/negative/neutral), social signal scores, and related social data aggregated from crypto-relevant sources.

## Example request

```json
{
 "properties": "bitcoin"
}
```

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