How to check if your reddit account is shadowbanned
Reddit Shadow Ban Checker
This Apify Actor checks a list of Reddit usernames to determine if they are shadowbanned.
๐ Features
- Bulk Checking: Input a list of thousands of usernames.
- No Login or Proxies are needed: You can just run the actor without any credentials or proxies.
- Simple Output: Returns a clean output that you can view or export.
How to use it
- Register a free account and you can test this actor for free no card required.
- Go to the main page of this actor and fill your username.
- You will find all the results in the Output tab where you can export it in any format.
๐ฅ Input
The input is a JSON object with a list of usernames.
| Field | Type | Description |
|---|---|---|
usernames |
Array | A list of Reddit usernames (without "u/") to check. |
Input Example
{
"usernames": [
"Imbanned",
"ImNotBanned"
]
}
๐ค Output
The actor stores results in the default Apify dataset.
Output Example
[
{
"username": "ImNotBanned",
"is_shadowbanned": false
},
{
"username": "Imbanned",
"is_shadowbanned": true
}
]
User Cases
-
Integrate it into an automated Reddit system to monitor account health and instantly flag shadowbanned or restricted accounts.
-
Quickly check if your personal Reddit account is shadowbanned, limited, or hidden from other users.
-
Make a Reddit shadowban check bot to verify any usernameโs visibility and status in seconds.
โ ๏ธ Note on Reddit Bans
To an outside observer (including this scraper), a Shadowban, a Permanent Suspension, and a Deleted Account often look identical. This actor flags all of these as is_shadowbanned: true.