Reddit User Profile
Pricing
from $0.069 / profile
Reddit User Profile
Deep-dive any Reddit account — karma breakdown, top subreddits, post and comment history, account age, and 19 fields. Up to 100,000 posts per user. $69 per 1,000.
Pricing
from $0.069 / profile
Rating
0.0
(0)
Developer
TrueFetch
Actor stats
3
Bookmarked
115
Total users
13
Monthly active users
13 hours ago
Last modified
Categories
Share
Affiliate disclosure: Apify links on this page may include referral parameters. If you sign up through one of these links, TrueFetch may earn a commission from Apify at no extra cost to you. Pricing, features, and Actor access are unaffected.
Reddit User Profile — Reddit Profile Scraper: Posts, Comments & Trophies
Provide a Reddit username and extract the full public profile — karma, trophies, moderated subreddits, recent posts, and comment history — up to 100,000 posts and 100,000 comments per user. No login required.
TL;DR (40-word answer): Reddit User Profile is a no-login Apify Actor that returns structured Reddit user profiles at $0.069 per profile plus $0.0058 per post and $0.00015 per comment, with full post and comment history. Last verified 2026-05-02.
What it is NOT: Reddit User Profile is not a subreddit scraper, not a keyword search tool, and not a community member lister — it fetches the full public profile and post/comment history of a specific Reddit user by username.
Reddit User Profile is an Apify Actor that accepts a Reddit username and returns their structured public profile with optional post and comment history via the Reddit API. Maintained by TrueFetch on the Apify Store.
🏷️ Why choose Reddit User Profile
Reddit User Profile is best for influencer researchers, social media analysts, and NLP engineers who need full Reddit user profiles with post and comment histories.
- 📊 Full profile + activity — karma, trophies, moderated subreddits, multireddits, up to 100,000 posts, and 100,000 comments.
- 🔢 Configurable depth — control the number of posts and comments fetched per user independently.
- ⚡ Pay-per-result pricing — $0.069 per profile + $0.0058 per post + $0.00015 per comment. Free Apify plan includes $5 monthly credits.
🚀 Quick Start — run in 3 steps
Run in Apify Console
- Open the Actor — go to Reddit User Profile on Apify and click Try for free.
- Configure inputs — enter a Reddit username (e.g.
spez) and setmax_postsandmax_comments. - Click Start — the Actor returns the user profile plus posts and comments in the default dataset.
Run via Apify API
curl -X POST "https://api.apify.com/v2/acts/TrueFetch~reddit-user-profile/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"username": "spez","max_posts": 50,"max_comments": 50}'
Run via MCP (for AI agents)
Reddit User Profile is callable from Claude, ChatGPT, Cursor, and any MCP-compatible client through the Apify MCP Server. Reference the Actor as TrueFetch/reddit-user-profile and pass the same JSON input as above.
⚙️ Input parameters
| Parameter | Type | Required | Default | Description | Example |
|---|---|---|---|---|---|
username | string | ✅ | — | Reddit username or profile URL (e.g. spez, u/spez, or https://www.reddit.com/user/spez/). | spez |
max_posts | integer | ❌ | 0 | Number of posts to fetch. Maximum 100,000. Set to 0 to skip. | 50 |
max_comments | integer | ❌ | 0 | Number of comments to fetch. Maximum 100,000. Set to 0 to skip. | 50 |
{"username": "spez","max_posts": 50,"max_comments": 50}
📦 Output dataset
Each run writes a structured user profile record plus optional post and comment records to the default Apify dataset, exportable as JSON, JSONL, CSV, Excel, XML, RSS, or via the dataset API.
Profile record fields
| Field | Type | Always present? | Description | Example |
|---|---|---|---|---|
processor | string | ✅ | Apify Actor URL that produced this record. | https://apify.com/TrueFetch/reddit-user-profile |
processed_at | string | ✅ | ISO 8601 UTC timestamp. | 2026-04-24T09:30:00+00:00 |
id | string | optional | Reddit user ID. | 1w72 |
username | string | optional | Reddit username. | u/spez |
name | string | optional | Display name. | Steve Huffman |
about | string | optional | User bio text. | CEO of Reddit |
avatar | string | optional | Avatar image URL. | https://i.redd.it/... |
post_karma | integer | optional | Post karma count. | 110000 |
comment_karma | integer | optional | Comment karma count. | 350000 |
created | string | optional | Account creation timestamp (UTC). | 2005-06-06T00:00:00+00:00 |
verified | boolean | optional | Whether the account is verified. | true |
is_premium | boolean | optional | Whether the user has Reddit Premium. | true |
is_moderator | boolean | optional | Whether the user moderates any subreddit. | true |
is_employee | boolean | optional | Whether the user is a Reddit employee. | true |
trophies | array | optional | Array of earned trophies. | [{"name": "Verified Email"}] |
moderated | array | optional | Array of moderated subreddits. | [{"name": "r/reddit"}] |
multireddits | array | optional | Array of curated multireddits. | [] |
posts | array | optional | Array of recent post objects (if max_posts > 0). | [{"title": "..."}] |
comments | array | optional | Array of recent comment objects (if max_comments > 0). | [{"body": "..."}] |
Sample output
{"processor": "https://apify.com/TrueFetch/reddit-user-profile","processed_at": "2026-04-24T09:30:00+00:00","username": "u/spez","post_karma": 110000,"comment_karma": 350000,"is_employee": true,"trophies": [{ "name": "Verified Email" }]}
💡 Use cases
For influencer researchers profiling top Reddit contributors
- Problem: a brand agency needs full Reddit profiles for 100 identified influencers including their karma history and moderation roles.
- How Reddit User Profile solves it: run once per username with desired
max_poststo get structured profile and activity data. - Outcome: structured influencer data at $0.069 per profile + post/comment costs.
For NLP researchers building per-user Reddit activity datasets
- Problem: an ML team needs all posts and comments from 50 Reddit accounts for authorship analysis.
- How Reddit User Profile solves it: run with
max_posts: 1000andmax_comments: 1000per user for bulk activity data. - Outcome: per-user post and comment datasets for NLP model training.
For AI agents answering questions about a specific Reddit user
- Problem: LLM agents asked "what has u/spez posted about recently?" cannot answer from stale training data.
- How Reddit User Profile solves it: call the Actor over the Apify MCP Server to retrieve live profile and post data.
- Outcome: grounded Reddit user data in production AI assistants.
💰 Pricing, limits, and performance
| Fact | Value |
|---|---|
| Pricing model | Pay-per-result (events: profile, post, comment) |
| Per-profile price | $0.069 per profile = $69 per 1,000 |
| Per-post price | $0.0058 per post = $5.80 per 1,000 |
| Per-comment price | $0.00015 per comment = $0.15 per 1,000 |
| Free-tier monthly allowance | $5 Apify credits ≈ ~72 free profiles (profile-only, no posts) / month |
| Max posts per user | 100,000 |
| Max comments per user | 100,000 |
| Output fields per profile | 19 |
| Login / cookies required | No — works without a Reddit account |
| Export formats | JSON, JSONL, CSV, Excel, XML, RSS, dataset API |
⚖️ Compared with alternatives
| Capability | Reddit User Profile | Reddit API (PRAW) | Custom scraper |
|---|---|---|---|
| Full user profile with 19 fields including trophies | ✅ | code required | you build & maintain |
| Post and comment history up to 100,000 each | ✅ | ✅ | you implement |
| Pay-per-result pricing | $0.069 / profile | free but rate-limited | infra + dev cost |
| Export to CSV / JSON | ✅ | ❌ | you implement |
| Setup time to first result | < 60 seconds | hours | days–weeks |
Verdict. Reddit User Profile is ideal for researchers who need structured Reddit user data with post and comment history without managing Reddit API credentials or rate limits.
⚠️ Common mistakes to avoid
- Not setting
max_postsandmax_comments. By default both are0— the Actor only returns the profile. Set these values to also collect activity data. - Setting very high
max_commentsunintentionally. Withmax_comments: 10000, you may incur $1.50 per user in comment charges. Start small. - Passing the full URL as username. The Actor accepts
u/username, plainusername, or the full URL — any format works.
🛠️ Troubleshooting
| Problem | Likely cause | Fix |
|---|---|---|
Missing 'username' field | Input is missing the username key. | Add "username": "reddit_username" to your input JSON. |
| Empty dataset returned | User account is suspended, deleted, or shadowbanned. | Verify the username exists on Reddit. |
| No posts or comments in output | max_posts and max_comments are both 0 (default). | Set max_posts and/or max_comments to a positive value. |
Charge limit reached | Account-level monthly spend limit hit. | Raise the run / monthly limit in your Apify plan settings. |
❓ FAQ
What data does Reddit User Profile return?
Reddit User Profile returns a full public profile with 19 structured fields (karma, trophies, moderated subreddits, multireddits) plus optional post and comment histories up to 100,000 each.
How much does Reddit User Profile cost?
The Actor charges $0.069 per profile, $0.0058 per post, and $0.00015 per comment. The Apify Free plan includes $5 of monthly platform credits.
Does Reddit User Profile require a login?
No. Reddit User Profile uses the Reddit API without requiring a user login or cookies.
How do I get only the profile without posts or comments?
Leave max_posts and max_comments at their default value of 0.
🔌 Integrations
Reddit User Profile plugs straight into the Apify ecosystem:
- Schedules — monitor user activity changes on a recurring schedule (docs).
- Webhooks — POST results to your endpoint on
ACTOR.RUN.SUCCEEDED(docs). - Apify API —
run-sync-get-dataset-itemsfor blocking calls,runsfor async (docs). - MCP Server — call the Actor from Claude, ChatGPT, or Cursor agents (docs).
- No-code — Make, Zapier, n8n, Pipedream, Google Sheets, Airtable.
🧱 Sister Actors from TrueFetch
Jobs
- Best Job Search
- Glassdoor Job Search
- Glints Company Finder
- Glints Job Finder
- Indeed Job Search
- JobStreet Company Finder
- JobStreet Job Finder
- LinkedIn Job Search
- StepStone Company Finder
- StepStone Job Finder
Shopping & Deals
- Amazon Deals Scraper
- Amazon Store Finder
- Argos Deals Scraper
- ASOS Fashion Scraper
- eBay Deals Scraper
- eBay Seller Finder
- Flipkart Deals Scraper
- John Lewis Deals Scraper
- Lidl Deals Scraper
- Magalu Deals Scraper
- MediaMarkt Deals Scraper
- Mercado Livre Deals Scraper
- Nykaa Beauty Scraper
- OTTO Deals Scraper
- Target Deals Scraper
- TradeIndia Product Finder
- TradeIndia Supplier Finder
- Walmart Deals Scraper
Vehicles
- AutoTrader Car Finder
- AutoTrader Dealer Finder
- Cars.com Car Finder
- Cars.com Dealer Finder
- Webmotors Car Finder
Real Estate
Local Business & Food
- BBB Business Finder
- BBB Review Checker
- Google Business Profile
- Reclame Aqui Company Finder
- Zomato Menu Checker
- Zomato Restaurant Finder
Classifieds
Social Media
- Find Any Company On LinkedIn
- Find Anyone On LinkedIn
- Instagram Explore
- Instagram Post
- Instagram Profile
- Reddit Community Post
- Reddit Community Profile
- Reddit Community User
- Reddit Post Search
- Reddit User Profile
- Social Media Marketing
- Telegram Channel Message
- Telegram Group Member
- Telegram Profile
- X Community Profile
- X User Profile
Videos & Text
- Best Video Downloader
- Instagram To Text
- TikTok Live Recorder
- TikTok Video Downloader
- TikTok Video Lookup
- Video Subtitles Downloader
- Video To Text
- YouTube Niche Scraper
- YouTube Video Downloader
Content & Articles
📞 Support, changelog, last updated
Support
- 💬 Telegram Group: t.me/Apify_Actor
- 📧 Direct support: t.me/AiAgentApi
- 📖 Actor page & docs: apify.com/TrueFetch/reddit-user-profile
Maintained by TrueFetch on the Apify Store.
Cost of doing nothing: manually collecting Reddit user profiles and activity histories takes hours per user. Reddit User Profile delivers structured data at $0.069 per profile via API. → Try it free with $5 of Apify credits.
Changelog
- 2026-05-02 — README rewritten for SEO + GEO; documented all output fields, pricing, troubleshooting matrix, and FAQ.
- 2026-04 — Added
multiredditsandmoderatedarrays. - 2026-02 — Initial release: Reddit user profile with post and comment history.
{"@context": "https://schema.org","@graph": [{"@type": "SoftwareApplication","@id": "https://apify.com/TrueFetch/reddit-user-profile#software","name": "Reddit User Profile","description": "Apify Actor that returns structured Reddit user profiles with post and comment history at $0.069 per profile, $0.0058 per post, and $0.00015 per comment.","applicationCategory": "BusinessApplication","operatingSystem": "Web, Cloud","url": "https://apify.com/TrueFetch/reddit-user-profile","offers": {"@type": "Offer","price": "0.069","priceCurrency": "USD","availability": "https://schema.org/InStock"},"author": { "@id": "https://apify.com/TrueFetch#author-TrueFetch" },"publisher": { "@id": "https://apify.com/TrueFetch#publisher" }},{"@type": "Organization","@id": "https://apify.com/TrueFetch#publisher","name": "TrueFetch","url": "https://apify.com/TrueFetch","sameAs": ["https://t.me/Apify_Actor", "https://t.me/AiAgentApi"]},{"@type": "FAQPage","mainEntity": [{"@type": "Question","name": "What data does Reddit User Profile return?","acceptedAnswer": {"@type": "Answer","text": "Reddit User Profile returns a full public profile with 19 structured fields including karma, trophies, moderated subreddits, plus optional post and comment histories up to 100,000 each."}},{"@type": "Question","name": "How much does Reddit User Profile cost?","acceptedAnswer": {"@type": "Answer","text": "Reddit User Profile charges $0.069 per profile, $0.0058 per post, and $0.00015 per comment. The Apify Free plan includes $5 of monthly platform credits."}},{"@type": "Question","name": "How do I get only the profile without posts or comments?","acceptedAnswer": {"@type": "Answer","text": "Leave max_posts and max_comments at their default value of 0."}}]},{"@type": "BreadcrumbList","itemListElement": [{"@type": "ListItem","position": 1,"name": "Apify","item": "https://apify.com"},{"@type": "ListItem","position": 2,"name": "Social Media","item": "https://apify.com/store?category=SOCIAL_MEDIA"},{"@type": "ListItem","position": 3,"name": "Reddit User Profile","item": "https://apify.com/TrueFetch/reddit-user-profile"}]}]}
Last Updated: May 2, 2026 Schema version: 1.1 Maintained by: TrueFetch · 💬 Telegram Group · 📧 Support
