Reddit Shadowban Checker avatar
Reddit Shadowban Checker

Pricing

Pay per event

Go to Apify Store
Reddit Shadowban Checker

Reddit Shadowban Checker

Reddit Shadowban Checker & Tester A tool that checks if a reddit account is banned. Enter your username and this actor will check if you reddit account is banned.

Pricing

Pay per event

Rating

5.0

(1)

Developer

Iskandar Souissi

Iskandar Souissi

Maintained by Community

Actor stats

2

Bookmarked

45

Total users

4

Monthly active users

2 days ago

Last modified

Share

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

  1. Register a free account and you can test this actor for free no card required.
  2. Go to the main page of this actor and fill your username.
  3. 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.

FieldTypeDescription
usernamesArrayA 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

  1. Integrate it into an automated Reddit system to monitor account health and instantly flag shadowbanned or restricted accounts.

  2. Quickly check if your personal Reddit account is shadowbanned, limited, or hidden from other users.

  3. 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.