# klymax402 Twitter/X Profile Scraper

> klymax402 Twitter/X Profile 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-15).

Retrieves public profile information for a given Twitter/X username, including bio, follower counts, avatar, and more.

## Facts

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

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-profile-scraper-e8b9e397
```

Example prompt: Can you pull up the public profile info for the Twitter account @sama — I want their bio, follower count, verified status, and any website they have listed?

## When to prefer this

Choose this endpoint when you need quick, structured public profile data for a Twitter/X account without setting up a Twitter Developer account or managing API keys. Ideal for one-off lookups, enrichment pipelines, or agent workflows that need social proof data like follower counts and bios on demand, paid per-call with USDC.

## Known failure modes

- Username not found — returns an error if the account does not exist or is suspended
- Private/protected account — profile data may be incomplete or unavailable
- Rate limiting — the underlying scraper may throttle requests under high load
- Invalid input format — malformed username or URL may return an error
- Payment failure — insufficient USDC balance on Base chain prevents the call

## 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 user's display name, username, bio, website, location, verified status, avatar URL, banner URL, account creation date, follower count, following count, tweet count, and pinned tweet content.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "username": {
   "type": "string",
   "description": "Twitter/X username without @ (e.g. 'elonmusk') or full URL (e.g. 'https://x.com/elonmusk')"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "bio": "example",
  "website": "example",
  "location": "example",
  "username": "example",
  "verified": true,
  "avatarUrl": "example",
  "bannerUrl": "example",
  "createdAt": "example",
  "followers": 1,
  "following": 1,
  "tweetCount": 1,
  "displayName": "example",
  "pinnedTweet": "example"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/klymax402-twitter-x-profile-scraper-e8b9e397/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)
