# AIsa Payment Gateway - Batch Twitter User Info by IDs

> AIsa Payment Gateway - Batch Twitter User Info by IDs 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).

Fetches profile information for multiple Twitter/X users in bulk by providing a comma-separated list of user IDs

## Facts

- Endpoint: GET https://pay.lnpay.ai/twitter/user/batch-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-batch-twitter-user-info-by-ids-eddcff22
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gD776N42tE9u-J7s0ydxh

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-batch-twitter-user-info-by-ids-eddcff22
```

Example prompt: Can you pull the profile info for these Twitter user IDs all at once: 1234567890, 9876543210, and 1122334455? I need their names, bios, and follower counts.

## When to prefer this

Use this endpoint when you need to retrieve profile information for multiple Twitter users simultaneously and already have their numeric user IDs. It is more cost-efficient than making individual requests when looking up 100 or more users (10 credits vs 18 credits per user). Prefer this over the screen-name lookup endpoint when you have user IDs rather than usernames.

## Known failure modes

- Invalid or non-existent user IDs return empty or error entries for those IDs
- Malformed comma-separated string causes a 400 bad request
- Exceeding rate limits or credit balance results in a 402 payment required error
- Very large ID lists may be throttled or require pagination
- Suspended or deactivated Twitter accounts may return limited or no data

## How this service works

Batch get user info by user ids. Pricing: Single user request: 18 credits per user, Bulk request (100+ users): 10 credits per user. Note: For cost optimization, we recommend batching requests when fetching multiple user profiles.

## Output

Returns profile information objects for each requested Twitter user ID, including details such as display name, bio, follower count, and other user metadata. Pricing is 18 credits per user for small requests and 10 credits per user for batches of 100 or more users.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "userIds"
 ],
 "properties": {
  "userIds": {
   "type": "string",
   "description": "The user ids to get. eg. 1234567890,1234567891,1234567892. Use comma to separate multiple user ids"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aisa-payment-gateway-batch-twitter-user-info-by-ids-eddcff22/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)
