# fetcher.sh Twitter Handle About Lookup

> fetcher.sh Twitter Handle About Lookup is a paid API for AI agents from fetcher.sh, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Fetches public profile/about information for a Twitter/X account by handle

## Facts

- Endpoint: GET https://fetcher.sh/api/twitter/handle/%7Bhandle%7D/about
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fetcher-sh-twitter-handle-about-lookup-11c6dd10
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SMYtm_6LdNB9SBUYzuAEj

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 fetcher-sh-twitter-handle-about-lookup-11c6dd10
```

Example prompt: Pull the public profile info for the Twitter handle @elonmusk — I want their bio, follower count, and when the account was created.

## When to prefer this

Use this endpoint when you need quick, no-account, no-OAuth access to public Twitter/X profile metadata for a specific handle, especially in agent workflows where setting up Twitter API credentials is impractical. Prefer this over the official Twitter API when you want pay-per-call USDC billing with no subscription, or when building agents that need social profile enrichment at low volume without managing API keys.

## Known failure modes

- Handle not found or account suspended — returns 404 or empty result
- Twitter/X rate limiting or blocking on the scraping layer — may return error or stale data
- Invalid handle format (e.g. contains spaces or special characters) — returns 400 bad request
- Payment not fulfilled via x402 — returns 402 Payment Required
- Private or deactivated account — profile data may be incomplete or unavailable

## How this service works

fetcher.sh is an x402 web-data and scraping API: 111 endpoints for Twitter/X, YouTube, TikTok, Instagram, Reddit, Google, App Store, and Yelp — paid per call in USDC on Base, Polygon, Arbitrum, Monad or Solana, or with prepaid credits. Built for AI agents: no accounts, no OAuth, no subscriptions.

## Output

Returns structured public profile data for the specified Twitter/X handle, including fields such as display name, bio/description, follower count, following count, tweet count, account creation date, location, website URL, verification status, and profile image URL.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fetcher-sh-twitter-handle-about-lookup-11c6dd10/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from fetcher.sh](https://www.zero.xyz/host/fetcher.sh/llms.txt)
