# fetcher.sh Reddit Post Fetcher

> fetcher.sh Reddit Post Fetcher is a paid API for AI agents from fetcher.sh, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Fetches the full data of a single Reddit post by its ID, paid per call in USDC via x402

## Facts

- Endpoint: GET https://fetcher.sh/api/reddit/post/%7Bid%7D
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fetcher-sh-reddit-post-fetcher-45824355
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_S2vEMkzcam4ej9sVy0Ca6

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 fetcher-sh-reddit-post-fetcher-45824355
```

Example prompt: Pull the full details of Reddit post t3_abc123 — I want the title, body text, author, subreddit, upvote count, and number of comments.

## When to prefer this

Choose this endpoint when you need fast, no-account-required access to a specific Reddit post's data by ID and want to pay per call in USDC without Reddit OAuth credentials or API keys. Ideal for AI agents that need to ingest Reddit content programmatically at low cost ($0.002/call) without managing Reddit developer credentials.

## Known failure modes

- Invalid or non-existent post ID returns 404 or empty result
- Deleted or removed posts may return partial or empty content
- Payment failure via x402 if insufficient USDC balance causes request to be rejected
- Rate limiting if too many requests are made in a short period
- Private or quarantined subreddit posts may be inaccessible

## How this service works

fetcher.sh is an x402 web-data and scraping API: 111 endpoints for Twitter/X, YouTube, TikTok, Instagram, Reddit, Google, App Store, and Yelp — paid per call in USDC on Base, Polygon, Arbitrum, Monad or Solana, or with prepaid credits. Built for AI agents: no accounts, no OAuth, no subscriptions.

## Output

Returns structured data for the specified Reddit post including the post title, body/selftext, author username, subreddit, score (upvotes), number of comments, post URL, creation timestamp, and other Reddit post metadata.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fetcher-sh-reddit-post-fetcher-45824355/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from fetcher.sh](https://www.zero.xyz/host/fetcher.sh/llms.txt)
