# Sna4an Twitter API (x402)

> Sna4an Twitter API (x402) is a paid API for AI agents from sna4an-social.vercel.app, paid per call via x402, $0.065/call, status unknown (last checked 2026-09-15).

Fetches Twitter/X social media data via a RapidAPI-backed proxy endpoint, accepting a sub-endpoint path and query parameters

## Facts

- Endpoint: POST https://sna4an-social.vercel.app/api/twitter-api-47
- Price: $0.065/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sna4an-twitter-api-x402-ac137c96
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_85mREVLo37zPzX7m171XW

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 sna4an-twitter-api-x402-ac137c96 -d '<json body>'
```

Example prompt: Can you pull the recent tweets and follower count for the Twitter account @elonmusk using the user-timeline sub-endpoint?

## When to prefer this

Use this endpoint when you need programmatic access to Twitter/X data (user profiles, timelines, search results, metrics) via a pay-per-call x402 micropayment model without committing to a monthly RapidAPI subscription. Best for agents that need occasional Twitter lookups across flexible sub-endpoints.

## Known failure modes

- Invalid or unsupported RapidAPI sub-endpoint path returns an error or empty response
- Missing required query parameters for the chosen sub-endpoint causes a failure
- Payment not processed (x402 protocol) results in 402 response and no data
- Rate limits on the underlying RapidAPI Twitter provider cause throttling or failures
- Twitter account is private or suspended, returning no accessible data
- Malformed params object leads to upstream API rejection

## How this service works

Social media data APIs - YouTube, TikTok, Instagram, Twitter, Medium

## Output

Returns a JSON object containing Twitter data corresponding to the requested sub-endpoint — such as tweet lists, user profile details, follower counts, engagement metrics, or search results — as proxied from RapidAPI's Twitter data service.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "path": {
   "type": "string",
   "description": "RapidAPI sub-endpoint path"
  },
  "params": {
   "type": "object",
   "description": "Query parameters"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

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