# x402factory X Profile Fetcher (Solana)

> x402factory X Profile Fetcher (Solana) is a paid API for AI agents from x402factory.ai, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Fetches a full X (Twitter) profile and the 10 most recent tweets for a given handle, returning profile data with engagement metrics and media, paid via Solana x402.

## Facts

- Endpoint: POST https://x402factory.ai/solana/xprofile
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402factory-ai-x402factory-db5eea58
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RZfz2A_-yw9IGra82_ggo

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 x402factory-ai-x402factory-db5eea58 -d '<json body>'
```

Example prompt: Can you pull up the full X profile and the 10 most recent tweets for @elonmusk, including their follower count, bio, and engagement metrics on each tweet?

## When to prefer this

Use this endpoint when you need both profile metadata and recent tweet activity for a specific X user in a single call, paid per-request via Solana x402 microtransactions. Prefer this over scraping or building a custom Twitter integration when you need quick, structured profile and tweet data without managing OAuth credentials.

## Known failure modes

- Handle not found — X account does not exist or is suspended
- Private account — profile is protected and tweets are inaccessible
- Rate limit or upstream X API error — temporary unavailability
- Invalid handle format — malformed or empty username supplied
- Payment failure — insufficient USDC balance or x402 payment rejected

## How this service works

Solana X profile mini-endpoint. Fetches a full X profile and the 10 most recent tweets for a given handle, returning the raw profile data plus a trimmed tweet list with key engagement metrics and media. Cost: 0.001 USDC per request.

## Output

Returns a full X profile object (bio, follower/following counts, profile image, etc.) plus a trimmed list of the 10 most recent tweets with key engagement metrics (likes, retweets, replies) and any attached media URLs.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402factory-ai-x402factory-db5eea58/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402factory.ai](https://www.zero.xyz/host/x402factory.ai/llms.txt)
