# AIsa Payment Gateway - Twitter User Search

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

Search for Twitter/X users by keyword and return matching user profiles

## Facts

- Endpoint: GET https://pay.lnpay.ai/twitter/user/search
- Price: $0.036/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-search-6c20c1b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PREVO_YCks3pQXSDoC8-8

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-search-6c20c1b7
```

Example prompt: Search Twitter for users matching the keyword 'openai' and show me the results.

## When to prefer this

Use this endpoint when you need to discover or find Twitter/X user accounts by name, handle, or keyword — especially useful for lead generation, influencer discovery, or finding relevant accounts in a topic area. Prefer this over follower/following endpoints when you don't already have a specific user ID and need to search by keyword.

## Known failure modes

- Empty results when no users match the keyword
- 400 Bad Request if 'query' parameter is missing or empty
- 402 Payment Required if USDC payment is not provided or insufficient
- 429 Rate limiting if too many requests are made in quick succession
- 500 Internal Server Error if the upstream Twitter API is unavailable

## How this service works

Search user by keyword

## Output

A list of Twitter/X user profiles matching the search keyword, likely including usernames, display names, and profile metadata for each matching account.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "query": {
   "type": "string",
   "description": "The keyword to search"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aisa-payment-gateway-twitter-user-search-6c20c1b7/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)
