Search Reddit users by keyword. Returns profile data including username, karma scores (post and comment), account age, bio, moderation status, and Reddit Premium status.
curl "https://apidirect.io/v1/reddit/users?query=programming" \
-H "X-API-Key: YOUR_API_KEY"
{
"users": [
{
"username": "spez",
"user_id": "1w72",
"description": "CEO of Reddit",
"link_karma": 148670,
"comment_karma": 650342,
"total_karma": 799012,
"has_verified_email": true,
"is_gold": true,
"is_mod": true,
"icon_img": "https://styles.redditmedia.com/...",
"created_at": "2005-06-06 04:00:00",
"url": "https://reddit.com/user/spez"
}
],
"count": 25
}
Each result includes username, user ID, bio, post karma, comment karma, total karma, email verification status, Reddit Premium status, moderator status, profile avatar, account creation date, and profile URL.
Each request returns up to 25 user results.
The Search Users endpoint finds Reddit user profiles by keyword, while the Posts endpoint searches post content. Use Search Users for finding specific users or communities of users related to a topic.
You only pay for successful requests. The Reddit Search Users API costs $0.003 per request. There are no monthly fees or commitments. You get 50 free requests per endpoint every month.
No. You can sign up and use the free tier (50 requests/endpoint/month) without adding a payment method. You only need to add a card when you want to exceed the free tier.
Yes, there's a concurrency limit of 3 simultaneous requests per endpoint per user. If you need more, just get in touch.
Get your API key and start making requests in minutes. 50 requests/month free every month.
Get API Key