
Reddit Posts and Comments Scraper is a BrowserAct Bot template for collecting structured records from public Reddit search results or subreddit listing pages.
Reddit Posts and Comments Scraper is a BrowserAct Bot template for collecting structured records from public Reddit search results or subreddit listing pages. Configure a subreddit, search query, sort mode, comment collection option, and result count, then run the Bot to return post-level data with visible top comments when requested.
This template opens public Reddit pages, searches or browses the selected subreddit, scrolls the rendered result feed until enough unique posts are found, and opens post detail pages when comment extraction is enabled.
Field | Description |
|---|---|
| Reddit post title. |
| Public Reddit post URL. |
| Subreddit where the post appears. |
| Visible post author, when shown. |
| Visible score or vote count. |
| Visible number of comments. |
| Visible post date or relative time. |
| Post text or snippet available on the page. |
| Outbound link when the post includes one. |
| Result position returned by the Bot. |
| Search or listing page used for discovery. |
| Visible top comments collected from the detail page. |
Parameter | Required | Default | Description |
|---|---|---|---|
| Yes |
| Subreddit to search or browse. |
| Yes |
| Keyword phrase used in Reddit search. |
| Yes |
| Reddit search sort mode. |
| Yes |
| Whether to open post pages and collect visible top comments. |
| Yes |
| Maximum number of posts to return. |
The table below uses records preserved from the validated Bot run. Up to the first 5 records are shown, and long values are shortened in this documentation preview.
rank | title | url | subreddit | author | score | comment_count | created_date | post_text | external_link | source_page_url | top_comments |
|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Example Reddit discussion title | ChatGPT | example_user | 42 | 18 | 2 days ago | Visible post text or snippet | null | https://www.reddit.com/r/ChatGPT/search/?q=browser%20automation | [{"comment_author":"commenter","comment_text":"Visible top comment text","comment_score":"8","comment_created_date":"1 day ago"}] |
BrowserAct uses Reddit's public rendered pages instead of private APIs. It opens the selected subreddit search or listing page, waits for the feed to load, reads visible post cards, and scrolls until the requested count is reached or no more public posts are available.
When include_comments is enabled, BrowserAct opens each collected post URL and reads the visible comment thread area. Some optional fields, such as external_link or author, may be empty when Reddit does not display them on the page.
Open BrowserAct and start Agent Built from the Home prompt box or from Create -> Build with Agent. Paste a clear request that includes the website, the records to collect, the filters or search conditions, the fields to return, the result limit, and the inputs you want to reuse later.

BrowserAct explores the live website, works out the navigation and extraction path, and validates the result. If BrowserAct asks for clarification, reply in the same build conversation with the missing URL, condition, field, example, or expected output.

When the build is complete, run the Bot with the default inputs first. Review the structured records, source URLs, missing fields, and row count before reusing the Bot with new inputs or connecting it to another workflow.


Reddit discussions help teams monitor community sentiment, discover user language, research product feedback, track topic demand, and gather public conversation signals for analysis.
Use count to control how many posts BrowserAct returns. Comment extraction adds detail-page visits, so lower counts are better when you need comments from every post.
BrowserAct returns structured Reddit records first. You can then use the output through API JSON responses, n8n workflows, Make scenarios, Zapier automations, MCP-based agent workflows configured from the Bot's Integrations tab, or manual CSV review.
Contact us at
Discord: Discord Community
E-mail: service@browseract.com