# Reddit URL Scraper via x402

> Reddit URL Scraper via x402 is a paid API for AI agents from crawol.vercel.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Fetches and returns structured data from a Reddit URL, paid per request in USDC via x402 with no auth or subscription required.

## Facts

- Endpoint: POST https://crawol.vercel.app/api/reddit
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/reddit-url-scraper-via-x402-9111dfa1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qKXMa3Mg5Pak7Tr-mvW6S

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 reddit-url-scraper-via-x402-9111dfa1 -d '<json body>'
```

Example prompt: Scrape this Reddit thread and give me the structured data from it: https://www.reddit.com/r/programming/comments/abc123/some_discussion_thread/

## When to prefer this

Use this endpoint when you need to extract structured data from a specific Reddit URL without setting up Reddit API credentials or OAuth. Ideal for AI agents that need on-demand Reddit content access with pay-per-use USDC pricing and no subscription overhead.

## Known failure modes

- Invalid or non-Reddit URL returns error or empty data
- Reddit URL is private or removed — scrape fails with no content
- Network timeout when Reddit is slow or rate-limiting
- Malformed URL input causes request failure
- Payment failure via x402 blocks the request entirely

## How this service works

Web scraping and search for AI agents. No auth, no subscriptions. Pay per request in USDC via x402.

## Output

A JSON object with a 'success' boolean indicating whether the scrape succeeded, and a 'data' object containing the structured content extracted from the specified Reddit URL (post metadata, comments, etc.).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string",
   "description": "Reddit URL"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/reddit-url-scraper-via-x402-9111dfa1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from crawol.vercel.app](https://www.zero.xyz/host/crawol.vercel.app/llms.txt)
