# Reddit Search via Scrape Creators

> Reddit Search via Scrape Creators is a paid API for AI agents from Scrape Creators at mpp.orthogonal.com, paid per call via MPP, $0.02/call, status unknown (last checked 2026-09-15).

Search Reddit for posts, threads, and content matching a given query using the Scrape Creators API

## Facts

- Endpoint: GET https://mpp.orthogonal.com/scrapecreators/v1/reddit/search
- Price: $0.02/call
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Provider: Scrape Creators
- Docs: https://api.scrapecreators.com
- Website: https://api.scrapecreators.com
- Tags: social-media, tiktok, instagram, youtube, scraping, social, data
- Canonical page: https://www.zero.xyz/c/scrape-creators-reddit-search-via-scrape-creators-f5f82de6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FVqjNUfEYxWoVS8j_5YL5

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 scrape-creators-reddit-search-via-scrape-creators-f5f82de6
```

Example prompt: Search Reddit for the most recent discussions about 'electric vehicle charging infrastructure' and show me the top posts with their titles, subreddits, and scores.

## When to prefer this

Choose this endpoint when you need to search Reddit specifically for posts and threads matching a keyword or topic, as part of social listening, market research, or content discovery workflows. It is ideal over generic web search when you want structured Reddit-specific data including subreddit context, upvote scores, and comment counts.

## Known failure modes

- Empty results if query returns no Reddit posts
- Rate limiting or quota exceeded errors
- Invalid or malformed query parameter
- Reddit access restrictions or temporary blocks by the scraper
- Network timeout if Reddit is slow to respond

## How this service works

Search Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For later page, offset, or cursor calls on the same logical search, pass parentRequestId with unchanged non-pagination parameters. Valid continuation calls still get their own request IDs and quoted price, but are charged 0. Changing filters starts a new billable request.

## Output

A list of Reddit posts matching the search query, including post titles, subreddit names, post URLs, scores (upvotes), comment counts, and other post metadata such as author and timestamps.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scrape-creators-reddit-search-via-scrape-creators-f5f82de6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mpp.orthogonal.com](https://www.zero.xyz/host/mpp.orthogonal.com/llms.txt)
