Social platforms

Reddit posts

from $0.0114 per resultreddit.posts

Reddit posts and their comments from a search term, subreddit, user profile or direct post URL, with title, body, community, author, timestamps and optionally upvotes and media links.

What a call costs

Billed on actual usage, minimum $0.0020 per call, capped at $6.00 per call.

a price before every call. failed calls are never charged.

When to use it

Use for broad Reddit research where you want posts together with their comment threads from public pages. This actor charges a fixed $0.04 start fee before the first result, so send one larger request rather than many tiny ones.

Inputs

Reddit posts takes 25 fields, none of them required. Anything you leave out falls back to the tool's own default.

FieldTypeRequiredWhat it does
sortstringoptional
timestringoptional
maxItemsintegeroptionalMaximum items saved across the whole run. Billed per item, on top of the fixed $0.04 start fee
searchesarray of stringoptionalSearch terms to run against Reddit. Remove startUrls when you use this
startUrlsarray of objectoptionalReddit post, subreddit, user or search URLs. Leave empty when you use searches
includeNSFWbooleanoptional
maxCommentsintegeroptionalMaximum comments taken from each post page. Set to 0 to skip comments. Comments count as billed items too
searchMediabooleanoptionalAlso search media posts for the search terms.
searchPostsbooleanoptional
searchUsersbooleanoptional
maxPostCountintegeroptionalMaximum posts taken from each posts page or community page
maxUserCountintegeroptionalPages of user results to scrape. The actor takes 2 when you leave it out. Each page is more billed items.
skipCommentsbooleanoptionalDo not scrape comments while going through posts
postDateLimitstringoptionalOnly posts published after this date
scrollTimeoutintegeroptionalSeconds the scraper keeps scrolling a feed for more items before it stops. The actor uses 40. Raise it when a long feed returns fewer items than maxItems, lower it to cut a run short.
skipCommunitybooleanoptional
skipUserPostsbooleanoptional
searchCommentsbooleanoptional
ignoreStartUrlsbooleanoptionalIgnore startUrls even when they are present, making the run search-only. Useful when you keep a stored URL list but want one search-only call.
commentDateLimitstringoptionalOnly comments published after this date
includeMediaLinksbooleanoptionalInclude upVotes, upVoteRatio, imageUrls, videoUrls and numberOfComments. Slower extraction
navigationTimeoutintegeroptionalSeconds to wait for a page to load, 20 to 60. The actor uses 60.
searchCommunitiesbooleanoptional
maxCommunitiesCountintegeroptionalPages of community results to scrape when a search or startUrl is a communities listing. The actor takes 2 when you leave it out. Each page is more billed items.
searchCommunityNamestringoptionalRestrict the search to one community, e.g. programming

How to call it

Connect once and your agent can reach Reddit posts the same way it reaches everything else in the catalog. Add Goro as an MCP connector, or paste the setup line into an agent that reads skills.

MCP

Add this server in Claude, Claude Code, or any MCP client.

https://mcp.usegoro.ai/mcp

Skill

One line in your agent's chat. It sets itself up.

set up https://usegoro.ai/SKILL.md

Or plain HTTP

POST /v1/run

{
  "endpoint": "reddit.posts",
  "input": {
    "sort": "new",
    "maxItems": 10,
    "includeNSFW": false,
    "maxComments": 10,
    "searchPosts": true,
    "searchUsers": false,
    "maxPostCount": 10,
    "skipComments": false,
    "skipCommunity": false,
    "skipUserPosts": false,
    "searchComments": false,
    "includeMediaLinks": false,
    "searchCommunities": false
  }
}

Run Reddit posts from your agent.

One balance for every tool in the catalog. Start with Build, $25 of credit for $19 a month.

Get started