# Twitter/X Profile Resolver by Handle — fetcher.sh

> Twitter/X Profile Resolver by Handle — fetcher.sh is a paid API for AI agents from twitter.fetcher.sh, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-13).

Resolve a Twitter/X user profile by their @handle, returning account metadata without requiring OAuth or a Twitter account

## Facts

- Endpoint: GET https://twitter.fetcher.sh/api/handle/%7Bhandle%7D
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twitter-x-profile-resolver-by-handle-fetcher-sh-013b4dd7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ulDWOsokJeSr8NfxwvS-r

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 twitter-x-profile-resolver-by-handle-fetcher-sh-013b4dd7
```

Example prompt: Look up the Twitter profile for the handle @sama and tell me their bio, follower count, and when the account was created.

## When to prefer this

Use this endpoint when you need to resolve a Twitter/X profile by username without setting up OAuth credentials or a Twitter developer account. Ideal for lightweight, pay-as-you-go profile lookups in agent workflows where subscribing to the official Twitter API is too expensive or operationally complex. Prefer this over official Twitter API when you need quick, no-auth access billed in USDC per call.

## Known failure modes

- Handle does not exist — returns 404 or empty result
- Handle is suspended or deactivated — returns error or empty profile
- Rate limiting or scraping block from Twitter/X — may return 429 or partial data
- Malformed handle input (spaces, special chars) — returns 400 bad request
- Payment failure in USDC — x402 payment not accepted, request blocked

## How this service works

Twitter / X (x.com) data and scraping API: Search tweets, resolve profiles by handle or ID, and pull timelines, replies, followers, lists, and trends. 15 REST endpoints from $0.002 – $0.005 per call — no account, no OAuth, no subscription. Pay with x402 (USDC on Base, Polygon, Arbitrum, Monad or Solana) or prepaid credits.

## Output

Returns a Twitter/X user profile object for the given handle, including display name, bio/description, follower count, following count, tweet count, profile image URL, account creation date, and verification status. No OAuth or Twitter account required.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/twitter-x-profile-resolver-by-handle-fetcher-sh-013b4dd7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from twitter.fetcher.sh](https://www.zero.xyz/host/twitter.fetcher.sh/llms.txt)
