# VIBE Twitter User Search

> VIBE Twitter User Search is a paid API for AI agents from api.vibe.airforce, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Searches Twitter/X users by keyword and returns matching user profiles

## Facts

- Endpoint: GET https://api.vibe.airforce/api/x402/vibe-tools/twitter/users/search
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-vibe-airforce-7d7be57c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_N_aBvOrIYD0GwLeti4Wk6

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 api-vibe-airforce-7d7be57c
```

Example prompt: Can you search Twitter/X for users related to 'DeFi yield farming' and show me their profiles?

## When to prefer this

Use this endpoint when you need to discover Twitter/X user accounts by topic, name, or keyword — especially useful for influencer research, competitive analysis, or finding community members around a subject. Prefer this over tweet search when the goal is identifying people/accounts rather than finding specific content or posts.

## Known failure modes

- No users found for the given keyword — empty result set returned
- Invalid or missing keyword parameter — request rejected
- Rate limit or quota exceeded — 402 payment required or request throttled
- Twitter/X API upstream error — service temporarily unavailable
- Keyword too broad or too narrow returning irrelevant or zero results

## How this service works

Top Picks: AI-verified smart money tokens every 30 min. 6-dimension scores, one-sentence thesis, smart money flow data. Plus 50+ crypto-data endpoints via x402 USDC on Base. No API keys, no accounts.

## Output

Returns a list of matching Twitter/X user profiles relevant to the search keyword, including account details such as usernames, display names, bios, follower counts, and other profile metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "body": {
     "type": "object",
     "properties": {}
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "data": {
     "type": "object",
     "properties": {
      "query": {
       "type": "string",
       "description": "Search query used"
      },
      "users": {
       "type": "array",
       "items": {
        "type": "object"
       },
       "description": "Matching user profiles: id, name, username, description, verified, followers_count"
      },
      "tx_hash": {
       "type": "string",
       "description": "EIP-3009 payment transaction hash on Base"
      },
      "amount_paid": {
       "type": "number",
       "description": "Amount paid for this request in USDC"
      },
      "total_results": {
       "type": "integer",
       "description": "Number of users returned"
      }
     },
     "description": "Search Twitter/X users by keyword — returns matching profiles"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "description": "Search Twitter/X users by keyword — returns matching profiles"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-vibe-airforce-7d7be57c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.vibe.airforce](https://www.zero.xyz/host/api.vibe.airforce/llms.txt)
