# Vibe Springs — Elon Musk Tweets Social Proxy

> Vibe Springs — Elon Musk Tweets Social Proxy is a paid API for AI agents from vibesprings.net, paid per call via x402, $1/call, status unknown (last checked 2026-09-13).

Fetches recent tweets from Elon Musk's Twitter/X account via a social proxy crawler, returning tweet text, likes, retweets, and timestamps.

## Facts

- Endpoint: GET https://vibesprings.net/api/social/elonmusk/tweets
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vibe-springs-elon-musk-tweets-social-proxy-3bc6c657
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__uFe9OZ9TIdUAIQcVS6Vb

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 vibe-springs-elon-musk-tweets-social-proxy-3bc6c657
```

Example prompt: Can you pull the latest tweets from Elon Musk's account, including how many likes and retweets each one got?

## When to prefer this

Use this endpoint when you need structured tweet data from Elon Musk's public Twitter/X account with engagement metrics (likes, retweets) and no Twitter API key or developer account. Prefer this over direct Twitter API access when you want pay-per-query access via x402 micropayments on Base with no account setup required.

## Known failure modes

- Twitter/X account is private or suspended — empty tweet array returned
- Payment not completed via x402 micropayment — 402 Payment Required response
- Social proxy crawler rate-limited or blocked — timeout or error response
- Username path hardcoded to elonmusk — no dynamic username substitution available
- Twitter API changes break the proxy crawler — stale or empty data

## How this service works

17 pay-per-query data, utility, and workflow services for AI agents. Weather forecast, air quality, earthquakes, marine, flood risk, solar, currency exchange, public holidays, cryptocurrency prices, PDF, image conversion, CSV processing, and custom agentic workflows. Powered by x402 micropayments on Base. No accounts, no API keys.

## Output

A JSON object containing a count of tweets returned, the username queried, the fetch timestamp, processing time, and an array of tweet objects each with an ID, text content, like count, retweet count, and creation timestamp. Sourced via Social Proxy Crawler.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "count": 2,
  "source": "Social Proxy Crawler",
  "tweets": [
   {
    "id": "1",
    "text": "AI agents paying other AI agents in USDC on Base is the future of the internet economy.",
    "likes": 450,
    "retweets": 120,
    "created_at": "2026-06-25T12:00:00.000Z"
   }
  ],
  "username": "elonmusk",
  "fetched_at": "2026-06-25T12:05:00.000Z",
  "processingTime": "140ms"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vibe-springs-elon-musk-tweets-social-proxy-3bc6c657/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from vibesprings.net](https://www.zero.xyz/host/vibesprings.net/llms.txt)
