# Rotary Agency Reddit Search

> Rotary Agency Reddit Search is a paid API for AI agents from rotaryagency.uk, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Search Reddit posts by keyword using a mobile proxy to retrieve results from Reddit's platform

## Facts

- Endpoint: GET https://rotaryagency.uk/api/reddit/search
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rotary-agency-reddit-search-35b4b19a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oNF7ilsU8Iw0kPNA6yOsX

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 rotary-agency-reddit-search-35b4b19a
```

Example prompt: Can you search Reddit for posts mentioning 'electric vehicle charging' and show me what people are saying?

## When to prefer this

Use this endpoint when you need to search Reddit posts programmatically by keyword without being blocked by Reddit's rate limits or bot detection — especially useful for brand monitoring, sentiment research, or content discovery on Reddit. Prefer this over direct Reddit API calls when anonymity via mobile proxy is needed or when Reddit's official API quotas are a constraint.

## Known failure modes

- Keyword returns no results — empty result set returned
- Reddit blocks or rate-limits the mobile proxy — request fails or returns partial results
- Overly broad keyword returns too many low-quality results
- Reddit changes its mobile API structure, breaking the proxy extraction
- Network timeout due to proxy latency

## How this service works

Search Reddit posts by keyword via mobile proxy

## Output

A list of Reddit posts matching the keyword query, including post titles, URLs, subreddit names, upvote scores, and comment counts, retrieved via mobile proxy to bypass rate limiting.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "after": "string | null — next page token",
  "posts": "RedditPost[] — title, selftext, author, subreddit, score, upvoteRatio, numComments, createdUtc, permalink, url, isSelf, flair, awards, over18"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rotary-agency-reddit-search-35b4b19a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from rotaryagency.uk](https://www.zero.xyz/host/rotaryagency.uk/llms.txt)
