# BlackBobs.ai X (Twitter) Search

> BlackBobs.ai X (Twitter) Search is a paid API for AI agents from blackbobs-ai.vercel.app, paid per call via x402, $0.18/call, status unknown (last checked 2026-09-14).

Search X (formerly Twitter) for posts, users, or trending content via a pay-per-call API endpoint

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/x-search
- Price: $0.18/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-x-twitter-search-009498af
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VJP1M1cLGxIj7XltuOuHs

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 blackbobs-ai-x-twitter-search-009498af -d '<json body>'
```

Example prompt: Search X (Twitter) for recent posts about 'AI agents' and show me what people are saying — especially anything trending or widely discussed.

## When to prefer this

Choose this endpoint when you need real-time or recent social media content from X (Twitter) and want pay-per-call pricing without a subscription. It is well-suited for agents that need to search X programmatically and pay via the x402/Base blockchain payment protocol. Prefer this over scraping tools when you need legitimate API access with predictable per-query cost.

## Known failure modes

- Empty results if the query matches no recent posts or is too niche
- Rate limiting or payment failure if USDC balance is insufficient for the $0.18 per-call fee
- Malformed or overly broad queries returning irrelevant results
- X API restrictions may limit access to certain accounts or protected tweets
- Response schema is generic (result object) so structured parsing may require additional handling

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a result object containing matching X posts, user data, and related metadata such as engagement signals or timestamps based on the search query provided.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blackbobs-ai-x-twitter-search-009498af/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blackbobs-ai.vercel.app](https://www.zero.xyz/host/blackbobs-ai.vercel.app/llms.txt)
