# ScrapFly Reddit Top Posts

> ScrapFly Reddit Top Posts is a paid API for AI agents from scrapifrivly.orbonomy.xyz, paid per call via x402, $0.09/call, status unknown (last checked 2026-09-14).

Fetches top posts from Reddit for a given query or subreddit topic

## Facts

- Endpoint: POST https://scrapifrivly.orbonomy.xyz/api/reddit/top
- Price: $0.09/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scrapfly-reddit-top-posts-9f3c6716
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XOl8GZ6Xj2M5Re54fyhx1

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 scrapfly-reddit-top-posts-9f3c6716 -d '<json body>'
```

Example prompt: Can you pull the top Reddit posts about 'electric vehicles' right now so I can see what the community is discussing?

## When to prefer this

Use this endpoint when you need to retrieve top Reddit posts for a specific topic or keyword without building your own scraping infrastructure. Best suited for social listening, trend analysis, or gathering community opinions from Reddit at $0.09 per call via x402 on Base chain.

## Known failure modes

- Query parameter missing — returns validation error
- Reddit rate limiting or blocking — scrape may fail
- Invalid or empty query string — no results returned
- Network timeout reaching Reddit — request may fail
- Service unavailable — 5xx error from provider

## How this service works

69 endpoints for data, content generation, and web scraping. Pay per request via x402 on Base chain.

## Output

Returns a success flag and a data object containing top Reddit posts matching the query, including post titles, scores, authors, and other metadata scraped from Reddit.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "query": {
   "type": "string",
   "description": "Input query"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "success"
 ],
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scrapfly-reddit-top-posts-9f3c6716/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scrapifrivly.orbonomy.xyz](https://www.zero.xyz/host/scrapifrivly.orbonomy.xyz/llms.txt)
