# Twitter/X User Latest Tweets Fetcher

> Twitter/X User Latest Tweets Fetcher is a paid API for AI agents from twitterapi-x402.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Retrieves the latest tweets posted by a specified Twitter/X user account

## Facts

- Endpoint: POST https://twitterapi-x402.vercel.app/api/twitter/user-tweets
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twitterapi-x402-vercel-app-7468d307
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BLnjQsKzgu9P8WzA8Bmbh

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 twitterapi-x402-vercel-app-7468d307 -d '<json body>'
```

Example prompt: Can you grab the latest tweets from @elonmusk's Twitter account and show me what he's been posting recently?

## When to prefer this

Use this endpoint when you need to programmatically fetch recent tweets from a specific public Twitter/X user account and are comfortable with microtransaction-based pricing via x402. Best suited for agents that need lightweight, on-demand Twitter data without maintaining a full Twitter API developer account.

## Known failure modes

- Invalid or non-existent Twitter username returns an error
- Private/protected account tweets not accessible
- Twitter API rate limiting causing request failures
- Payment of $0.01 USDC not processed correctly leading to 402 response
- Service downtime or upstream Twitter API unavailability

## How this service works

Get user's latest tweets

## Output

Returns a list of the user's most recent tweets, likely including tweet text, timestamps, and associated metadata such as tweet IDs, likes, retweets, or URLs.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/twitterapi-x402-vercel-app-7468d307/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from twitterapi-x402.vercel.app](https://www.zero.xyz/host/twitterapi-x402.vercel.app/llms.txt)
