# GoCreative X/Twitter Recent Posts Fetcher

> GoCreative X/Twitter Recent Posts Fetcher is a paid API for AI agents from api.gocreativeai.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Fetches the most recent tweets (up to 30) from a specified X/Twitter user, including text, timestamps, and engagement metrics.

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/posts/x/:var1
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-x-twitter-recent-posts-fetcher-d2b1c032
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MCoToWNBtZaXqUqpAWPCq

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 gocreative-x-twitter-recent-posts-fetcher-d2b1c032
```

Example prompt: Pull the last 30 tweets from @elonmusk on X — I want to see the text, when each was posted, and the engagement numbers.

## When to prefer this

Choose this endpoint when you need quick, keyless, pay-per-call access to a specific Twitter/X user's recent post history without managing API keys or Twitter Developer account credentials. Ideal for agents doing one-off social intelligence lookups, brand monitoring, or influencer research where a $0.05 per-call USDC micropayment model is preferred over subscription APIs.

## Known failure modes

- Invalid or non-existent username returns an error or empty result
- Private/protected accounts may return no tweets or access denied
- Rate limiting on the underlying Twitter data source may cause partial results
- Payment failure over x402 protocol prevents the call from completing
- Suspended or deactivated accounts return no data

## How this service works

Returns recent tweets from an X/Twitter user (up to 30) — text, timestamp, engagement. For social-intel, brand-monitoring, and trend-research agents. SEO Keywords: X Twitter API, user tweets, recent posts, social monitoring, tweet history. Keyless, pay-per-call USDC on Base/Solana, no API key, no signup.

## Output

Returns up to 30 recent tweets from the specified X/Twitter user, each including the tweet text content, timestamp of posting, and engagement metrics (such as likes, retweets, or replies).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "input"
     ],
     "properties": {
      "input": {
       "type": "string",
       "description": "endpoint argument"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gocreative-x-twitter-recent-posts-fetcher-d2b1c032/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.gocreativeai.com](https://www.zero.xyz/host/api.gocreativeai.com/llms.txt)
