# X/Twitter Mentions Search via Web Index

> X/Twitter Mentions Search via Web Index is a paid API for AI agents from aws-bedrock.grok.me, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Searches for X/Twitter mentions of a given query term via a web index and returns results

## Facts

- Endpoint: GET https://aws-bedrock.grok.me/api/v1/x
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x-twitter-mentions-search-via-web-index-4d1359be
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lYHJrgIw8EcbVmhfmpRQV

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 x-twitter-mentions-search-via-web-index-4d1359be
```

Example prompt: Search X/Twitter for recent mentions of 'x402' and show me what people are saying about it.

## When to prefer this

Choose this endpoint when you need to retrieve X/Twitter mentions or social posts about a specific keyword, brand, or hashtag at low cost ($0.001 USDC per call). It is ideal for brand monitoring, social listening, and trend discovery tasks where real-time precision is less critical than cost efficiency. Prefer it over full Twitter API integrations when you need lightweight, pay-per-call access without OAuth setup.

## Known failure modes

- No results found for obscure or very new query terms
- Rate limiting or payment required (HTTP 402) if payment not provided upfront
- Query parameter missing or malformed returns an error
- Web index may lag behind real-time Twitter activity, missing the most recent posts
- Index may not cover all tweets, particularly from private accounts

## How this service works

X/Twitter mentions via web index. GET /api/v1/x?q=x402 → 402 $0.006 USDC. twitter, x.

## Output

A list of X/Twitter mentions or posts matching the search query, retrieved from a web index. Results typically include post content, possibly with metadata such as author and timestamp, for the given keyword or topic.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "modelId": {
       "type": "string",
       "description": "OpenRouter model id"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x-twitter-mentions-search-via-web-index-4d1359be/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aws-bedrock.grok.me](https://www.zero.xyz/host/aws-bedrock.grok.me/llms.txt)
