📚 How to Get Reddit API Credentials

Follow these simple steps to set up your Reddit API access

1

Go to Reddit Apps Page

Visit reddit.com/prefs/apps

💡 Make sure you're logged into your Reddit account

Reddit Apps Page
2

Create a New App

Click the "Create App" or "Create Another App" button at the bottom of the page

Reddit Apps Page with Create Button
3

Fill in App Details

Name:

Any name you like (e.g., "My Reddit Tools")

App type:

Select "script"

Description:

Optional (can leave blank)

About URL:

Optional (can leave blank)

Redirect URI:

Enter: http://localhost:8080

⚠️ Important: Make sure to select "script" as the app type!

Create App Form
4

Get Your Credentials

After creating the app, you'll see your credentials:

Client ID:

The string under your app name (looks like: abc123XYZ)

Client Secret:

The string labeled "secret" (longer string)

Reddit API Credentials
5

Configure in Settings

Go to the Settings page and enter your credentials:

  • Paste your Client ID
  • Paste your Client Secret

❓ Frequently Asked Questions

Why do I need Reddit API credentials?

Reddit requires API credentials to access their data. This ensures proper usage and rate limiting.

Is it safe to use my Reddit credentials?

Yes! Your credentials are stored securely in our database and are only used to make API requests on your behalf. We never access your Reddit password.

What if I don't have a Reddit account?

You'll need to create a free Reddit account at reddit.com before you can create API credentials.

Can I use the same credentials for multiple tools?

Yes! Once you configure your credentials in Settings, they'll work for all tools on this platform.

Still need help? Check the Settings page for more information