Users & Profiles V2
Profile Feeds V2
Fetch the authenticated user's profile feeds — saved posts, saved comments, hidden posts, upvoted posts, or downvoted posts. up to the specified limit. Requires
GET /api/v2/feed/profile
Fetch the authenticated user's profile feeds — saved posts, saved comments, hidden posts, upvoted posts, or downvoted posts. up to the specified limit. Requires bearer token.
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
type | string | Yes | Feed type: saved_posts, saved_comments, hidden, upvoted, downvoted |
limit | string | No | Max items to return (1-500, default 100). Auto-paginates. |
bearer | string | No | Your Reddit bearer token. Skip if stored in Token Vault. |
proxy | string | No | Your proxy as ip:port:user:pass. Skip if stored in Token Vault. |
Authentication
| Header | Value |
|---|---|
X-RapidAPI-Key | Your RapidAPI key |
X-RapidAPI-Host | red-crawler1.p.rapidapi.com |
Example request
cURL
curl -X GET "https://red-crawler1.p.rapidapi.com/api/v2/feed/profile?type=saved_posts&limit=100&bearer=<bearer>&proxy=<proxy>" \
-H "X-RapidAPI-Key: YOUR_RAPIDAPI_KEY" \
-H "X-RapidAPI-Host: red-crawler1.p.rapidapi.com"JavaScript
const res = await fetch("https://red-crawler1.p.rapidapi.com/api/v2/feed/profile?type=saved_posts&limit=100&bearer=<bearer>&proxy=<proxy>", {
method: "GET",
headers: {
"X-RapidAPI-Key": "YOUR_RAPIDAPI_KEY",
"X-RapidAPI-Host": "red-crawler1.p.rapidapi.com"
}
});
const data = await res.json();
console.log(data);Python
import requests
url = "https://red-crawler1.p.rapidapi.com/api/v2/feed/profile?type=saved_posts&limit=100&bearer=<bearer>&proxy=<proxy>"
headers = {
"X-RapidAPI-Key": "YOUR_RAPIDAPI_KEY",
"X-RapidAPI-Host": "red-crawler1.p.rapidapi.com"
}
resp = requests.get(url, headers=headers)
print(resp.json())Example response
HTTP 200 — captured from a live call to the gateway.
{
"success": true,
"data": {
"success": true,
"items": [
{
"node": {
"id": "t3_1s3f2fe",
"createdAt": "2026-03-25T16:08:53.482000+0000",
"editedAt": null,
"postTitle": "Humans welcome (bots must wear name tags)",
"url": "https://www.reddit.com/r/u_spez/comments/1s3ezrc/humans_welcome_bots_must_wear_name_tags/",
"content": null,
"domain": "reddit.com",
"isSpoiler": false,
"isNsfw": false,
"isCommercialCommunication": false,
"isLocked": false,
"isSaved": false,
"isHidden": false,
"isGildable": true,
"isCrosspostable": true,
"isScoreHidden": false,
"isArchived": false,
"isStickied": false,
"isPollIncluded": false,
"poll": null,
"isFollowed": false,
"awardings": [
{
"award": {
"id": "award_obsessed_2",
"name": "Obsessed",
"tags": [
"award:legacy",
"award:sort:1140",
"award:sort"
],
"static_icon_16": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/Obsessed_16.png",
"dimensions": {
"width": 16,
"height": 16
}
},
"static_icon_24": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/Obsessed_24.png",
"dimensions": {
"width": 24,
"height": 24
}
},
"static_icon_32": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/Obsessed_32.png",
"dimensions": {
"width": 32,
"height": 32
}
},
"static_icon_48": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/Obsessed_48.png",
"dimensions": {
"width": 48,
"height": 48
}
},
"static_icon_64": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/Obsessed_64.png",
"dimensions": {
"width": 64,
"height": 64
}
}
},
"total": 1
},
{
"award": {
"id": "award_free_mindblown",
"name": "Mindblown",
"tags": [
"award:sort:30",
"award:legacy",
"award:unlimited_free",
"award:quick_give"
],
"static_icon_16": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/mindblown_16.png",
"dimensions": {
"width": 16,
"height": 16
}
},
"static_icon_24": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/mindblown_24.png",
"dimensions": {
"width": 24,
"height": 24
}
},
"static_icon_32": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/mindblown_32.png",
"dimensions": {
"width": 32,
"height": 32
}
},
"static_icon_48": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/mindblown_48.png",
"dimensions": {
"width": 48,
"height": 48
}
},
"static_icon_64": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/mindblown_64.png",
"dimensions": {
"width": 64,
"height": 64
}
}
},
"total": 1
},
{
"award": {
"id": "award_free_heartwarming",
"name": "Heartwarming",
"tags": [
"award:sort:20",
"award:unlimited_free",
"award:quick_give",
"award:legacy"
],
"static_icon_16": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/Heartwarming_16.png",
"dimensions": {
"width": 16,
"height": 16
}
},
"static_icon_24": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/Heartwarming_24.png",
"dimensions": {
"width": 24,
"height": 24
}
},
"static_icon_32": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/Heartwarming_32.png",
"dimensions": {
"width": 32,
"height": 32
}
},
"static_icon_48": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/Heartwarming_48.png",
"dimensions": {
"width": 48,
"height": 48
}
},
"static_icon_64": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/Heartwarming_64.png",
"dimensions": {
"width": 64,
"height": 64
}
}
},
"total": 1
}
],
"isContestMode": false,
"distinguishedAs": "ADMIN",
"voteState": "UP",
"score": 208,
"commentCount": 92,
"authorFlair": {
"text": "CEO",
"richtext": null,
"textColor": "LIGHT",
"template": {
"id": "0269a28a-4553-11f0-8a14-8246a3a6560d",
"backgroundColor": "#FF4500"
}
},
"flair": {
"type": "text",
"text": "News",
"richtext": null,
"textColor": "LIGHT",
"template": {
"id": "66991606-d4e6-11ef-85ea-da36d8a7e90b",
"isEditable": false,
"backgroundColor": "#007BFF"
}
},
"authorInfo": {
"id": "t2_1w72",
"name": "spez",
"isBlocked": false,
"isCakeDayNow": false,
"attributes": {},
"newIcon": {
"url": "https://styles.redditmedia.com/t5_3k30p/styles/profileIcon_uj015iwx9s7g1.png?frame=1&auto=webp&crop=256%3A256%2Csmart&s=54cdc94b6359f38240017e6737d3c56933e0206b",
"dimensions": {
"width": 256,
"height": 256
}
},
"iconSmall": {
"url": "https://styles.redditmedia.com/t5_3k30p/styles/profileIcon_uj015iwx9s7g1.png?width=50&height=50&frame=1&auto=webp&crop=50%3A50%2Csmart&s=638708ec49d2051716871e62d0b8a9da3b11402c",
"dimensions": {
"width": 50,
"height": 50
}
},
"snoovatarIcon": null,
"profile": {
"isNsfw": false
},
"accountType": "USER"
},
"isThumbnailEnabled": false,
"thumbnail": null,
"media": null,
"moderationInfo": null,
"suggestedCommentSort": null,
"permalink": "/r/redditstock/comments/1s3f2fe/humans_welcome_bots_must_wear_name_tags/",
"isSelfPost": false,
"postHint": null,
"postEventInfo": null,
"gallery": null,
"subreddit": {
"id": "t5_4x7l6b",
"name": "redditstock",
"prefixedName": "r/redditstock",
"isQuarantined": false,
"title": "redditstock",
"type": "PUBLIC",
"subscribersCount": 15164,
"isNsfw": false,
"isSubscribed": false,
"isThumbnailsEnabled": true,
"styles": {
"icon": "https://styles.redditmedia.com/t5_4x7l6b/styles/communityIcon_tofdifo8b35f1.png?width=64&height=64&frame=1&auto=webp&crop=64:64,smart&s=50616620b853f74bcfd459469d109216f34a1a3b",
"legacyIcon": null,
"primaryColor": null,
"bannerBackgroundImage": "https://styles.redditmedia.com/t5_4x7l6b/styles/bannerBackgroundImage_6g3j0rkwkp5f1.png",
"legacyPrimaryColor": null
},
"modPermissions": null,
"communityStatus": {
"description": {
"markdown": " ",
"richtext": "{\"document\":[{\"c\":[{\"e\":\"text\",\"t\":\"\\u00a0\"}],\"e\":\"par\"}]}"
},
"emoji": {
"name": "upvote",
"url": "https://emoji.redditmedia.com/ad1td4bx9ezz_t5_3nqvj/upvote"
}
},
"isTitleSafe": true,
"isUserBanned": false,
"tippingStatus": null,
"whitelistStatus": "ALL_ADS"
},
"outboundLink": {
"url": "https://www.reddit.com/r/u_spez/comments/1s3ezrc/humans_welcome_bots_must_wear_name_tags/",
"expiresAt": "2026-04-29T20:14:43.336312+0000"
},
"upvoteRatio": 0.9601769911504425,
"crowdControlLevel": "OFF",
"isCrowdControlFilterEnabled": false,
"languageCode": "en",
"isTranslatable": false,
"isTranslated": false,
"translatedLanguage": null,
"removedByCategory": null,
"crosspostRoot": {
"post": {
"id": "t3_1s3ezrc",
"createdAt": "2026-03-25T16:06:12.621000+0000",
"editedAt": null,
"postTitle": "Humans welcome (bots must wear name tags)",
"url": "https://www.reddit.com/r/u_spez/comments/1s3ezrc/humans_welcome_bots_must_wear_name_tags/",
"content": {
"markdown": "**TL;DR:**\n\n* Reddit is for people\n* \u201cGood bots\u201d will be labeled as \\[App\\]\n* We\u2019ll continue to remove spam and bad bot activity\n* Automated or suspicious accounts may be asked to verify that there\u2019s a human behind it\n* We are not doing sitewide human verification\n* We don\u2019t need or want your identity\n\nHi everyone,\n\nThe internet feels different lately. It\u2019s getting harder to tell who\u2014or what\u2014you\u2019re interacting with. But Reddit\u2019s purpose is for people to talk to people. And we want it to stay that way.\n\nOur product has always been human conversation: messy, opinionated, sometimes great, sometimes not, but always real (or at least, really creative writing). As AI becomes a bigger part of the internet, we want to make sure that when you\u2019re on Reddit, you know when you\u2019re talking to a person and when you\u2019re not.\n\nSo we\u2019re making a few changes.\n\nOur strategy here is to go from the bottom up (i.e., deal with the bots), because on Reddit, you should assume that anyone you\u2019re talking to is a human unless otherwise labeled. A few of the principles behind how we\u2019re approaching this:\n\n* Verifying someone is human is not the same as knowing who they are\n* We don\u2019t have or want your real-world identity\n* Automated use of Reddit can be useful in some cases (i.e., \u201cgood bots\u201d), but we have to be careful\n\n# What\u2019s happening\n\n**1. Clear labeling for non-human accounts**\n\nAt the end of last year, we launched verified profiles for brands, publishers, and creators. For professional accounts, being clearly labeled increases transparency and helps their content be accepted in relevant communities.\n\nNext, we\u2019re standardizing how automation shows up on Reddit. Accounts that use automation in allowed ways (what many call \u201cgood bots\u201d) will be labeled as \\[App\\]. If you see that label, you know you\u2019re interacting with a machine, not a person.\n\nDevelopers can register their apps to receive this label (there will be more about this in r/redditdev).\n\n**2. Continued removal of nefarious bots and spam**\n\nWe hate it as much as you do and already remove the vast majority of it (an average of 100K accounts per day), often before anyone sees it. We\u2019ll continue to remove nefarious bot content, including spam. \n\n**3. Human verification for automated or otherwise fishy behavior**\n\nIf something suggests an account isn\u2019t human, including automation (hi, web agents), we may ask it to confirm there\u2019s a person behind it. This will be rare and will not apply to most users. Accounts that can\u2019t pass may be restricted. \n\nTo be clear, **this is not sitewide human verification**, let alone sitewide ID verification.\n\n**4. Reporting suspected automation**\n\nRedditors have long been the best bullshit detectors, and increasingly great Turing testers. We\u2019ll make reporting easier and more flexible (these days, we can infer most issues from a report without a lot of context). I\u2019d also like to include comments from other users pointing something out (e.g., \u201cnice post, bot, now fuck off\u201d), since that\u2019s most users\u2019 preferred reporting method.\n\n# Privacy\n\nBoth due to AI reshaping the internet and increasing regulation around the world requiring various forms of identity or age verification, we are exploring ways to confirm humanness and comply with these regulations without compromising user privacy. The best long-term solutions will be decentralized, individualized, private, and ideally not require an ID at all.\n\nIf we need to verify an account is human, we\u2019ll do it in a privacy-first way. Our aim is to confirm there is a person behind the account, not who that person is. The goal is to increase transparency of what is what on Reddit while preserving the anonymity that makes Reddit unique. You shouldn\u2019t have to sacrifice one for the other.\n\nWhen confirming that there is a human behind an account, we prefer third-party tools that keep a distance between verification and Reddit itself. Any system we use will not expose your real-world identity to Reddit nor your Reddit username or activity to any third party. There are a handful of ways to do this, and I\u2019m sure there will be more. Each have their tradeoffs:\n\n* **Passkeys** (which are well supported by Apple, Google, YubiKey, and various password managers) - These are lightweight, require a human to do something, and don\u2019t require your ID. The tradeoff is that there is no proof of individuality or anything other than \u201ca human probably did something.\u201d Nevertheless, it\u2019s a great starting point.\n* **Third-party biometric services** \\- For example, World ID (yes, the Orb company, though they have non-Orb solutions as well). This technology unlocks proof-of-individual without requiring your name, government ID, or a centralized database. I think the internet needs verification solutions like this, where your account information, usage data, and identity never mix.\n* **Third-party government ID services** \\- In some countries, such as the UK and Australia, governments require us to use these. These are the least secure, least private, and least preferred. When we are forced to do this, we design the integrations so that we never actually see your ID information, so your Reddit data cannot be tied to you.\n\n# What about AI-generated content?\n\nThere is, of course, the gray area of humans using AI to write. We see it too and agree that it can feel off, but we\u2019re not going to overcorrect on that now, at least at a sitewide level. We\u2019ll monitor its usage and see what happens as we crack down even more on automated accounts. As always, communities can set their own standards if they want. \n\nFor better or worse, using AI to write is part of how people will communicate in the future (albeit annoying), so our current focus is to ensure there is a real, live human behind the accounts you\u2019re seeing. Before there was AI slop, there was slop. It\u2019s not a new problem, and it\u2019s one that Reddit, with its voting and moderation system, is better than most at dealing with.\n\nThings are changing quickly, and we\u2019ll adapt as best we can. We welcome any thoughts and criticism.\n\nThanks,\n\nu/spez",
"richtext": "{\"document\":[{\"c\":[{\"e\":\"text\",\"f\":[[1,0,6]],\"t\":\"TL;DR:\"}],\"e\":\"par\"},{\"c\":[{\"c\":[{\"c\":[{\"e\":\"text\",\"t\":\"Reddit is for people\"}],\"e\":\"par\"}],\"e\":\"li\"},{\"c\":[{\"c\":[{\"e\":\"text\",\"t\":\"\\u201cGood bots\\u201d will be labeled as [App]\"}],\"e\":\"par\"}],\"e\":\"li\"},{\"c\":[{\"c\":[{\"e\":\"text\",\"t\":\"We\\u2019ll continue to remove spam and bad bot activity\"}],\"e\":\"par\"}],\"e\":\"li\"},{\"c\":[{\"c\":[{\"e\":\"text\",\"t\":\"Automated or suspicious accounts may be asked to verify that there\\u2019s a human behind it\"}],\"e\":\"par\"}],\"e\":\"li\"},{\"c\":[{\"c\":[{\"e\":\"text\",\"t\":\"We are not doing sitewide human verification\"}],\"e\":\"par\"}],\"e\":\"li\"},{\"c\":[{\"c\":[{\"e\":\"text\",\"t\":\"We don\\u2019t need or want your identity\"}],\"e\":\"par\"}],\"e\":\"li\"}],\"e\":\"list\",\"o\":false},{\"c\":[{\"e\":\"text\",\"t\":\"Hi everyone,\"}],\"e\":\"par\"},{\"c\":[{\"e\":\"text\",\"t\":\"The internet feels different lately. It\\u2019s getting harder to tell who\\u2014or what\\u2014you\\u2019re interacting with. But Reddit\\u2019s purpose is for people to talk to people. And we want it to stay that way.\"}],\"e\":\"par\"},{\"c\":[{\"e\":\"text\",\"t\":\"Our product has always been human conversation: messy, opinionated, sometimes great, sometimes not, but always real (or at least, really creative writing). As AI becomes a bigger part of the internet, we want to make sure that when you\\u2019re on Reddit, you know when you\\u2019re talking to a person and when you\\u2019re not.\"}],\"e\":\"par\"},{\"c\":[{\"e\":\"text\",\"t\":\"So we\\u2019re making a few changes.\"}],\"e\":\"par\"},{\"c\":[{\"e\":\"text\",\"t\":\"Our strategy here is to go from the bottom up (i.e., deal with the bots), because on Reddit, you should assume that anyone you\\u2019re talking to is a human unless otherwise labeled. A few of the principles behind how we\\u2019re approaching this:\"}],\"e\":\"par\"},{\"c\":[{\"c\":[{\"c\":[{\"e\":\"text\",\"t\":\"Verifying someone is human is not the same as knowing who they are\"}],\"e\":\"par\"}],\"e\":\"li\"},{\"c\":[{\"c\":[{\"e\":\"text\",\"t\":\"We don\\u2019t have or want your real-world identity\"}],\"e\":\"par\"}],\"e\":\"li\"},{\"c\":[{\"c\":[{\"e\":\"text\",\"t\":\"Automated use of Reddit can be useful in some cases (i.e., \\u201cgood bots\\u201d), but we have to be careful\"}],\"e\":\"par\"}],\"e\":\"li\"}],\"e\":\"list\",\"o\":false},{\"c\":[{\"e\":\"raw\",\"t\":\"What\\u2019s happening\"}],\"e\":\"h\",\"l\":1},{\"c\":[{\"e\":\"text\",\"f\":[[1,0,40]],\"t\":\"1. Clear labeling for non-human accounts\"}],\"e\":\"par\"},{\"c\":[{\"e\":\"text\",\"t\":\"At the end of last year, we launched verified profiles for brands, publishers, and creators. For professional accounts, being clearly labeled increases transparency and helps their content be accepted in relevant communities.\"}],\"e\":\"par\"},{\"c\":[{\"e\":\"text\",\"t\":\"Next, we\\u2019re standardizing how automation shows up on Reddit. Accounts that use automation in allowed ways (what many call \\u201cgood bots\\u201d) will be labeled as [App]. If you see that label, you know you\\u2019re interacting with a machine, not a person.\"}],\"e\":\"par\"},{\"c\":[{\"e\":\"text\",\"t\":\"Developers can register their apps to receive this label (there will be more about this in \"},{\"e\":\"r/\",\"l\":false,\"t\":\"redditdev\"},{\"e\":\"text\",\"t\":\").\"}],\"e\":\"par\"},{\"c\":[{\"e\":\"text\",\"f\":[[1,0,47]],\"t\":\"2. Continued removal of nefarious bots and spam\"}],\"e\":\"par\"},{\"c\":[{\"e\":\"text\",\"t\":\"We hate it as much as you do and already remove the vast majority of it (an average of 100K accounts per day), often before anyone sees it. We\\u2019ll continue to remove nefarious bot content, including spam.\\u00a0\"}],\"e\":\"par\"},{\"c\":[{\"e\":\"text\",\"f\":[[1,0,63]],\"t\":\"3. Human verification for automated or otherwise fishy behavior\"}],\"e\":\"par\"},{\"c\":[{\"e\":\"text\",\"t\":\"If something suggests an account isn\\u2019t human, including automation (hi, web agents), we may ask it to confirm there\\u2019s a person behind it. This will be rare and will not apply to most users. Accounts that can\\u2019t pass may be restricted.\\u00a0\"}],\"e\":\"par\"},{\"c\":[{\"e\":\"text\",\"f\":[[1,13,39]],\"t\":\"To be clear, this is not sitewide human verification, let alone sitewide ID verification.\"}],\"e\":\"par\"},{\"c\":[{\"e\":\"text\",\"f\":[[1,0,33]],\"t\":\"4. Reporting suspected automation\"}],\"e\":\"par\"},{\"c\":[{\"e\":\"text\",\"t\":\"Redditors have long been the best bullshit detectors, and increasingly great Turing testers. We\\u2019ll make reporting easier and more flexible (these days, we can infer most issues from a report without a lot of context). I\\u2019d also like to include comments from other users pointing something out (e.g., \\u201cnice post, bot, now fuck off\\u201d), since that\\u2019s most users\\u2019 preferred reporting method.\"}],\"e\":\"par\"},{\"c\":[{\"e\":\"raw\",\"t\":\"Privacy\"}],\"e\":\"h\",\"l\":1},{\"c\":[{\"e\":\"text\",\"t\":\"Both due to AI reshaping the internet and increasing regulation around the world requiring various forms of identity or age verification, we are exploring ways to confirm humanness and comply with these regulations without compromising user privacy. The best long-term solutions will be decentralized, individualized, private, and ideally not require an ID at all.\"}],\"e\":\"par\"},{\"c\":[{\"e\":\"text\",\"t\":\"If we need to verify an account is human, we\\u2019ll do it in a privacy-first way. Our aim is to confirm there is a person behind the account, not who that person is. The goal is to increase transparency of what is what on Reddit while preserving the anonymity that makes Reddit unique. You shouldn\\u2019t have to sacrifice one for the other.\"}],\"e\":\"par\"},{\"c\":[{\"e\":\"text\",\"t\":\"When confirming that there is a human behind an account, we prefer third-party tools that keep a distance between verification and Reddit itself. Any system we use will not expose your real-world identity to Reddit nor your Reddit username or activity to any third party. There are a handful of ways to do this, and I\\u2019m sure there will be more. Each have their tradeoffs:\"}],\"e\":\"par\"},{\"c\":[{\"c\":[{\"c\":[{\"e\":\"text\",\"f\":[[1,0,8]],\"t\":\"Passkeys (which are well supported by Apple, Google, YubiKey, and various password managers) - These are lightweight, require a human to do something, and don\\u2019t require your ID. The tradeoff is that there is no proof of individuality or anything other than \\u201ca human probably did something.\\u201d Nevertheless, it\\u2019s a great starting point.\"}],\"e\":\"par\"}],\"e\":\"li\"},{\"c\":[{\"c\":[{\"e\":\"text\",\"f\":[[1,0,30]],\"t\":\"Third-party biometric services - For example, World ID (yes, the Orb company, though they have non-Orb solutions as well). This technology unlocks proof-of-individual without requiring your name, government ID, or a centralized database. I think the internet needs verification solutions like this, where your account information, usage data, and identity never mix.\"}],\"e\":\"par\"}],\"e\":\"li\"},{\"c\":[{\"c\":[{\"e\":\"text\",\"f\":[[1,0,34]],\"t\":\"Third-party government ID services - In some countries, such as the UK and Australia, governments require us to use these. These are the least secure, least private, and least preferred. When we are forced to do this, we design the integrations so that we never actually see your ID information, so your Reddit data cannot be tied to you.\"}],\"e\":\"par\"}],\"e\":\"li\"}],\"e\":\"list\",\"o\":false},{\"c\":[{\"e\":\"raw\",\"t\":\"What about AI-generated content?\"}],\"e\":\"h\",\"l\":1},{\"c\":[{\"e\":\"text\",\"t\":\"There is, of course, the gray area of humans using AI to write. We see it too and agree that it can feel off, but we\\u2019re not going to overcorrect on that now, at least at a sitewide level. We\\u2019ll monitor its usage and see what happens as we crack down even more on automated accounts. As always, communities can set their own standards if they want.\\u00a0\"}],\"e\":\"par\"},{\"c\":[{\"e\":\"text\",\"t\":\"For better or worse, using AI to write is part of how people will communicate in the future (albeit annoying), so our current focus is to ensure there is a real, live human behind the accounts you\\u2019re seeing. Before there was AI slop, there was slop. It\\u2019s not a new problem, and it\\u2019s one that Reddit, with its voting and moderation system, is better than most at dealing with.\"}],\"e\":\"par\"},{\"c\":[{\"e\":\"text\",\"t\":\"Things are changing quickly, and we\\u2019ll adapt as best we can. We welcome any thoughts and criticism.\"}],\"e\":\"par\"},{\"c\":[{\"e\":\"text\",\"t\":\"Thanks,\"}],\"e\":\"par\"},{\"c\":[{\"e\":\"u/\",\"l\":false,\"t\":\"spez\"}],\"e\":\"par\"}]}",
"html": "TL;DR:\nReddit is for people\n\u201cGood bots\u201d will be labeled as [App]\nWe\u2019ll continue to remove spam and bad bot activity\nAutomated or suspicious accounts may be asked to verify that there\u2019s a human behind it\nWe are not doing sitewide human verification\nWe don\u2019t need or want your identity\nHi everyone,\nThe internet feels different lately. It\u2019s getting harder to tell who\u2014or what\u2014you\u2019re interacting with. But Reddit\u2019s purpose is for people to talk to people. And we want it to stay that way.\nOur product has always been human conversation: messy, opinionated, sometimes great, sometimes not, but always real (or at least, really creative writing). As AI becomes a bigger part of the internet, we want to make sure that when you\u2019re on Reddit, you know when you\u2019re talking to a person and when you\u2019re not.\nSo we\u2019re making a few changes.\nOur strategy here is to go from the bottom up (i.e., deal with the bots), because on Reddit, you should assume that anyone you\u2019re talking to is a human unless otherwise labeled. A few of the principles behind how we\u2019re approaching this:\nVerifying someone is human is not the same as knowing who they are\nWe don\u2019t have or want your real-world identity\nAutomated use of Reddit can be useful in some cases (i.e., \u201cgood bots\u201d), but we have to be careful\nWhat\u2019s happening\n1. Clear labeling for non-human accounts\nAt the end of last year, we launched verified profiles for brands, publishers, and creators. For professional accounts, being clearly labeled increases transparency and helps their content be accepted in relevant communities.\nNext, we\u2019re standardizing how automation shows up on Reddit. Accounts that use automation in allowed ways (what many call \u201cgood bots\u201d) will be labeled as [App]. If you see that label, you know you\u2019re interacting with a machine, not a person.\nDevelopers can register their apps to receive this label (there will be more about this in r/redditdev).\n2. Continued removal of nefarious bots and spam\nWe hate it as much as you do and already remove the vast majority of it (an average of 100K accounts per day), often before anyone sees it. We\u2019ll continue to remove nefarious bot content, including spam. \n3. Human verification for automated or otherwise fishy behavior\nIf something suggests an account isn\u2019t human, including automation (hi, web agents), we may ask it to confirm there\u2019s a person behind it. This will be rare and will not apply to most users. Accounts that can\u2019t pass may be restricted. \nTo be clear, this is not sitewide human verification, let alone sitewide ID verification.\n4. Reporting suspected automation\nRedditors have long been the best bullshit detectors, and increasingly great Turing testers. We\u2019ll make reporting easier and more flexible (these days, we can infer most issues from a report without a lot of context). I\u2019d also like to include comments from other users pointing something out (e.g., \u201cnice post, bot, now fuck off\u201d), since that\u2019s most users\u2019 preferred reporting method.\nPrivacy\nBoth due to AI reshaping the internet and increasing regulation around the world requiring various forms of identity or age verification, we are exploring ways to confirm humanness and comply with these regulations without compromising user privacy. The best long-term solutions will be decentralized, individualized, private, and ideally not require an ID at all.\nIf we need to verify an account is human, we\u2019ll do it in a privacy-first way. Our aim is to confirm there is a person behind the account, not who that person is. The goal is to increase transparency of what is what on Reddit while preserving the anonymity that makes Reddit unique. You shouldn\u2019t have to sacrifice one for the other.\nWhen confirming that there is a human behind an account, we prefer third-party tools that keep a distance between verification and Reddit itself. Any system we use will not expose your real-world identity to Reddit nor your Reddit username or activity to any third party. There are a handful of ways to do this, and I\u2019m sure there will be more. Each have their tradeoffs:\nPasskeys (which are well supported by Apple, Google, YubiKey, and various password managers) - These are lightweight, require a human to do something, and don\u2019t require your ID. The tradeoff is that there is no proof of individuality or anything other than \u201ca human probably did something.\u201d Nevertheless, it\u2019s a great starting point.\nThird-party biometric services - For example, World ID (yes, the Orb company, though they have non-Orb solutions as well). This technology unlocks proof-of-individual without requiring your name, government ID, or a centralized database. I think the internet needs verification solutions like this, where your account information, usage data, and identity never mix.\nThird-party government ID services - In some countries, such as the UK and Australia, governments require us to use these. These are the least secure, least private, and least preferred. When we are forced to do this, we design the integrations so that we never actually see your ID information, so your Reddit data cannot be tied to you.\nWhat about AI-generated content?\nThere is, of course, the gray area of humans using AI to write. We see it too and agree that it can feel off, but we\u2019re not going to overcorrect on that now, at least at a sitewide level. We\u2019ll monitor its usage and see what happens as we crack down even more on automated accounts. As always, communities can set their own standards if they want. \nFor better or worse, using AI to write is part of how people will communicate in the future (albeit annoying), so our current focus is to ensure there is a real, live human behind the accounts you\u2019re seeing. Before there was AI slop, there was slop. It\u2019s not a new problem, and it\u2019s one that Reddit, with its voting and moderation system, is better than most at dealing with.\nThings are changing quickly, and we\u2019ll adapt as best we can. We welcome any thoughts and criticism.\nThanks,\nu/spez",
"richtextMedia": [],
"preview": "TL;DR: Reddit is for people \u201cGood bots\u201d will be labeled as [App] We\u2019ll continue to remove spam and bad bot activity Automated or suspicious accounts may be asked to verify that there\u2019s a human behind it We are not doing sitewide human verification We don\u2019t need or want your identity Hi everyone, The"
},
"domain": "self.spez",
"isSpoiler": false,
"isNsfw": false,
"isCommercialCommunication": false,
"isLocked": false,
"isSaved": false,
"isHidden": false,
"isGildable": true,
"isCrosspostable": true,
"isScoreHidden": false,
"isArchived": false,
"isStickied": false,
"isPollIncluded": false,
"poll": null,
"isFollowed": false,
"awardings": [
{
"award": {
"id": "award_thanks_3",
"name": "Thanks",
"tags": [
"award:legacy",
"award:sort:1010"
],
"static_icon_16": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/thanks_16.png",
"dimensions": {
"width": 16,
"height": 16
}
},
"static_icon_24": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/thanks_24.png",
"dimensions": {
"width": 24,
"height": 24
}
},
"static_icon_32": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/thanks_32.png",
"dimensions": {
"width": 32,
"height": 32
}
},
"static_icon_48": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/thanks_48.png",
"dimensions": {
"width": 48,
"height": 48
}
},
"static_icon_64": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/thanks_64.png",
"dimensions": {
"width": 64,
"height": 64
}
}
},
"total": 2
},
{
"award": {
"id": "award_this_3",
"name": "This",
"tags": [
"award:legacy",
"award:sort:1020"
],
"static_icon_16": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/this_16.png",
"dimensions": {
"width": 16,
"height": 16
}
},
"static_icon_24": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/this_24.png",
"dimensions": {
"width": 24,
"height": 24
}
},
"static_icon_32": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/this_32.png",
"dimensions": {
"width": 32,
"height": 32
}
},
"static_icon_48": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/this_48.png",
"dimensions": {
"width": 48,
"height": 48
}
},
"static_icon_64": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/this_64.png",
"dimensions": {
"width": 64,
"height": 64
}
}
},
"total": 2
},
{
"award": {
"id": "award_obsessed_2",
"name": "Obsessed",
"tags": [
"award:legacy",
"award:sort:1140",
"award:sort"
],
"static_icon_16": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/Obsessed_16.png",
"dimensions": {
"width": 16,
"height": 16
}
},
"static_icon_24": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/Obsessed_24.png",
"dimensions": {
"width": 24,
"height": 24
}
},
"static_icon_32": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/Obsessed_32.png",
"dimensions": {
"width": 32,
"height": 32
}
},
"static_icon_48": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/Obsessed_48.png",
"dimensions": {
"width": 48,
"height": 48
}
},
"static_icon_64": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/Obsessed_64.png",
"dimensions": {
"width": 64,
"height": 64
}
}
},
"total": 1
},
{
"award": {
"id": "award_helpful_3",
"name": "Helpful",
"tags": [
"award:sort:1070",
"award:legacy"
],
"static_icon_16": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/Helpful_16.png",
"dimensions": {
"width": 16,
"height": 16
}
},
"static_icon_24": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/Helpful_24.png",
"dimensions": {
"width": 24,
"height": 24
}
},
"static_icon_32": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/Helpful_32.png",
"dimensions": {
"width": 32,
"height": 32
}
},
"static_icon_48": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/Helpful_48.png",
"dimensions": {
"width": 48,
"height": 48
}
},
"static_icon_64": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/Helpful_64.png",
"dimensions": {
"width": 64,
"height": 64
}
}
},
"total": 1
},
{
"award": {
"id": "award_free_bravo",
"name": "Bravo",
"tags": [
"award:quick_give",
"award:unlimited_free",
"award:legacy",
"award:sort:10"
],
"static_icon_16": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/bravo_16.png",
"dimensions": {
"width": 16,
"height": 16
}
},
"static_icon_24": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/bravo_24.png",
"dimensions": {
"width": 24,
"height": 24
}
},
"static_icon_32": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/bravo_32.png",
"dimensions": {
"width": 32,
"height": 32
}
},
"static_icon_48": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/bravo_48.png",
"dimensions": {
"width": 48,
"height": 48
}
},
"static_icon_64": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/bravo_64.png",
"dimensions": {
"width": 64,
"height": 64
}
}
},
"total": 6
},
{
"award": {
"id": "award_free_mindblown",
"name": "Mindblown",
"tags": [
"award:sort:30",
"award:legacy",
"award:unlimited_free",
"award:quick_give"
],
"static_icon_16": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/mindblown_16.png",
"dimensions": {
"width": 16,
"height": 16
}
},
"static_icon_24": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/mindblown_24.png",
"dimensions": {
"width": 24,
"height": 24
}
},
"static_icon_32": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/mindblown_32.png",
"dimensions": {
"width": 32,
"height": 32
}
},
"static_icon_48": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/mindblown_48.png",
"dimensions": {
"width": 48,
"height": 48
}
},
"static_icon_64": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/mindblown_64.png",
"dimensions": {
"width": 64,
"height": 64
}
}
},
"total": 2
}
],
"isContestMode": false,
"distinguishedAs": "ADMIN",
"voteState": "NONE",
"score": 726,
"commentCount": 469,
"authorFlair": null,
"flair": null,
"authorInfo": {
"id": "t2_1w72",
"name": "spez",
"isBlocked": false,
"isCakeDayNow": false,
"attributes": {},
"newIcon": {
"url": "https://styles.redditmedia.com/t5_3k30p/styles/profileIcon_uj015iwx9s7g1.png?frame=1&auto=webp&crop=256%3A256%2Csmart&s=54cdc94b6359f38240017e6737d3c56933e0206b",
"dimensions": {
"width": 256,
"height": 256
}
},
"iconSmall": {
"url": "https://styles.redditmedia.com/t5_3k30p/styles/profileIcon_uj015iwx9s7g1.png?width=50&height=50&frame=1&auto=webp&crop=50%3A50%2Csmart&s=638708ec49d2051716871e62d0b8a9da3b11402c",
"dimensions": {
"width": 50,
"height": 50
}
},
"snoovatarIcon": null,
"profile": {
"isNsfw": false
},
"accountType": "USER"
},
"isThumbnailEnabled": false,
"thumbnail": null,
"media": null,
"moderationInfo": null,
"suggestedCommentSort": null,
"permalink": "/user/spez/comments/1s3ezrc/humans_welcome_bots_must_wear_name_tags/",
"isSelfPost": true,
"postHint": null,
"postEventInfo": null,
"gallery": null,
"profile": {
"redditorInfo": {
"id": "t2_1w72",
"name": "spez",
"prefixedName": "u/spez",
"accountType": "USER"
},
"id": "t5_3k30p",
"description": null,
"subscribersCount": 0,
"isNsfw": false,
"modPermissions": null,
"name": "u_spez",
"styles": {
"icon": "https://styles.redditmedia.com/t5_3k30p/styles/profileIcon_uj015iwx9s7g1.png?width=64&height=64&frame=1&auto=webp&crop=64:64,smart&s=0af32bd27feadee648af9434f5d8ffa782225a45",
"legacyIcon": {
"url": "https://styles.redditmedia.com/t5_3k30p/styles/profileIcon_uj015iwx9s7g1.png?width=256&height=256&frame=1&auto=webp&crop=256:256,smart&s=b3afd3e423e96bcdc7e3c49d60a60a50dc2903aa",
"dimensions": {
"width": 256,
"height": 256
}
},
"legacyPrimaryColor": null
}
},
"outboundLink": {
"url": "https://www.reddit.com/r/u_spez/comments/1s3ezrc/humans_welcome_bots_must_wear_name_tags/",
"expiresAt": "2026-04-29T20:14:43.353299+0000"
},
"adSupplementaryTextRichtext": null,
"callToAction": null,
"upvoteRatio": 0.8608349900596421,
"crowdControlLevel": "OFF",
"isCrowdControlFilterEnabled": false,
"languageCode": "en",
"isTranslatable": false,
"isTranslated": false,
"translatedLanguage": null,
"removedByCategory": null
}
}
}
},
{
"node": {
"id": "t3_1shuo7k",
"createdAt": "2026-04-10T18:19:24.134000+0000",
"editedAt": null,
"postTitle": "Happy Friday. I made this for you. <3",
"url": "https://v.redd.it/3ygaail2neug1",
"content": {
"markdown": "ICYMI: [u/spez](https://www.reddit.com/user/spez/) gave a shout-out to [r/redditstock](https://www.reddit.com/r/redditstock/) in his recent interview with Molly O'Shea. You can watch the full podcast [here](https://youtu.be/iV-nhcDTvdw?si=9SvMVcdqKGNARE4H&t=1).",
"richtext": "{\"document\":[{\"c\":[{\"e\":\"text\",\"t\":\"ICYMI:\\u00a0\"},{\"e\":\"link\",\"t\":\"u/spez\",\"u\":\"https://www.reddit.com/user/spez/\"},{\"e\":\"text\",\"t\":\"\\u00a0gave a shout-out to\\u00a0\"},{\"e\":\"link\",\"t\":\"r/redditstock\",\"u\":\"https://www.reddit.com/r/redditstock/\"},{\"e\":\"text\",\"t\":\"\\u00a0in his recent interview with Molly O'Shea. You can watch the full podcast \"},{\"e\":\"link\",\"t\":\"here\",\"u\":\"https://youtu.be/iV-nhcDTvdw?si=9SvMVcdqKGNARE4H\\u0026t=1\"},{\"e\":\"text\",\"t\":\".\"}],\"e\":\"par\"}]}",
"html": "ICYMI: u/spez gave a shout-out to r/redditstock in his recent interview with Molly O'Shea. You can watch the full podcast here.",
"richtextMedia": [],
"preview": "ICYMI: u/spez gave a shout-out to r/redditstock in his recent interview with Molly O'Shea. You can watch the full podcast here."
},
"domain": "v.redd.it",
"isSpoiler": false,
"isNsfw": false,
"isCommercialCommunication": false,
"isLocked": false,
"isSaved": false,
"isHidden": false,
"isGildable": true,
"isCrosspostable": true,
"isScoreHidden": false,
"isArchived": false,
"isStickied": false,
"isPollIncluded": false,
"poll": null,
"isFollowed": false,
"awardings": [
{
"award": {
"id": "award_wow_2",
"name": "WOW",
"tags": [
"award:sort:1030",
"award:legacy"
],
"static_icon_16": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/Wow_16.png",
"dimensions": {
"width": 16,
"height": 16
}
},
"static_icon_24": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/Wow_24.png",
"dimensions": {
"width": 24,
"height": 24
}
},
"static_icon_32": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/Wow_32.png",
"dimensions": {
"width": 32,
"height": 32
}
},
"static_icon_48": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/Wow_48.png",
"dimensions": {
"width": 48,
"height": 48
}
},
"static_icon_64": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/Wow_64.png",
"dimensions": {
"width": 64,
"height": 64
}
}
},
"total": 1
},
{
"award": {
"id": "award_free_popcorn_2",
"name": "Popcorn",
"tags": [
"award:legacy",
"award:unlimited_free",
"award:sort:50",
"award:quick_give"
],
"static_icon_16": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/Popcorn_16.png",
"dimensions": {
"width": 16,
"height": 16
}
},
"static_icon_24": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/Popcorn_24.png",
"dimensions": {
"width": 24,
"height": 24
}
},
"static_icon_32": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/Popcorn_32.png",
"dimensions": {
"width": 32,
"height": 32
}
},
"static_icon_48": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/Popcorn_48.png",
"dimensions": {
"width": 48,
"height": 48
}
},
"static_icon_64": {
"url": "https://i.redd.it/snoovatar/snoo_assets/marketing/Popcorn_64.png",
"dimensions": {
"width": 64,
"height": 64
}
}
},
"total": 1
}
],
"isContestMode": false,
"distinguishedAs": "ADMIN",
"voteState": "UP",
"score": 225,
"commentCount": 64,
"authorFlair": null,
"flair": {
"type": "text",
"text": "Shitpost",
"richtext": null,
"textColor": "LIGHT",
"template": {
"id": "517c17fe-4526-11f0-ae2e-d24d249831e1",
"isEditable": false,
"backgroundColor": "#B96746"
}
},
"authorInfo": {
"id": "t2_v399waejy",
"name": "rddt_IR",
"isBlocked": false,
"isCakeDayNow": false,
"attributes": {},
"newIcon": {
"url": "https://preview.redd.it/snoovatar/avatars/edc361cb-5286-4cd9-aed6-2dd4df48e1e3-headshot.png?auto=webp&s=4d2066e23caea1d8decf57ecc4a9fee95e210803",
"dimensions": {
"width": 256,
"height": 256
}
},
"iconSmall": {
"url": "https://preview.redd.it/snoovatar/avatars/edc361cb-5286-4cd9-aed6-2dd4df48e1e3-headshot.png?width=50&height=50&auto=webp&s=811fc2e2a7359ef8ba1b6bd82a43a86fba364b86",
"dimensions": {
"width": 50,
"height": 50
}
},
"snoovatarIcon": {
"url": "https://i.redd.it/snoovatar/avatars/edc361cb-5286-4cd9-aed6-2dd4df48e1e3.png",
"dimensions": {
"width": 380,
"height": 600
}
},
"profile": {
"isNsfw": false
},
"accountType": "USER"
},
"isThumbnailEnabled": true,
"thumbnail": {
"url": "https://external-preview.redd.it/eDh3aWJibTJuZXVnMapM5MyCaaJ0FDMytLsuWwagpCW4ARyb8Sqw6kTz5g47.png?width=140&height=140&crop=1%3A1%2Csmart&format=jpg&auto=webp&s=971c05a1e958415c5b49cb5fd00d9176504112f9",
"dimensions": {
"width": 140,
"height": 140
}
},
"media": {
"previewMediaId": "eDh3aWJibTJuZXVnMapM5MyCaaJ0FDMytLsuWwagpCW4ARyb8Sqw6kTz5g47",
"still": {
"source": {
"url": "https://external-preview.redd.it/eDh3aWJibTJuZXVnMapM5MyCaaJ0FDMytLsuWwagpCW4ARyb8Sqw6kTz5g47.png?format=pjpg&auto=webp&s=a720ed50165f4b2c83a6d4a1c66010c4e8698980",
"dimensions": {
"width": 1080,
"height": 1920
}
},
"small": {
"url": "https://external-preview.redd.it/eDh3aWJibTJuZXVnMapM5MyCaaJ0FDMytLsuWwagpCW4ARyb8Sqw6kTz5g47.png?width=108&format=pjpg&auto=webp&s=83a76bed9fc8495e7611c314d1f00ca517569a15",
"dimensions": {
"width": 108,
"height": 192
}
},
"medium": {
"url": "https://external-preview.redd.it/eDh3aWJibTJuZXVnMapM5MyCaaJ0FDMytLsuWwagpCW4ARyb8Sqw6kTz5g47.png?width=216&format=pjpg&auto=webp&s=678fa88e0a3a3c8f96791ecd235278975ec2f852",
"dimensions": {
"width": 216,
"height": 384
}
},
"large": {
"url": "https://external-preview.redd.it/eDh3aWJibTJuZXVnMapM5MyCaaJ0FDMytLsuWwagpCW4ARyb8Sqw6kTz5g47.png?width=320&format=pjpg&auto=webp&s=89acc63f52f757542879e34c28e6d270d88c7aa6",
"dimensions": {
"width": 320,
"height": 568
}
},
"xlarge": {
"url": "https://external-preview.redd.it/eDh3aWJibTJuZXVnMapM5MyCaaJ0FDMytLsuWwagpCW4ARyb8Sqw6kTz5g47.png?width=640&format=pjpg&auto=webp&s=c73269d44c29e7df17c6cd98281f3e5a94499dbd",
"dimensions": {
"width": 640,
"height": 1137
}
},
"xxlarge": {
"url": "https://external-preview.redd.it/eDh3aWJibTJuZXVnMapM5MyCaaJ0FDMytLsuWwagpCW4ARyb8Sqw6kTz5g47.png?width=960&format=pjpg&auto=webp&s=69316dd73ddc2d8b2a2e4629fcd68b6a9ead3a6c",
"dimensions": {
"width": 960,
"height": 1706
}
},
"xxxlarge": {
"url": "https://external-preview.redd.it/eDh3aWJibTJuZXVnMapM5MyCaaJ0FDMytLsuWwagpCW4ARyb8Sqw6kTz5g47.png?width=1080&format=pjpg&auto=webp&s=7ac0b36371b3d843c3cbb103b7e809dd89b81eaf",
"dimensions": {
"width": 1080,
"height": 1920
}
}
},
"obfuscated_still": {
"source": null,
"small": null,
"medium": null,
"large": null,
"xlarge": null,
"xxlarge": null,
"xxxlarge": null
},
"animated": null,
"streaming": {
"hlsUrl": "https://v.redd.it/3ygaail2neug1/HLSPlaylist.m3u8?f=hd%2CsubsAll%2ChlsSpecOrder&v=1&a=1780082083%2CMjAwZTAwNzhlN2I5YjZiYWM4ZjE0OWRlMTExMWUyOTE0OTlkY2VlYzY3OTJmYmUzNjlhYTI3MTVmZmY1NTk2Mw%3D%3D",
"dashUrl": "https://v.redd.it/3ygaail2neug1/DASHPlaylist.mpd?f=hd%2CsubsAll%2ChlsSpecOrder&v=1&a=1780082083%2CZGU4OTQ0YzYyNWZkNGQyZmY0ZmY5NTdiOTQ5ZmM3YzhkZWRlMDljZmE4ZDIyNzVlYWFjZTZhZDlmYzcwNGVjZg%3D%3D",
"scrubberMediaUrl": "https://v.redd.it/3ygaail2neug1/CMAF_96.mp4",
"dimensions": {
"width": 1080,
"height": 1920
},
"duration": 21,
"isGif": false
},
"video": null,
"packagedMedia": {
"muxedMp4s": {
"low": {
"url": "https://packaged-media.redd.it/3ygaail2neug1/muxed-low.mp4?m=DASHPlaylist.mpd&c=wh_ben_en&var=sgpssan&v=1&e=1777496400&s=f0e908dc274127a25b54ca11edb0deb84515b6da"
},
"medium": {
"url": "https://packaged-media.redd.it/3ygaail2neug1/muxed-medium.mp4?m=DASHPlaylist.mpd&c=wh_ben_en&var=sgpssan&v=1&e=1777496400&s=b0c36b347f744f9bcf163521fbc26487d0cb1caf"
},
"high": {
"url": "https://packaged-media.redd.it/3ygaail2neug1/muxed-high.mp4?m=DASHPlaylist.mpd&c=wh_ben_en&var=sgpssan&v=1&e=1777496400&s=5c5342658d09dcacae26bdafbf32d734b1280d45"
},
"highest": {
"url": "https://packaged-media.redd.it/3ygaail2neug1/muxed.mp4?m=DASHPlaylist.mpd&c=wh_ben_en&var=sgpssan&v=1&e=1777496400&s=3eb280dc07de47b0a78938396247056bc4bf74fd"
},
"recommended": null
}
},
"typeHint": "VIDEO",
"download": {
"url": "https://packaged-media.redd.it/3ygaail2neug1/dl/m2-res_1280p.mp4?m=DASHPlaylist.mpd&v=1&e=1777496400&s=a4f57a21c9478f8598c02ce9deb7a7f6d458eed2"
}
},
"moderationInfo": null,
"suggestedCommentSort": null,
"permalink": "/r/redditstock/comments/1shuo7k/happy_friday_i_made_this_for_you_3/",
"isSelfPost": false,
"postHint": "HOSTED_VIDEO",
"postEventInfo": null,
"gallery": null,
"subreddit": {
"id": "t5_4x7l6b",
"name": "redditstock",
"prefixedName": "r/redditstock",
"isQuarantined": false,
"title": "redditstock",
"type": "PUBLIC",
"subscribersCount": 15164,
"isNsfw": false,
"isSubscribed": false,
"isThumbnailsEnabled": true,
"styles": {
"icon": "https://styles.redditmedia.com/t5_4x7l6b/styles/communityIcon_tofdifo8b35f1.png?width=64&height=64&frame=1&auto=webp&crop=64:64,smart&s=50616620b853f74bcfd459469d109216f34a1a3b",
"legacyIcon": null,
"primaryColor": null,
"bannerBackgroundImage": "https://styles.redditmedia.com/t5_4x7l6b/styles/bannerBackgroundImage_6g3j0rkwkp5f1.png",
"legacyPrimaryColor": null
},
"modPermissions": null,
"communityStatus": {
"description": {
"markdown": " ",
"richtext": "{\"document\":[{\"c\":[{\"e\":\"text\",\"t\":\"\\u00a0\"}],\"e\":\"par\"}]}"
},
"emoji": {
"name": "upvote",
"url": "https://emoji.redditmedia.com/ad1td4bx9ezz_t5_3nqvj/upvote"
}
},
"isTitleSafe": true,
"isUserBanned": false,
"tippingStatus": null,
"whitelistStatus": "ALL_ADS"
},
"outboundLink": {
"url": "https://v.redd.it/3ygaail2neug1",
"expiresAt": "2026-04-29T20:14:43.336388+0000"
},
"upvoteRatio": 0.9828326180257511,
"crowdControlLevel": "OFF",
"isCrowdControlFilterEnabled": false,
"languageCode": "en",
"isTranslatable": false,
"isTranslated": false,
"translatedLanguage": null,
"removedByCategory": null,
"crosspostRoot": null
}
},
{
"node": {
"id": "t3_1sz4qu8",
"createdAt": "2026-04-29T17:01:18.577000+0000",
"editedAt": null,
"postTitle": "Video Post",
"url": "https://v.redd.it/w6knepjsu5yg1",
"content": {
"markdown": "Video Post body",
"richtext": "{\"document\":[{\"c\":[{\"e\":\"text\",\"t\":\"Video Post body\"}],\"e\":\"par\"}]}",
"html": "Video Post body",
"richtextMedia": [],
"preview": "Video Post body"
},
"domain": "v.redd.it",
"isSpoiler": false,
"isNsfw": false,
"isCommercialCommunication": false,
"isLocked": false,
"isSaved": true,
"isHidden": false,
"isGildable": false,
"isCrosspostable": true,
"isScoreHidden": false,
"isArchived": false,
"isStickied": false,
"isPollIncluded": false,
"poll": null,
"isFollowed": false,
"awardings": [],
"isContestMode": false,
"distinguishedAs": null,
"voteState": "UP",
"score": 1,
"commentCount": 0,
"authorFlair": {
"text": "Power User",
"richtext": "[{\"e\":\"text\",\"t\":\"Power User\"}]",
"textColor": "DARK",
"template": {
"id": null,
"backgroundColor": null
}
},
"flair": null,
"authorInfo": {
"id": "t2_29onm7dc32",
"name": "Motor_Tip8865",
"isBlocked": false,
"isCakeDayNow": false,
"attributes": {},
"newIcon": {
"url": "https://www.redditstatic.com/avatars/defaults/v2/avatar_default_6.png",
"dimensions": {
"width": 256,
"height": 256
}
},
"iconSmall": {
"url": "https://www.redditstatic.com/avatars/defaults/v2/avatar_default_6.png",
"dimensions": {
"width": 256,
"height": 256
}
},
"snoovatarIcon": null,
"profile": {
"isNsfw": false
},
"accountType": "USER"
},
"isThumbnailEnabled": true,
"thumbnail": {
"url": "https://external-preview.redd.it/ZzRtampyeXN1NXlnMbksDiHyPp67uFGpdCsS-g8bVsUGU01HF4Ao44c_qV__.jpeg?width=140&height=78&format=jpg&auto=webp&s=8fd37d6c5fd2ef23153dcbc560ff15850af482a7",
"dimensions": {
"width": 140,
"height": 78
}
},
"media": {
"previewMediaId": "ZzRtampyeXN1NXlnMbksDiHyPp67uFGpdCsS-g8bVsUGU01HF4Ao44c_qV__",
"still": {
"source": {
"url": "https://external-preview.redd.it/ZzRtampyeXN1NXlnMbksDiHyPp67uFGpdCsS-g8bVsUGU01HF4Ao44c_qV__.jpeg?format=pjpg&auto=webp&s=8989c994656884197d579b17a03a0803757d2e87",
"dimensions": {
"width": 854,
"height": 480
}
},
"small": {
"url": "https://external-preview.redd.it/ZzRtampyeXN1NXlnMbksDiHyPp67uFGpdCsS-g8bVsUGU01HF4Ao44c_qV__.jpeg?width=108&format=pjpg&auto=webp&s=6d30baf39a61b25c9c7e279d840f011a3fc840d1",
"dimensions": {
"width": 108,
"height": 60
}
},
"medium": {
"url": "https://external-preview.redd.it/ZzRtampyeXN1NXlnMbksDiHyPp67uFGpdCsS-g8bVsUGU01HF4Ao44c_qV__.jpeg?width=216&format=pjpg&auto=webp&s=0de234b40e3d6116fe4ef3f3a4ba149069f2b623",
"dimensions": {
"width": 216,
"height": 121
}
},
"large": {
"url": "https://external-preview.redd.it/ZzRtampyeXN1NXlnMbksDiHyPp67uFGpdCsS-g8bVsUGU01HF4Ao44c_qV__.jpeg?width=320&format=pjpg&auto=webp&s=aad74cca05e2bf986212932bf5ca3a2f6b4270c3",
"dimensions": {
"width": 320,
"height": 179
}
},
"xlarge": {
"url": "https://external-preview.redd.it/ZzRtampyeXN1NXlnMbksDiHyPp67uFGpdCsS-g8bVsUGU01HF4Ao44c_qV__.jpeg?width=640&format=pjpg&auto=webp&s=ff555030247ccd14352283f7eb705f09ff5af842",
"dimensions": {
"width": 640,
"height": 359
}
},
"xxlarge": null,
"xxxlarge": null
},
"obfuscated_still": {
"source": null,
"small": null,
"medium": null,
"large": null,
"xlarge": null,
"xxlarge": null,
"xxxlarge": null
},
"animated": null,
"streaming": {
"hlsUrl": "https://v.redd.it/w6knepjsu5yg1/HLSPlaylist.m3u8?f=sd%2CsubsAll%2ChlsSpecOrder&v=1&a=1780082083%2CYTljMTdhZmFjZjIwNTM2YmFmYzA3MDAyOWNmYWY3M2ZhMTI4NDRmYzI3YjM2YzdmNzlhODJlMGQxMGE5N2FiZQ%3D%3D",
"dashUrl": "https://v.redd.it/w6knepjsu5yg1/DASHPlaylist.mpd?f=sd%2CsubsAll%2ChlsSpecOrder&v=1&a=1780082083%2CYTBjMGJjODdhN2I2MDhhMjZiNWU4ODA2YjgwNTI0NTJlYTdjZDRiMzFhOWVjMmUzNjIxMjcwNWRlOTUxZTAwZQ%3D%3D",
"scrubberMediaUrl": "https://v.redd.it/w6knepjsu5yg1/CMAF_96.mp4",
"dimensions": {
"width": 854,
"height": 480
},
"duration": 67,
"isGif": false
},
"video": null,
"packagedMedia": {
"muxedMp4s": {
"low": {
"url": "https://packaged-media.redd.it/w6knepjsu5yg1/muxed-low.mp4?m=DASHPlaylist.mpd&v=1&e=1777496400&s=52b4e888ab5e980cdb685938259b546fdebd42a1"
},
"medium": {
"url": "https://packaged-media.redd.it/w6knepjsu5yg1/muxed-medium.mp4?m=DASHPlaylist.mpd&v=1&e=1777496400&s=9fe25e09e756623e340a8770534793678b1fbdcc"
},
"high": {
"url": "https://packaged-media.redd.it/w6knepjsu5yg1/muxed-high.mp4?m=DASHPlaylist.mpd&v=1&e=1777496400&s=a6221484d002d9c04fef19c1f74c8b7bd2921e0c"
},
"highest": {
"url": "https://packaged-media.redd.it/w6knepjsu5yg1/muxed.mp4?m=DASHPlaylist.mpd&v=1&e=1777496400&s=96503c2da53cd3d9d8cc7de649ef5884a7b4f321"
},
"recommended": null
}
},
"typeHint": "VIDEO",
"download": {
"url": "https://packaged-media.redd.it/w6knepjsu5yg1/dl/m2-res_480p.mp4?m=DASHPlaylist.mpd&v=1&e=1777507200&s=0fd5e90658d524b4b043d7ff25957bf3703f0e6e"
}
},
"moderationInfo": {
"modReports": [],
"userReports": [],
"modQueueTriggers": [],
"modQueueReasons": [],
"verdict": "MOD_APPROVED",
"verdictAt": "2026-04-29T17:01:46.744000+0000",
"verdictByRedditorInfo": {
"id": "t2_29onm7dc32",
"name": "Motor_Tip8865",
"isBlocked": false,
"isCakeDayNow": false,
"attributes": {},
"newIcon": {
"url": "https://www.redditstatic.com/avatars/defaults/v2/avatar_default_6.png",
"dimensions": {
"width": 256,
"height": 256
}
},
"iconSmall": {
"url": "https://www.redditstatic.com/avatars/defaults/v2/avatar_default_6.png",
"dimensions": {
"width": 256,
"height": 256
}
},
"snoovatarIcon": null,
"profile": {
"isNsfw": false
},
"accountType": "USER"
},
"verdictReason": null,
"banReason": null,
"reportCount": 0,
"isReportingIgnored": false,
"isRemoved": false,
"lastAuthorModNote": {
"label": "USER_SUMMARY"
}
},
"suggestedCommentSort": null,
"permalink": "/r/RedCrawlerAPI/comments/1sz4qu8/video_post/",
"isSelfPost": false,
"postHint": "HOSTED_VIDEO",
"postEventInfo": null,
"gallery": null,
"subreddit": {
"id": "t5_hmeujo",
"name": "RedCrawlerAPI",
"prefixedName": "r/RedCrawlerAPI",
"isQuarantined": false,
"title": "RedCrawlerAPI",
"type": "PUBLIC",
"subscribersCount": 2,
"isNsfw": false,
"isSubscribed": true,
"isThumbnailsEnabled": true,
"styles": {
"icon": "https://styles.redditmedia.com/t5_hmeujo/styles/communityIcon_ivw182y793yg1.png?width=64&height=64&frame=1&auto=webp&crop=64:64,smart&s=186174278f92e8219768a31d85af2562491f2df8",
"legacyIcon": null,
"primaryColor": "#4C8CFF",
"bannerBackgroundImage": "https://styles.redditmedia.com/t5_hmeujo/styles/bannerBackgroundImage_vp8r92y793yg1.png",
"legacyPrimaryColor": null
},
"modPermissions": {
"isAccessEnabled": true,
"isPostEditingAllowed": true,
"isAllAllowed": true,
"isConfigEditingAllowed": true
},
"communityStatus": null,
"isTitleSafe": false,
"isUserBanned": false,
"tippingStatus": null,
"whitelistStatus": "NO_ADS"
},
"outboundLink": {
"url": "https://v.redd.it/w6knepjsu5yg1",
"expiresAt": "2026-04-29T20:14:43.336416+0000"
},
"upvoteRatio": 1,
"crowdControlLevel": "OFF",
"isCrowdControlFilterEnabled": false,
"languageCode": "und",
"isTranslatable": false,
"isTranslated": false,
"translatedLanguage": null,
"removedByCategory": null,
"crosspostRoot": null
}
}
],
"count": 3,
"feed_type": "upvoted"
},
"error": null,
"meta": {
"vault_expires_at": "2026-04-30T07:47:21.906002+00:00",
"vault_remaining": "12h 32m"
},
"timestamp": "2026-04-29T19:14:44.093233+00:00"
}