Reddit Subreddit Posts Scraper avatar

Reddit Subreddit Posts Scraper

Pricing

Pay per usage

Go to Apify Store
Reddit Subreddit Posts Scraper

Reddit Subreddit Posts Scraper

Extract posts from any Reddit subreddit as structured data. Great for audience research, monitoring, and content ideas.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Alex Jordan

Alex Jordan

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

4 days ago

Last modified

Categories

Share

Reddit Subreddit Posts Export

What does Reddit Subreddit Posts Export do? Reddit Subreddit Posts Export extracts posts from a Reddit subreddit using structured input and optional authenticated session headers. It is useful for community monitoring, content research, and repeatable subreddit export workflows.

Built on the Apify platform, this Actor supports scheduling, webhooks, and dataset exports.

Why use Reddit Subreddit Posts Export?

  • Community monitoring - Export recent subreddit posts for research and tracking
  • Content research - Capture post text, authors, vote signals, and engagement fields
  • Operational visibility - Track extraction results in Apify datasets

How to use Reddit Subreddit Posts Export

  1. Open the Actor on Apify
  2. Enter the subreddit URL, extraction settings, and optional authenticated session inputs
  3. Start the run
  4. Review the dataset output for exported subreddit posts

Input This Actor accepts the fields required to export posts from a Reddit subreddit.

Proxy object Use the proxy object to define how requests should be routed. Common fields are:

  • ip - Proxy host or endpoint URL
  • port - Proxy port
  • username - Proxy username
  • password - Proxy password

Example input

{
"proxy": {
"ip": "http://proxy.example.com",
"port": "1080",
"username": "example_username",
"password": "example_password"
},
"origin": "https://www.reddit.com",
"referer": "https://www.reddit.com/",
"maxCount": 10,
"sort": "best",
"csrfToken": "example_csrfToken",
"userAgent": "Mozilla/5.0 ...",
"redditHost": "www.reddit.com",
"cookieHeader": "session=example",
"subRedditUrl": "https://www.reddit.com/r/codex/",
"acceptLanguage": "en-US,en;q=0.9"
}

Output The Actor writes the extraction result to the default dataset.

Example output

{
"success": true,
"response": [
{
"inputSubRedditUrl": "https://www.reddit.com/r/hyderabad/",
"inputMaxCount": 10,
"inputSort": "",
"subredditName": "hyderabad",
"redSubId": "t5_2r749",
"prefixName": "r/hyderabad",
"redSubUrl": "https://www.reddit.com/r/hyderabad",
"subRedditType": "public",
"subscribersCount": 593531,
"redPostUrl": "https://www.reddit.com/r/hyderabad/comments/1uihee4/that_one_shope_in_your_city_is_a_money_laundering/",
"redPostSlug": "that_one_shope_in_your_city_is_a_money_laundering",
"postContent": "",
"postTitle": "That one shope in your city is a money laundering scheme, but you just can't prove it",
"postTag": "AskHyderabad",
"postDate": "2026-06-29T03:40:55.000Z",
"redPostImageUrl": "https://preview.redd.it/lbshhqxl75ah1.png?width=140&height=140&crop=1:1,smart&auto=webp&s=d6eefd75e6f5e6773cdd7221e6130556254570f6",
"isRedditDomain": "true",
"handle": "MotherCoc0nuts",
"redProfileUrl": "https://www.reddit.com/user/MotherCoc0nuts",
"commentsCount": 58,
"isEdited": false,
"isSaved": false,
"isClicked": false,
"isArchived": false,
"isPinned": false,
"isHidden": false,
"isLocked": false,
"isVisited": false,
"isOriginalContent": false,
"isNsfw": false,
"awardsCount": 0,
"viewsCount": "",
"upvotesCount": 343,
"downvotesCount": 0,
"upvoteRatio": "0.97",
"noUpvotes": false,
"isPremiumAuthor": false,
"mediaAuthorUrl": "",
"mediaAuthorName": "",
"liveCommentsEnabled": false,
"isVideo": false,
"crosspostsCount": 0,
"isCrosspostable": true,
"reportsCount": "",
"opNotification": true,
"isStickyPost": false,
"hasSpoiler": false,
"timestamp": "2026-06-29T07:15:23.557Z"
}
]
}

Pricing / Cost estimation $0.0017 per 25 result items

Support If you need adjustments for your workflow, use the Actor Issues tab or your internal support channel.