# GoCreative Reddit Hot Posts Lookup

> GoCreative Reddit Hot Posts Lookup is a paid API for AI agents from api.gocreativeai.com, paid per call via x402, $0.015/call, status unknown (last checked 2026-09-14).

Fetches the top hot posts from any specified subreddit, returning titles, scores, authors, and links without requiring authentication.

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/lookup/reddit/:var1
- Price: $0.015/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-reddit-hot-posts-lookup-44132778
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RNI6Ece0E4c60bvp90yvI

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 gocreative-reddit-hot-posts-lookup-44132778
```

Example prompt: What are the hottest posts on r/MachineLearning right now? Pull the titles, scores, and authors so I can see what the AI research community is buzzing about.

## When to prefer this

Use this endpoint when you need keyless, pay-per-call access to Reddit hot posts without setting up OAuth or API credentials. Ideal for trend monitoring, social listening, and content discovery agents that need to quickly sample what's popular in a specific Reddit community at minimal cost per call.

## Known failure modes

- Invalid or non-existent subreddit name returns empty results or an error
- Subreddit is private or banned and cannot be accessed
- Rate limiting or payment failure (402) if USDC balance is insufficient
- Network timeout if Reddit's underlying API is slow
- Subreddit name typo leads to unexpected results or 404

## How this service works

Returns hot posts from any subreddit (no auth) — titles, scores, authors, links. For trend-monitoring, social-intel, and content-discovery agents. SEO Keywords: Reddit API, subreddit hot posts, trending threads, social listening, no-auth Reddit. Keyless, pay-per-call USDC on Base/Solana, no API key, no signup.

## Output

A list of hot posts from the specified subreddit, each containing the post title, score (upvotes), author username, and a direct link to the thread.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "input"
     ],
     "properties": {
      "input": {
       "type": "string",
       "description": "endpoint argument"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gocreative-reddit-hot-posts-lookup-44132778/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.gocreativeai.com](https://www.zero.xyz/host/api.gocreativeai.com/llms.txt)
