# klymax402 Twitter Scraper — Fetch Tweets by Username

> klymax402 Twitter Scraper — Fetch Tweets by Username 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).

Fetches recent tweets from a specified Twitter/X username, returning up to 20 tweets as structured JSON.

## Facts

- Endpoint: GET https://klymax402.com/api/twitter-scraper/api/tweets
- 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-scraper-fetch-tweets-by-username-b785bbbb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-xCzzOn388tH1p-sg85Jg

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-scraper-fetch-tweets-by-username-b785bbbb
```

Example prompt: Can you grab the last 15 tweets from VitalikButerin on X so I can see what he's been talking about recently?

## When to prefer this

Choose this endpoint when you need quick, structured access to a public Twitter/X user's recent tweets without managing Twitter API credentials or rate limits. It is well-suited for lightweight social monitoring, research on public figures, or pulling a small batch of recent posts (up to 20) for analysis. Prefer alternatives if you need full tweet metadata, replies, likes, or large-scale historical data.

## Known failure modes

- Username not found or account suspended — empty tweets array or error response
- Count out of range (above 20 or below 1) — may default to 10 or return validation error
- Private or protected account — no tweets returned
- Rate limiting or scraping blocks from X — request failure or partial results
- Malformed username input — error response

## 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

Returns a JSON object containing an array of tweet objects for the requested username, the username itself, and the total count of tweets returned. Each tweet entry reflects scraped public posts from the specified X/Twitter profile.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "count": {
   "type": "number",
   "description": "Number of tweets to return (1-20, default 10)"
  },
  "username": {
   "type": "string",
   "description": "Twitter/X username without @ (e.g. 'VitalikButerin')"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "tweets": [],
  "username": "example",
  "tweetCount": 1
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/klymax402-twitter-scraper-fetch-tweets-by-username-b785bbbb/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)
