# ReadX X/Twitter Search API

> ReadX X/Twitter Search API is a paid API for AI agents from readx.1x402.sh, paid per call via x402, $0.03/call, status down (last checked 2026-09-15).

Search X/Twitter for tweets and content by keyword or query, returning JSON results via x402 micropayment per call

## Facts

- Endpoint: GET https://readx.1x402.sh/api/search
- Price: $0.03/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/readx-x-twitter-search-api-5a0d2eee
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7dQzit-5Q31gcFgXX8VIR

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 readx-x-twitter-search-api-5a0d2eee
```

Example prompt: Search X/Twitter for recent tweets about 'open source AI models' and show me what people are saying — use ReadX so I don't need a Twitter API key.

## When to prefer this

Choose this endpoint when you need to search X/Twitter for tweets by keyword, hashtag, or topic without managing X API keys or OAuth credentials. Ideal for agents that need to pay per call with USDC micropayments via x402 protocol on Base or Solana, avoiding subscription costs. Best for ad-hoc social media intelligence, brand monitoring queries, or retrieving public tweet data programmatically.

## Known failure modes

- Payment not provided or insufficient USDC — returns HTTP 402 requiring x402 micropayment
- Invalid or missing search query parameter — returns error code in JSON
- Rate limits or upstream X/Twitter API restrictions causing empty or partial results
- Query returns no matching tweets — data object may be empty
- Network timeout if X/Twitter backend is slow to respond

## How this service works

ReadX is a read-only X/Twitter JSON API. Profiles, timelines, tweets, search, lists, followers &amp; following — pay per call with x402 micropayments in USDC on Base or Solana. No API keys.

## Output

A JSON object with a code field (0 for success) and a data object containing tweet search results matching the query, including tweet content and associated metadata.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "code": 0,
  "data": {}
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/readx-x-twitter-search-api-5a0d2eee/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from readx.1x402.sh](https://www.zero.xyz/host/readx.1x402.sh/llms.txt)
