# The Stall — Twitter Intel (x402)

> The Stall — Twitter Intel (x402) is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.035/call, status unknown (last checked 2026-09-15).

Looks up a Twitter/X user profile by username or searches tweets by keyword, paid per-call with USDC on Base via x402.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/twitter-intel
- Price: $0.035/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-twitter-intel-x402-243b280f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3YAPEPL6YwlkxlUfwg-RZ

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 the-stall-twitter-intel-x402-243b280f
```

Example prompt: Look up the Twitter profile for the user @elonmusk — I want their bio, follower count, and account details. No API key needed, just pay per call.

## When to prefer this

Use this endpoint when you need Twitter user profile data or tweet search results without setting up a Twitter developer account or managing API keys. Ideal for AI agents that need lightweight, pay-per-call social intelligence on Base mainnet via x402, especially in pipelines where account setup is a barrier.

## Known failure modes

- Username not found — returns empty or 404-equivalent result
- Invalid or missing action parameter — returns validation error
- Search query yields no results — returns empty tweet list
- x402 payment failure — request blocked before processing
- Rate limiting or upstream Twitter API errors — may return 5xx or partial data

## How this service works

Real-time Twitter/X data without an API key. lookup_user returns full profile (followers, bio, verification) for any @username. search_tweets returns 10 recent tweets matching a keyword or filter query. x402-settled upstream.

## Output

Returns either a Twitter user profile (bio, follower/following counts, display name, verified status, etc.) for lookup_user, or a list of matching tweets with metadata (text, author, timestamps, engagement stats) for search_tweets.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "action": "lookup_user",
   "username": "elonmusk"
  }
 }
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-twitter-intel-x402-243b280f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
