Reddit User Profile Scraper — Karma & Trophies
Pricing
from $2.25 / 1,000 results
Reddit User Profile Scraper — Karma & Trophies
Fetch a Reddit user's public profile by username, including account and karma data. Enable the optional detail add-on to include the trophy case and active subreddit information.
Pricing
from $2.25 / 1,000 results
Rating
0.0
(0)
Developer
ToolzerHub
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Fetch one Reddit user's public profile record from just their username.
Reddit User Profile Scraper is the ToolzerHub lookup tool for vetting an account before deeper analysis. It skips post and comment history entirely and returns account-level fields for a single username, with an optional add-on for trophy case and active-subreddit signals.
A username is the whole input
Provide a username (or a profile URL) and turn on the user-details add-on when you want trophy case and active-subreddit data folded into the record.
Look up a user
Enter a username and enable Add User Details when you need trophy case and active-subreddit data merged into the record.
| Field | Type | Required | Description |
|---|---|---|---|
username | string | Yes | Reddit username (without u/), or a profile URL (https://www.reddit.com/user/ |
enrichUserDetails | boolean | No | Fetch trophy case and active-subreddit data alongside the base user profile. |
Example user lookup
{"username": "Turbulent_Nerve3744","enrichUserDetails": false}
A profile record built for account vetting
👤 User identity
| Field | Type | Description |
|---|---|---|
username | string | Reddit username associated with the item. |
created_at | string | Creation timestamp reported by the source payload. |
🔍 Optional detail payload
| Field | Type | Description |
|---|---|---|
user_detail | object | User trophy case and active-subreddit payload, present when Add User Details is enabled. |
User profile preview
{"username": "Turbulent_Nerve3744","created_at": "2019-03-11T00:00:00Z"}
Cost of an account lookup
This Actor uses Apify pay-per-result pricing. You are charged for successful dataset results according to the Actor pricing shown on the Apify Pricing tab.
Apify's free credits may cover small test runs and up to the free result allowance configured for the Actor.
Use Max Results to bound a run before scaling to larger subreddits, users, or query lists.
Responsible account-data use
This Actor extracts publicly available Reddit content. It should not be used to collect private user data. Make sure your use case complies with applicable privacy laws, Reddit's terms, and your own legal obligations. If you are unsure, consult a qualified lawyer.
Run this Actor from code
Python
from apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_API_TOKEN")run = client.actor("toolzerhub/reddit-user-profile-scraper").call(run_input={"username": "Turbulent_Nerve3744","enrichUserDetails": false})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item)
Node.js
import { ApifyClient } from "apify-client";const client = new ApifyClient({ token: "YOUR_APIFY_API_TOKEN" });const run = await client.actor("toolzerhub/reddit-user-profile-scraper").call({"username": "Turbulent_Nerve3744","enrichUserDetails": false});const { items } = await client.dataset(run.defaultDatasetId).listItems();console.log(items);
Pull the same user's posts, comments, or a keyword search
- Reddit User Posts Scraper — Full History — Collect posts submitted by a Reddit user and sort them by New, Hot, or Top. Paginate automatically and export structured post and engagement records for analysis.
- Reddit User Comments Scraper — Full History — Collect comments posted by a Reddit user and sort them by New, Hot, or Top. Paginate automatically and export structured comment records for audience or account research.
- Reddit Search Scraper — Posts, Users & More — Search Reddit by keyword across posts, users, subreddits, or comments. Choose the result type, paginate automatically, and export structured search results for research and monitoring.
ToolzerHub support
Use the Issues tab on the Actor page for bug reports, missing fields, and feature requests.
Contact: contact@toolzerhub.com