# StableSocial Twitter/X Tweet Scraper

> StableSocial Twitter/X Tweet Scraper 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 data from a single Twitter/X tweet by URL, returning full or trimmed tweet metadata

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/twitter/tweet
- 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-x-tweet-scraper-e9c0614c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_C8aae1sNBFZhcwc_78sOr

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-x-tweet-scraper-e9c0614c -d '<json body>'
```

Example prompt: Can you pull the full data from this tweet — https://twitter.com/elonmusk/status/1234567890 — including its text, likes, and retweet count?

## When to prefer this

Choose this endpoint when you need pay-per-request tweet data without setting up Twitter API credentials or subscriptions. Ideal for low-volume, ad-hoc tweet lookups where a full API integration is overkill, or when you want to avoid Twitter API rate limits and cost structures.

## Known failure modes

- Invalid or malformed tweet URL returns an error
- Tweet has been deleted or made private — returns not found
- Rate limiting or scraping blocks from Twitter side
- Payment failure via x402 protocol prevents execution
- Trimmed mode may omit fields the caller expected

## 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 JSON object containing tweet metadata such as tweet text, author details, engagement counts (likes, retweets, replies), timestamp, and optionally a trimmed-down subset of fields if the trim parameter is set to true.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "minLength": 1,
   "description": "Tweet URL"
  },
  "trim": {
   "type": "boolean",
   "description": "Set to true for a trimmed down version of the response"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-twitter-x-tweet-scraper-e9c0614c/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)
