Built for Developers
Integrate the power of RedditSearch directly into your applications. Our clean, well-documented REST API makes it easy to build custom solutions on top of our search infrastructure.
# Find posts about 'AI' in 'r/technology'
{
"query": "AI",
"subreddit": "technology",
"sort_by": "relevance",
"limit": 10
}