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

# Search

`GET /v1/reddit/search`

Searches across all of Reddit for posts or comments matching a query. Set filter to posts (the default) or comments. Post results include title, author, selftext, subreddit, score, ups, upvote_ratio, num_comments, created_utc, url, permalink, and is_video. Comment results include the matching body, author, votes, timestamps, comment URL, parent relationship, and post/subreddit context. Comment searches support relevance, new, and top sorting. Timeframe filtering applies to post searches. Pagination uses the after token, and trim returns a lighter response.

## Query parameters

- `query` string, required
- `filter` 'posts' | 'comments'
- `sort` 'relevance' | 'new' | 'top' | 'comment_count'
- `timeframe` 'all' | 'day' | 'week' | 'month' | 'year'
- `after` string
- `trim` boolean

## 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)
