# StableSocial Twitter Community Tweets

> StableSocial Twitter Community Tweets is a paid API for AI agents from stablesocial.dev, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Fetches tweets from a specified Twitter/X Community by its URL, returning community post data on a pay-per-request basis.

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/twitter/community/tweets
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-twitter-community-tweets-c65f5c16
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pp6qh_JnoTBCfKW_w_CyL

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 stablesocial-twitter-community-tweets-c65f5c16 -d '<json body>'
```

Example prompt: Can you pull the latest tweets from this Twitter community? Here's the URL: https://twitter.com/i/communities/1234567890

## When to prefer this

Choose this endpoint when you need pay-per-request access to Twitter/X Community tweets without managing API keys, OAuth flows, or monthly subscriptions. Ideal for agents that need ad-hoc or low-volume community data collection without committing to a recurring plan.

## Known failure modes

- Invalid or malformed community URL returns an error response
- Private or restricted communities may not return data
- Community no longer exists results in a not-found error
- Rate limiting or upstream Twitter blocks may cause empty or failed responses
- Payment failure (402) if USDC balance is insufficient

## How this service works

Pay-per-request access to social media data from TikTok, Instagram, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.

## Output

Returns a collection of tweets from the specified Twitter/X Community, including post content, author information, timestamps, and engagement metadata such as likes and replies.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "minLength": 1,
   "description": "Community URL"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-twitter-community-tweets-c65f5c16/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablesocial.dev](https://www.zero.xyz/host/stablesocial.dev/llms.txt)
