
Ultimate Reddit Profile Scraper (Lite)
Pay $3.00 for 1,000 results

Ultimate Reddit Profile Scraper (Lite)
Pay $3.00 for 1,000 results
Pay per result. Seamlessly download full Reddit user accounts, capturing posts, images, activity, and historical data, including URLs and media comments. Export detailed insights to CSV, JSON, XML, EXCEL formats, or effortlessly import them into your email for comprehensive analysis and easy access.
Actor Metrics
8 monthly users
No reviews yet
3 bookmarks
>99% runs succeeded
Created in Jun 2024
Modified 18 days ago
You can access the Ultimate Reddit Profile Scraper (Lite) programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "user": "https://www.reddit.com/user/Mark_Ruffalo",
3 "scrapeType": "posts",
4 "limit": "100",
5 "sort": "new",
6 "time": "day",
7 "proxy": {
8 "useApifyProxy": true,
9 "apifyProxyGroups": [
10 "RESIDENTIAL"
11 ]
12 },
13 "maxRetries": 3,
14 "timeout": 10
15}' |
16apify call potatopeeler/reddit-account-scraper-lite --silent --output-dataset
Ultimate Reddit Profile Scraper (Lite) API through CLI
The Apify CLI is the official tool that allows you to use Ultimate Reddit Profile Scraper (Lite) locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: