VOOZH about

URL: https://apify.com/xtracto/reddit-post-detail-scraper

⇱ Reddit Post Detail Scraper Β· Apify


πŸ‘ Reddit Post Detail Scraper avatar

Reddit Post Detail Scraper

Under maintenance

Pricing

from $1.00 / 1,000 results

Go to Apify Store

Reddit Post Detail Scraper

Under maintenance

Fetch a Reddit post by URL or '<sub>/<post_id>' shorthand, with full comments tree.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Farhan Febrian Nauval

Farhan Febrian Nauval

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Categories

Share

Fetch a Reddit post by URL or <sub>/<id> shorthand with the full comments tree.

Use cases

  • Discussion mining β€” capture comment threads for sentiment / topic analysis.
  • Citation enrichment β€” turn a Reddit URL into structured JSON.
  • Crisis comms β€” preserve community reactions to events.
  • AI corpus building β€” author-attributed dialog data.

Why use this actor?

  • One URL in, full thread out β€” post body + nested comments.
  • OAuth installed-app support β€” 60 rpm vs 10 rpm public.
  • Bulk-friendly β€” pass an array of URLs.

Sample output

Input: https://www.reddit.com/r/programming/comments/1a2b3c/...

Includes post + top comments tree.

{
"_input":"https://www.reddit.com/r/programming/comments/1a2b3c/...",
"_source":"S1-oauth-api",
"_scrapedAt":"2026-05-13T...",
"post":{
"id":"t3_1a2b3c",
"title":"Show HN: I built a blazingly fast Rust web server",
"author":"rustacean42",
"score":1842,
"num_comments":234,
"selftext":"Here's how I approached the problem..."
},
"comments":[
{
"id":"t1_abc123",
"author":"commenter1",
"body":"Great work! How does it compare to actix-web?",
"score":412,
"replies":[]
}
]
}

Note

  • Pass redditClientId in input or REDDIT_CLIENT_ID env var for OAuth mode.
  • Very deep comment trees may exceed default maxComments budget β€” bump as needed.
  • Removed / deleted posts return shells.

You might also like

Reddit Post Comments Scraper

apiharvest/reddit-post-comments-scraper

Reddit Post Comments Scraper

Reddit Post Scrapper

dead00/reddit-post-scrapper

A Reddit post scraper is a tool or script that automatically collects data from Reddit postsβ€”such as titles, content, comments.

Reddit Comments Scraper

khadinakbar/reddit-comments-scraper