---
title: "Subreddit Search"
method: GET
path: "/v1/reddit/subreddit/search"
tags: ["Reddit"]
---

# Subreddit Search

`GET /v1/reddit/subreddit/search`

Searches within a specific subreddit for posts, comments, and media matching a query. Returns posts with title, votes, num_comments, url, and created_at; comments with author, body, votes, and parent post info; and media with title, media_type, image dimensions, and gallery_count. Supports sort, timeframe filtering, and cursor-based pagination.

## Query parameters

- `subreddit` string, required
- `query` string
- `sort` 'relevance' | 'hot' | 'top' | 'new' | 'comments'
- `timeframe` 'all' | 'year' | 'month' | 'week' | 'day' | 'hour'
- `cursor` string

## Response `200`

Successful response

---

[API](https://skmtc.dev/scrapecreators/apis/scrape-creators-api.md) · [All operations](https://skmtc.dev/scrapecreators/apis/scrape-creators-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scrapecreators/scrape-creators-api/revisions/e9ec3dbbd8b8/schema)
