# fetcher.sh Reddit Post by ID

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

Fetches a single Reddit post (including metadata and content) by its post ID via a pay-per-call REST API

## Facts

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

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-by-id-ddbad0f1
```

Example prompt: Can you pull the details of this Reddit post — the title, score, author, and body — for post ID t3_abc123?

## When to prefer this

Choose this endpoint when you need to retrieve a specific Reddit post by its ID without managing Reddit OAuth credentials, accounts, or subscriptions. Ideal for agents that need one-off or low-volume Reddit post lookups with pay-per-call economics via USDC. Prefer over direct Reddit API when you want to avoid OAuth complexity or when operating in a crypto-payment-native workflow.

## Known failure modes

- Post ID not found or deleted — returns 404 or empty result
- Invalid post ID format — malformed request error
- Post removed by moderators — may return empty or restricted content
- Payment not provided or insufficient — returns 402 Payment Required
- Rate limiting if too many rapid calls — service may throttle or reject

## How this service works

Reddit (subreddits) data and scraping API: Search posts, subreddits, and users; pull hot/new/top/best feeds, comment trees, and user history. 15 REST endpoints from $0.002 per call — no account, no OAuth, no subscription. Pay with x402 (USDC on Base, Polygon, Arbitrum, Monad or Solana) or prepaid credits.

## Output

Returns structured data for the requested Reddit post including title, selftext/body, author username, subreddit, upvote score, number of comments, post URL, creation timestamp, flair, and post metadata. No Reddit account or OAuth token required.

## 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-by-id-ddbad0f1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from reddit.fetcher.sh](https://www.zero.xyz/host/reddit.fetcher.sh/llms.txt)
