# klymax402 Twitter/X Search Scraper

> klymax402 Twitter/X Search Scraper is a paid API for AI agents from klymax402.com, paid per call via x402, $0.012/call, status unknown (last checked 2026-09-14).

Searches Twitter/X for tweets matching a query, returning up to 20 results including support for keywords, hashtags, mentions, and advanced operators.

## Facts

- Endpoint: GET https://klymax402.com/api/twitter-scraper/api/search
- Price: $0.012/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/klymax402-twitter-x-search-scraper-b290ac06
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BVZGWG-nvTEoUZkx_QeQY

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 klymax402-twitter-x-search-scraper-b290ac06
```

Example prompt: Search Twitter for the latest 15 tweets about 'Bitcoin ETF' — include hashtags and any posts from major financial accounts if you can.

## When to prefer this

Choose this endpoint when you need to search Twitter/X content without obtaining official Twitter API credentials, especially for keyword monitoring, hashtag tracking, or user mention lookup. It supports advanced Twitter search operators (from:user, since:date) making it suitable for targeted searches. Prefer this over official Twitter API wrappers when API key management is not desired and pay-per-call USDC pricing is acceptable.

## Known failure modes

- Empty results array if no tweets match the query
- Rate limiting or scraper blocking by Twitter returning errors
- Invalid or unsupported operator syntax causing zero results
- Count parameter outside 1-20 range may be clamped or rejected
- Twitter temporarily blocking scraper access, causing service unavailability

## How this service works

One MCP endpoint gives your AI agent access to 100 APIs -- crypto, DeFi, web, AI, finance and utilities. No API keys, USDC on Base from $0.003/call.

## Output

A JSON object containing the original query string, a list of tweet result objects, and a result count. Each result entry represents a matched tweet (fields such as text, author, timestamp may vary).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "count": {
   "type": "number",
   "description": "Number of tweets to return (1-20, default 10)"
  },
  "query": {
   "type": "string",
   "description": "Search query -- supports keywords, phrases, hashtags (#), mentions (@), and operators (from:user, since:2026-01-01)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "query": "example",
  "results": [],
  "resultCount": 1
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/klymax402-twitter-x-search-scraper-b290ac06/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from klymax402.com](https://www.zero.xyz/host/klymax402.com/llms.txt)
