reddit search
Search posts
Search Reddit posts using a connected account. Optionally scope to a specific subreddit.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Query Parameters
accountIdstring
subreddit?string
qstring
restrict_sr?string
Value in
"0" | "1"sort?string
Default
"new"Value in
"relevance" | "hot" | "top" | "new" | "comments"limit?integer
Default
25Range
value <= 100after?string
Response Body
application/json
application/json
curl -X GET "https://getlate.dev/api/v1/reddit/search?accountId=string&q=string"{
"posts": [
{
"id": "1abc234",
"title": "How to grow on social media in 2025",
"selftext": "Here are my tips...",
"author": "marketingpro",
"subreddit": "socialmedia",
"score": 156,
"num_comments": 42,
"created_utc": 1730000000,
"permalink": "/r/socialmedia/comments/1abc234/how_to_grow/"
}
],
"after": "t3_1abc234"
}Empty
{
"error": "Unauthorized"
}Empty
Resolve LinkedIn mention GET
Converts a LinkedIn profile or company URL to a URN for @mentions in posts. Person mentions require org admin access. Use the returned mentionFormat in post content.
Get subreddit feed GET
Fetch posts from a subreddit feed. Supports sorting, time filtering, and cursor-based pagination.