Subreddit Posts

Get recent posts from a subreddit with engagement metrics

GET
/v1/reddit/subreddit

πŸ€– Why Code When AI Can Do It For You?

Stop writing code like it's 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.

curl "https://api.scrapecreators.com/v1/reddit/subreddit" \
  -H "x-api-key: "
{
  "after": "t3_1i7isky",
  "dist": 27,
  "modhash": "",
  "geo_filter": null,
  "children": [
    {
      "kind": "t3",
      "data": {
        "approved_at_utc": null,
        "subreddit": "Killtony",
        "selftext": "All posts looking for or selling tickets are to be posted here from now on.   
Ticket posts not made on this thread will be deleted by mods.  


Tickets for Kill Tony often sell out months in advance, so take that in to consideration if you're planning to be in town for the show.  


Be smart and don't fork over your hard earned green to scammers.",
        "author_fullname": "t2_22c64yb9",
        "saved": false,
        "mod_reason_title": null,
        "gilded": 0,
        "clicked": false,
        "title": "🎟🎟🎟TICKET SALES MEGATHREAD 🎟🎟🎟",
        "link_flair_richtext": [],
        "subreddit_name_prefixed": "r/Killtony",
        "hidden": false,
        "pwls": 7,
        "link_flair_css_class": "",
        "downs": 0,
        "thumbnail_height": null,
        "top_awarded_type": null,
        "hide_score": false,
        "name": "t3_yg5olv",
        "quarantine": false,
        "link_flair_text_color": "light",
        "upvote_ratio": 0.99,
        "author_flair_background_color": "",
        "subreddit_type": "public",
        "ups": 320,
        "total_awards_received": 0,
        "media_embed": {},
        "thumbnail_width": null,
        "author_flair_template_id": null,
        "is_original_content": false,
        "user_reports": [],
        "secure_media": null,
        "is_reddit_media_domain": false,
        "is_meta": false,
        "category": null,
        "secure_media_embed": {},
        "link_flair_text": "Scalp Tony",
        "can_mod_post": false,
        "score": 320,
        "approved_by": null,
        "is_created_from_ads_ui": false,
        "author_premium": false,
        "thumbnail": "self",
        "edited": false,
        "author_flair_css_class": "james",
        "author_flair_richtext": [],
        "gildings": {},
        "content_categories": null,
        "is_self": true,
        "mod_note": null,
        "created": 1667004923,
        "link_flair_type": "text",
        "wls": 7,
        "removed_by_category": null,
        "banned_by": null,
        "author_flair_type": "text",
        "domain": "self.Killtony",
        "allow_live_comments": true,
        "selftext_html": "<!-- SC_OFF --><div class="md"><p>All posts looking for or selling tickets are to be posted here from now on.<br/>
Ticket posts not made on this thread will be deleted by mods.  </p>

<p>Tickets for Kill Tony often sell out months in advance, so take that in to consideration if you're planning to be in town for the show.  </p>

<p>Be smart and don't fork over your hard earned green to scammers.</p>
</div><!-- SC_ON -->",
        "likes": null,
        "suggested_sort": "new",
        "banned_at_utc": null,
        "view_count": null,
        "archived": false,
        "no_follow": false,
        "is_crosspostable": false,
        "pinned": false,
        "over_18": false,
        "all_awardings": [],
        "awarders": [],
        "media_only": false,
        "link_flair_template_id": "4a4204b2-6d0c-11ec-b8b8-2294c5b4c8da",
        "can_gild": false,
        "spoiler": false,
        "locked": false,
        "author_flair_text": "This might mess up my rap career",
        "treatment_tags": [],
        "visited": false,
        "removed_by": null,
        "num_reports": null,
        "distinguished": null,
        "subreddit_id": "t5_310dz",
        "author_is_blocked": false,
        "mod_reason_by": null,
        "removal_reason": null,
        "link_flair_background_color": "#ea0027",
        "id": "yg5olv",
        "is_robot_indexable": true,
        "report_reasons": null,
        "author": "sighdoihaveto",
        "discussion_type": null,
        "num_comments": 3956,
        "send_replies": true,
        "contest_mode": false,
        "mod_reports": [],
        "author_patreon_flair": false,
        "author_flair_text_color": "dark",
        "permalink": "/r/Killtony/comments/yg5olv/ticket_sales_megathread/",
        "stickied": true,
        "url": "https://www.reddit.com/r/Killtony/comments/yg5olv/ticket_sales_megathread/",
        "subreddit_subscribers": 205621,
        "created_utc": 1667004923,
        "num_crossposts": 0,
        "media": null,
        "is_video": false
      }
    }
  ],
  "before": null
}

Headers

x-api-key
string
required

Your Scrape Creators API key

Query Parameters

subreddit
string
required

Subreddit name

after
string

After to get more posts. Get 'after' from previous response.