# Twitter/X Tweet Search API — fetcher.sh

> Twitter/X Tweet Search API — fetcher.sh is a paid API for AI agents from twitter.fetcher.sh, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-16).

Search tweets on Twitter/X by keyword, hashtag, or query string and return matching tweet results

## Facts

- Endpoint: GET https://twitter.fetcher.sh/api/search
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twitter-x-tweet-search-api-fetcher-sh-a244b447
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fkOHcxe-RlhKfStoNTl4b

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 twitter-x-tweet-search-api-fetcher-sh-a244b447
```

Example prompt: Search Twitter/X for recent tweets mentioning 'Bitcoin ETF' and show me the top results including who posted them and when.

## When to prefer this

Choose this endpoint when you need to search Twitter/X tweet content without setting up a Twitter developer account or OAuth credentials, especially for ad-hoc or low-volume queries where a pay-per-call model (USDC via x402) is preferable to a monthly API subscription. Ideal for AI agents that need Twitter data without managing API keys.

## Known failure modes

- Query returns no results if too narrow or no recent matching tweets exist
- Rate limits or anti-scraping measures on X's side may cause intermittent failures
- Advanced search operators may not be fully supported
- Stale or cached results if X's underlying data is delayed
- Payment failure if USDC balance is insufficient for the $0.005 per-call fee

## How this service works

Twitter / X (x.com) data and scraping API: Search tweets, resolve profiles by handle or ID, and pull timelines, replies, followers, lists, and trends. 15 REST endpoints from $0.002 – $0.005 per call — no account, no OAuth, no subscription. Pay with x402 (USDC on Base, Polygon, Arbitrum, Monad or Solana) or prepaid credits.

## Output

Returns a list of matching tweets with content text, author handle, tweet ID, timestamp, and engagement metrics (likes, retweets, replies), retrieved without requiring OAuth or a Twitter developer account.

## 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/twitter-x-tweet-search-api-fetcher-sh-a244b447/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from twitter.fetcher.sh](https://www.zero.xyz/host/twitter.fetcher.sh/llms.txt)
