Posts
Reddit post search and retrieval
Search posts
Search for posts across all of Reddit by keyword. Returns matching posts ranked by relevance.
Authorization
x-api-key<token>API key starting with rg_. Create one at https://app.reddgrow.ai/settings/api-keys
In: header
Query Parameters
qRequiredstringSearch query
limitintegerNumber of items to return (max 100)
25Minimum: 1Maximum: 100Matching posts
Batch fetch posts
Fetch multiple posts by ID in a single request. IDs should be Reddit post IDs (e.g., "abc123").
Authorization
x-api-key<token>API key starting with rg_. Create one at https://app.reddgrow.ai/settings/api-keys
In: header
Query Parameters
idsRequiredstringComma-separated list of Reddit post IDs
Requested posts
Get post comments
Returns comments for a specific post, sorted by Reddit's default (best).
Authorization
x-api-key<token>API key starting with rg_. Create one at https://app.reddgrow.ai/settings/api-keys
In: header
Path Parameters
subredditRequiredstringSubreddit name (without r/ prefix)
idRequiredstringReddit post ID
Query Parameters
limitintegerNumber of items to return (max 100)
25Minimum: 1Maximum: 100Post comments
Find duplicate posts
Find other Reddit posts sharing the same URL as a given post. Useful for cross-posting analysis.
Authorization
x-api-key<token>API key starting with rg_. Create one at https://app.reddgrow.ai/settings/api-keys
In: header
Path Parameters
subredditRequiredstringSubreddit name (without r/ prefix)
idRequiredstringReddit post ID
Duplicate posts