Search users — Reddit API
Searches public Reddit users across the platform.
GET
/v1/reddit/search/users1 credit per requestExample response200OK
Make the request.
One authenticated GET to /v1/reddit/search/users. Authentication and error conventions stay consistent across endpoints. This page shows the path, parameters, response shape, limits, and credit rule for this operation.
Built for
- Discover community contributors by topic or keyword
- Identify subject matter experts on Reddit
- Research accounts for community management workflows
const response = await fetch("https://api.konbiniapi.com/v1/reddit/search/users?q=developer", {
headers: { "Authorization": "Bearer YOUR_API_KEY" }
});
const data = await response.json();
Parameters3
- qrequiredIn · QueryType · stringSearch query
- countIn · QueryType · integerNumber of users to fetch (maximum: 100)1–100default 25
- cursorIn · QueryType · stringPagination cursor
What you will probably call next.
The Reddit endpoints around this one — the same object at a different depth, or the same kind of read.
Try it on your own data.
Get a free API key and make this request in minutes. Failed and timed-out requests are automatically refunded.