--- title: 'Reddit' description: 'Access subreddits, posts, comments, and user data via the Reddit API.' --- # Reddit Access subreddits, posts, comments, and user data via the Reddit API. | Detail | Value | |---|---| | Category | Social Media | | Base URL | `https://oauth.reddit.com` | | Authentication | OAuth2 | | Endpoints | 6 | | Connector key | `reddit` | ## Using Reddit in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Reddit** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /api/v1/me](./get_api_v1_me_social_getme) | Get authenticated user | | [GET /r/{subreddit}/hot](./get_r_subreddit_hot_social_gethotposts) | Get hot posts | | [POST /api/submit](./post_api_submit_social_submitpost) | Submit a post | | [POST /api/comment](./post_api_comment_social_createcomment) | Post a comment | | [GET /search](./get_search_social_search) | Search Reddit | | [GET /r/{subreddit}/about](./get_r_subreddit_about_social_getsubredditinfo) | Get subreddit info | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.