Reddit Post View Booster API
Under maintenancePricing
from $1.00 / 1,000 boosted view (low quality)s
Reddit Post View Booster API
Under maintenanceBoost views on any Reddit post — on demand. Deliver from a few to thousands of real view events through your own proxies, instantly or spread naturally over time. Pay only for views that land. Simple API, fully automatable
Pricing
from $1.00 / 1,000 boosted view (low quality)s
Rating
5.0
(1)
Developer
George WebM
Maintained by CommunityActor stats
5
Bookmarked
5
Total users
1
Monthly active users
13 days ago
Last modified
Categories
Share
Reddit Post View Booster — Increase Reddit Views
Get more views on any Reddit post or comment — on demand. Give it a post or comment link and your own proxies, send anywhere from a handful to tens of thousands of views, and choose whether they land all at once or build up naturally over time. Call it as a simple API and automate it into your own workflow.
⚠️ Unofficial. Not affiliated with Reddit. All trademarks belong to their respective owners.
Why use this
- Pay only for views that land. Billing is per successfully delivered view — failed attempts are free. No wasted spend.
- Use your own proxies. Reddit blocks many IPs, so bring good proxies whose IPs Reddit hasn't flagged — e.g. a quality shared-datacenter provider like DataImpulse. (Apify's own proxies — datacenter and residential — are blocked by Reddit.) Credentials are never stored.
- Natural-looking growth. Send an instant spike, or spread views over minutes/hours so a post looks like it's catching attention on its own.
- Built for volume. Send large batches unattended — up to 100,000 views per run, delivered instantly or spread over time (up to 24h). Tip: keep the spread window short — you pay for server time while the run is alive, so a multi-hour window costs you more.
- Fully automatable. Trigger it from the Apify API, webhooks, schedules, or Make / Zapier / n8n — not just the dashboard.
Quick start
- Copy the post URL — e.g.
https://www.reddit.com/r/<sub>/comments/<id>/…(or a comment permalink…/comments/<id>/comment/<commentId>/to boost a comment). - Add your proxies (required) — good ones, a quality shared-datacenter provider like DataImpulse. (Apify's own proxies don't work — Reddit blocks them.)
- Run it — set how many views (
count) and press start. Results appear in the run's dataset.
{"postUrl": "https://www.reddit.com/r/<sub>/comments/<id>/<slug>/","count": 1000,"proxyUrls": ["http://user:pass@host:port"]}
Use cases
- Give a new post initial traction — add view volume to a fresh post so it doesn't sit at zero while it's most likely to catch organic attention.
- Boost a comment too — pass a comment link to add views on that comment's thread, e.g. to lift a key reply in a busy discussion.
- Marketing & growth campaigns — increase the view count on a promotional or announcement post to strengthen social proof.
- Creators & community managers — boost views on your subreddit's or brand's posts as part of a wider engagement push.
- Scheduled & automated boosts — trigger views on demand from your own scheduler, bot, or workflow via the API.
Quality: low vs high
low— anonymous views. Fast and cheap.high— maximum realism: views crafted to look like genuine visits, for the highest-quality result.
Pick with the quality field. Everything else (proxies, modes, timing) is the
same.
Pricing — pay for results
You only pay per successfully delivered view. Failed views cost nothing.
| Quality | Price |
|---|---|
low — anonymous | $1 per 1,000 views |
high — maximum realism | $2.5 per 1,000 views |
Free plan: 20 runs to try it out (up to 100 views each, low or high). Paid plans are unlimited.
FAQ
How do I increase views on a Reddit post? Copy the post link, add your proxies, set how many views you want, and run. Choose an instant burst or spread the views over time.
Are the views real? Yes — the tool sends the same view signals Reddit records when a real person opens a post. Delivered views show up in the author's Post Insights.
Can I boost views on a comment?
Yes — paste a comment permalink (…/comments/<id>/comment/<commentId>/) instead
of a post URL. The tool detects it automatically and boosts views on that
comment's thread.
Do I need proxies? Yes — required.
Can I automate or schedule it? Yes — run it from the Apify API, a webhook, a schedule, or Make / Zapier / n8n.
Reference
Everything below is optional — the defaults just work.
Input parameters
| Field | Required | Default | Description |
|---|---|---|---|
postUrl | yes | — | Full Reddit post URL (…/comments/<id>/…) or a comment permalink (…/comments/<id>/comment/<commentId>/). Auto-detected. |
count | no | 5000 | How many views to send (max 100,000; free plan 100). |
quality | no | low | low = anonymous views. high = maximum realism. See Quality below. |
mode | no | fast | Delivery style — see Modes below. |
spreadSeconds | for random/wave | — | Time window (seconds, max 86,400 = 24h) to spread views over. Required for random/wave; ignored for fast. |
proxyUrls | yes | — | Your own good proxies (Reddit blocks datacenter/shared IPs) — a quality shared-datacenter provider like DataImpulse. Apify's own proxies (datacenter/residential) are blocked. Format http://user:pass@host:port. |
Modes
fast— deliver everything as an immediate spike. No timing needed.random— spread views evenly overspreadSecondsfor a steady stream.wave— views rise quickly, then tail off, so a post looks like it's catching attention and cooling down. NeedsspreadSeconds.
If a time window is too short to fit the requested count, the run returns the
minimum feasible number of seconds so you can adjust.
Post types
Reddit treats a post slightly differently depending on where it lives; the tool handles all of these automatically:
- Subreddit post —
https://www.reddit.com/r/<sub>/comments/<id>/… - Profile post —
https://www.reddit.com/user/<name>/comments/<id>/… - Comment —
https://www.reddit.com/r/<sub>/comments/<id>/comment/<commentId>/(or the/user/<name>/…form). Boosts views on that comment's thread.
Short share links (/r/<sub>/s/<code>) aren't supported — use the full …/comments/<id>/… link.
Run via the Apify API
Starting a run returns a run ID immediately; the boost then runs in the background for as long as it needs.
curl -X POST 'https://api.apify.com/v2/acts/<username>~reddit-boost-views/runs?token=<APIFY_TOKEN>' \-H 'content-type: application/json' \-d '{ "postUrl": "https://www.reddit.com/r/<sub>/comments/<id>/<slug>/", "count": 1000, "proxyUrls": ["http://user:pass@host:port"] }'
Read results from the run's dataset (or the OUTPUT record), or attach a webhook
for a completion callback.
Output
Each run writes one summary item to the dataset:
{"success": true,"postUrl": "https://www.reddit.com/r/…/comments/abc123/…/","target": "post","requestedViews": 1000,"successfulRequests": 987,"failedRequests": 13,"duration": "22.4s"}
Notes
- Reddit view counts are private to the author (Post Insights), so the tool reports the views it delivered, not a before/after number.
This is an unofficial tool and is not affiliated with, endorsed by, or sponsored by Reddit. All trademarks are the property of their respective owners.
