
Reddit User Profile Info Scraper
Pricing
$19.00/month + usage

Reddit User Profile Info Scraper
Unlock Reddit's full potential with our premium scraper! Instantly access complete user data, from profile stats to engagement metrics. Enjoy lightning-fast performance, built-in error handling, and analysis-ready JSON. Perfect for marketers, researchers, and data scientists. Try it free today!
5.0 (1)
Pricing
$19.00/month + usage
1
Monthly users
8
Runs succeeded
>99%
Last modified
3 months ago
🔍 Reddit User Profile Scraper: The Most Powerful Tool for Reddit Data Mining
🚀 Unlock Premium Reddit User Intelligence in Seconds!
Tired of hitting Reddit API limits? Need deeper user insights? Our battle-tested scraper delivers EVERYTHING you need to know about Reddit users - instantly and at scale!
✨ Why Choose Our Scraper?
- 🎯 100% Complete Data Coverage - From basic profile stats to hidden engagement metrics
- ⚡ Lightning-Fast Performance - Scrape hundreds of profiles in minutes
- 🛡️ Built-in Error Handling - Never worry about rate limits or blocked requests
- 🔄 Auto-Format Detection - Works with both old and new Reddit profiles
- 📊 Analysis-Ready JSON - Clean, structured data ready for immediate use
💎 Premium Features You Won't Find Elsewhere:
- 📈 Deep Engagement Metrics - Post karma, comment karma, and premium status
- 👑 Authority Indicators - Admin status, trophy cases, and moderator roles
- 🌐 Complete Network Analysis - Social links and moderated communities
- 📊 Content Performance Data - Recent post and comment history with metadata
- 🎨 Rich Media Content - Profile images, banners, and custom feed icons
🎯 Perfect For:
- 📊 Market Researchers
- 🎯 Digital Marketers
- 🔍 Data Scientists
- 📱 Social Media Managers
- 🎓 Academic Researchers
💻 Simple to Use
Just provide Reddit user profile URLs - we handle the rest!
💰 Unbeatable Value
- ✅ $19/month for unlimited profile scraping
- ✅ Free 2-hour trial to test the capabilities
- ✅ $5 free platform credit when joining Apify
- ✅ Minimal running costs thanks to efficient processing
🏆 What You Get
url
: The full URL of the Reddit user's profile page (e.g. "https://www.reddit.com/user/GallowBoob/")profileImage
: URL of the user's avatar/profile picturebannerImage
: URL of the user's profile banner image (null if not set)displayName
: The user's display name shown on their profile (can be different from username)username
: The user's Reddit username/handledescription
: The user's profile bio/description textlinks
: Array of connected social media links, containing:name
: Display name of the linkurl
: URL of the linked social media profiletype
: Type of social media (e.g. "TWITTER")
hasPremium
: Boolean indicating if user has Reddit PremiumisAdmin
: Boolean indicating if user is a Reddit adminpostKarma
: Total karma points earned from postscommentKarma
: Total karma points earned from commentscreatedAt
: ISO timestamp of when the account was createdmoderatedSubreddits
: Array of subreddits the user moderates, containing:name
: Name of the subredditmembers
: Number of members in the subredditicon
: URL of the subreddit's icon image
trophies
: Array of Reddit trophies earned by the user, containing:name
: Name of the trophydetail
: Additional details about the trophyimage
: URL of the trophy imagelink
: Related URL for the trophy (if applicable)
customFeeds
: Array of user's custom feeds, containing:name
: Name of the custom feedurl
: URL of the custom feedicon
: URL of the feed's iconcommunityCount
: Number of communities in the feed
posts
: Array of user's recent posts, containing:title
: Post titlesubreddit
: Subreddit posted topermalink
: Post URL pathcreatedAt
: Post timestampscore
: Post score/pointscommentCount
: Number of commentstext
: Post text contentflair
: Post flair text
comments
: Array of user's recent comments, containing:subreddit
: Subreddit commented onthreadTitle
: Title of the comment threadpermalink
: Comment URL pathcreatedAt
: Comment timestamptext
: Comment text contentscore
: Comment score/pointsisLocked
: Boolean indicating if the comment is lockedisStickied
: Boolean indicating if the comment is stickied
Example output
1{ 2 "url": "https://www.reddit.com/user/GallowBoob/", 3 "profileImage": "https://i.redd.it/snoovatar/avatars/b61b61b3-2a34-48c7-892a-ee130f53471b.png", 4 "bannerImage": null, 5 "displayName": "Rob", 6 "username": "GallowBoob", 7 "description": "The internet was a mistake 🌍 Always remember the human.", 8 "links": [ 9 { 10 "name": "thegallowboob", 11 "url": "https://twitter.com/thegallowboob", 12 "type": "TWITTER" 13 } 14 ], 15 "hasPremium": true, 16 "isAdmin": false, 17 "postKarma": 35722460, 18 "commentKarma": 1110707, 19 "createdAt": "2014-10-07T00:00:00.000Z", 20 "moderatedSubreddits": [ 21 { 22 "name": "r/oddlysatisfying", 23 "members": 11740878, 24 "icon": "https://styles.redditmedia.com/t5_2x93b/styles/communityIcon_eefpey65pli21.png" 25 }, 26 { 27 "name": "r/nextfuckinglevel", 28 "members": 9190014, 29 "icon": "https://styles.redditmedia.com/t5_m0bnr/styles/communityIcon_qanlm185crr71.png" 30 }, 31 { 32 "name": "r/RoastMe", 33 "members": 5594942, 34 "icon": null 35 } 36 ], 37 "trophies": [ 38 { 39 "name": "Ten-Year Club", 40 "detail": null, 41 "image": "https://www.redditstatic.com/awards2/10_year_club-40.png" 42 }, 43 { 44 "name": "RedditGifts 2009-2022", 45 "detail": "3 Credits", 46 "image": "https://www.redditstatic.com/awards2/giftslegacy-40.png", 47 "link": "https://redditgifts.com/elves/" 48 }, 49 { 50 "name": "Place '23", 51 "detail": null, 52 "image": "https://www.redditstatic.com/awards2/place_2023-40.png" 53 }, 54 { 55 "name": "Place '17", 56 "detail": null, 57 "image": "https://www.redditstatic.com/awards2/place_2017-40.png" 58 }, 59 { 60 "name": "Wearing is Caring", 61 "detail": null, 62 "image": "https://www.redditstatic.com/awards2/Wearing-is-Caring-40.png" 63 }, 64 { 65 "name": "100 Awards Club", 66 "detail": null, 67 "image": "https://www.redditstatic.com/awards2/100-awards-40.png" 68 }, 69 { 70 "name": "Inciteful Comment", 71 "detail": "2020-05-04", 72 "image": "https://www.redditstatic.com/awards2/inciteful_comment-40.png", 73 "link": "https://www.reddit.com/r/nextfuckinglevel/comments/gdfgkk/somewhere_my_physics_professor_is_smiling/fphg3bl/?context=5#fphg3bl" 74 }, 75 { 76 "name": "Inciteful Link", 77 "detail": "2020-02-22", 78 "image": "https://www.redditstatic.com/awards2/inciteful_link-40.png", 79 "link": "https://www.reddit.com/tb/f7rlx8" 80 }, 81 { 82 "name": "Secret Santa", 83 "detail": "2017", 84 "image": "https://www.redditstatic.com/awards2/ss2017-40.png", 85 "link": "https://redditgifts.com/exchanges/secret-santa-2017/" 86 }, 87 { 88 "name": "Gilding VII", 89 "detail": "pure gildanthropist", 90 "image": "https://www.redditstatic.com/awards2/gilding_7-40.png" 91 } 92 ], 93 "customFeeds": [ 94 { 95 "name": "allp0rn", 96 "url": "/user/gallowboob/m/allp0rn/", 97 "icon": "https://www.redditstatic.com/custom_feeds/custom_feed_default_9.png", 98 "communityCount": 34 99 }, 100 { 101 "name": "food", 102 "url": "/user/gallowboob/m/food/", 103 "icon": "https://www.redditstatic.com/custom_feeds/custom_feed_default_0.png", 104 "communityCount": 15 105 }, 106 { 107 "name": "photoshop", 108 "url": "/user/gallowboob/m/photoshop/", 109 "icon": "https://www.redditstatic.com/custom_feeds/custom_feed_default_8.png", 110 "communityCount": 8 111 }, 112 { 113 "name": "space", 114 "url": "/user/gallowboob/m/space/", 115 "icon": "https://www.redditstatic.com/custom_feeds/custom_feed_default_4.png", 116 "communityCount": 7 117 }, 118 { 119 "name": "wallpapers", 120 "url": "/user/gallowboob/m/wallpapers/", 121 "icon": "https://www.redditstatic.com/custom_feeds/custom_feed_default_11.png", 122 "communityCount": 5 123 } 124 ], 125 "posts": [ 126 { 127 "title": "This is Nami. Her ears are finally starting to stand up, of course only one at a time.", 128 "subreddit": "r/aww", 129 "permalink": "/r/aww/comments/1hm28v1/this_is_nami_her_ears_are_finally_starting_to/", 130 "createdAt": "2024-12-25T15:03:07.318000+0000", 131 "score": 71, 132 "commentCount": 5, 133 "text": null, 134 "flair": null 135 }, 136 { 137 "title": "My new best friend Nami wishes you a very merry Christmas", 138 "subreddit": "r/aww", 139 "permalink": "/r/aww/comments/1hjmz5b/my_new_best_friend_nami_wishes_you_a_very_merry/", 140 "createdAt": "2024-12-22T00:19:55.563000+0000", 141 "score": 64, 142 "commentCount": 12, 143 "text": null, 144 "flair": null 145 }, 146 { 147 "title": "Found this baby turtle in our garden. Gave it a stick. Teenage mutant ninja turtle initiation begins today.", 148 "subreddit": "r/aww", 149 "permalink": "/r/aww/comments/1eigbzg/found_this_baby_turtle_in_our_garden_gave_it_a/", 150 "createdAt": "2024-08-02T17:43:32.541000+0000", 151 "score": 156, 152 "commentCount": 15, 153 "text": null, 154 "flair": null 155 }, 156 { 157 "title": "This action shot of a dog jumping in the water", 158 "subreddit": "r/aww", 159 "permalink": "/r/aww/comments/16y770f/this_action_shot_of_a_dog_jumping_in_the_water/", 160 "createdAt": "2023-10-02T20:20:15.237000+0000", 161 "score": 37355, 162 "commentCount": 1919, 163 "text": null, 164 "flair": null 165 } 166 ], 167 "comments": [ 168 { 169 "subreddit": "r/aww", 170 "threadTitle": "My new best friend Nami wishes you a very merry Christmas", 171 "permalink": "/r/aww/comments/1hjmz5b/comment/m37ru4k/", 172 "createdAt": "2024-12-22T00:28:21.587000+0000", 173 "text": "She’s unreal alright. I didn’t think I could love anything this much", 174 "score": 2, 175 "isLocked": false, 176 "isStickied": false 177 } 178 ] 179}
Start scraping now by creating an Apify account and clicking on the "Try for free" button.
Pricing
Pricing model
RentalTo use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.
Free trial
2 hours
Price
$19.00