# AIsa Payment Gateway - Twitter User Info by Screen Name

> AIsa Payment Gateway - Twitter User Info by Screen Name is a paid API for AI agents from pay.lnpay.ai, paid per call via x402, $0.0018/call, status unknown (last checked 2026-09-15).

Retrieves public profile information for a Twitter/X user given their screen name

## Facts

- Endpoint: GET https://pay.lnpay.ai/twitter/user/info
- Price: $0.0018/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aisa-payment-gateway-twitter-user-info-by-screen-name-3e4f33db
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IF0EaFJOhDEfMD1De7Cmb

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 aisa-payment-gateway-twitter-user-info-by-screen-name-3e4f33db
```

Example prompt: Can you pull up the Twitter profile info for the user with screen name 'elonmusk'?

## When to prefer this

Use this endpoint when you need to resolve a Twitter/X screen name to structured profile metadata, especially in workflows where you already know the handle and need account details. It is ideal for single-user lookups; for bulk lookups use the batch endpoint. Suitable for enriching social data pipelines or verifying Twitter identity.

## Known failure modes

- Screen name not found — returns 404 or empty result if user does not exist or account is suspended
- Invalid or missing userName parameter — returns 400 bad request
- Payment not processed — returns 402 if x402 payment header is missing or insufficient
- Rate limit exceeded — returns 429 if too many requests are made in a short window
- Private or deactivated account — may return limited or no profile data

## How this service works

Get user info by screen name

## Output

Returns public Twitter/X user profile data for the specified screen name, including display name, bio, follower/following counts, account creation date, and other profile metadata available from the Twitter API.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "userName"
 ],
 "properties": {
  "userName": {
   "type": "string",
   "description": "The screen name of the user"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aisa-payment-gateway-twitter-user-info-by-screen-name-3e4f33db/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pay.lnpay.ai](https://www.zero.xyz/host/pay.lnpay.ai/llms.txt)
