Need test users for my SaaS

So I've been building a pay-per-call REST API for Reddit for quite some time now, and now that it's finally ready, I’m looking for a few folks to test it out and share feedback.

A few reasons why I built this:

  • Reddit’s official API is practically inaccessible for normal developers and indie hackers.
  • Even if you do get access, the commercial tier starts at around $12K/year, which is insanely expensive for small teams.
  • There are barely any solid alternatives — no reliable Apify actors, no good RapidAPI options, and most unofficial solutions are unstable or abandoned.
  • The whole setup process around approvals, OAuth, and app reviews creates unnecessary friction for simple use cases.

So I decided to build a simple pay-per-call API with straightforward pricing and no unnecessary barriers.
You can dm me for the link of the app, Thanks.

reddit.com
u/Ok-Establishment9204 — 3 months ago
▲ 5 r/n8n+2 crossposts

[Help] Looking for n8n users to test a Reddit data integration sharing workflow code

Hey n8n folks,

Saw the recent post here about Reddit API access pain post earlier this week). Hit the same wall building n8n workflows that needed Reddit data.

Built (well, my friend Emma built) a workflow integration that uses a pay-per-call REST API for Reddit instead of trying to wrangle the official one. Sharing because the n8n use case is the cleanest fit I’ve found.

Here’s the example workflow code that goes into an n8n HTTP Request node:

GitHub Gist: https://gist.github.com/druvkotwani/081196cf66fc0c6bfe2951bf69587691

What the workflow does:
- Fetches the latest 50 posts from any subreddit (1 HTTP Request node, GET endpoint)
- Filters by keyword in title (Set/Filter node)
- Sends matching posts to Slack as new messages (Slack node)
- Total cost per run: ~$0.10 at $0.002/read

How it works:

  1. You OAuth into Reddit once via the /api/reddit/login endpoint (your account, your rate limits)
  2. n8n HTTP Request node hits the REST endpoints
  3. Response is clean JSON (`{posts: [...], after: “...“}`) — no Reddit-internal envelope unwrapping needed
  4. Pay-per-call ($0.002 read / $0.012 write / $0.025 DM), no monthly subscription

Emma is opening beta to 30 design partners this week. Especially looking for n8n users with real workflow use cases. $25 free credit covers ~12K reads.

If anyone here wants to try it for an n8n workflow you’ve been blocked on, DM emma@redditapis.com she’ll send the beta code.

u/Ok-Establishment9204 — 3 months ago