# Twitter Search via Fiber AI

> Twitter Search via Fiber AI is a paid API for AI agents from Fiber AI API at mpp.orthogonal.com, paid per call via MPP, $0.04/call, status unknown (last checked 2026-09-14).

Search tweets by query string using Twitter search operators and return matching results.

## Facts

- Endpoint: POST https://mpp.orthogonal.com/fiber/v1/twitter/search
- Price: $0.04/call
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Provider: Fiber AI API
- Docs: https://api.fiber.ai
- Website: https://api.fiber.ai
- Tags: contacts, email, phone, enrichment, data
- Canonical page: https://www.zero.xyz/c/fiber-ai-api-twitter-search-via-fiber-ai-4912538e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dPaD4ta_b1JEnybK8OCnY

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 fiber-ai-api-twitter-search-via-fiber-ai-4912538e -d '<json body>'
```

Example prompt: Search Twitter for tweets mentioning 'Fiber AI' using the query 'Fiber AI -is:retweet lang:en' and show me the results.

## When to prefer this

Use this endpoint when you need to search Twitter/X for tweets matching specific keywords, hashtags, mentions, or complex Twitter search operator expressions — especially within a workflow that already uses Fiber AI for contact enrichment and LinkedIn data, keeping calls consolidated under one provider.

## Known failure modes

- Invalid or malformed Twitter search operator causes query parse error
- Query returns no results for very niche or rare terms
- Rate limit exceeded returning 429 error
- Authentication or API key failure returning 401/403
- Malformed request body causing 400 error

## How this service works

Search tweets by query string. Supports Twitter search operators. Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For later page, offset, or cursor calls on the same logical search, pass parentRequestId with unchanged non-pagination parameters. Valid continuation calls still get their own request IDs and quoted price, but are charged 0. Changing filters starts a new billable request.

## Output

A list of tweets matching the query, including tweet content, metadata (author, timestamp, engagement metrics), and any other available Twitter post details returned by the search.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fiber-ai-api-twitter-search-via-fiber-ai-4912538e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mpp.orthogonal.com](https://www.zero.xyz/host/mpp.orthogonal.com/llms.txt)
