# StableSocial Twitter Community Data

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

Fetches data for a Twitter/X community by URL, returning community metadata and posts via pay-per-request access.

## Facts

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

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-data-3e331d60 -d '<json body>'
```

Example prompt: Pull the community data for this Twitter/X community — https://twitter.com/i/communities/1234567890 — I want to see their posts and member info.

## When to prefer this

Choose this endpoint when you need Twitter/X community data without setting up OAuth credentials or a Twitter developer account. It is ideal for one-off lookups, pay-as-you-go workflows, and agents that need social data without subscriptions. Prefer this over Twitter's official API when avoiding authentication overhead or when community-specific scraping is needed.

## Known failure modes

- Invalid or malformed community URL returns an error response
- Community is private or restricted and data cannot be accessed
- URL points to a non-existent or deleted community
- Rate limits or blocking from Twitter/X may cause failed scrapes
- Payment not received results in 402 response before data is returned

## 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 structured data about the Twitter/X community including community metadata (name, description, member count, creation date) and recent posts or activity from within that community.

## 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-data-3e331d60/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)
