zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Social Media/Reddit
Logo Reddit

Reddit

Browse subreddits, users, and post discussions.

3 endpoints3 endpoints on this scraper5 calls5 calls so farupdated 2 months agoLast updated 8/6/2026, 11:23:21 AMllms.txt
Endpoints3

2/3 passing
checked 21 hours ago · daily 01:00 WIB

User

Fetch a user profile and submissions.

GET/v1/social-media:reddit/user/:username5m cache2 paramschecking key…
Parameters
Path
usernamestringrequired

Reddit username (without the u/ prefix)

Query
afterstring

Cursor from a previous response's after field

·
Response

Ready to send

Fill in the parameters and hit Send to see the live response here.

Code

User
index.ts
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("social-media:reddit", "user", {
  "username": "spez",
  "after": "t3_1vdnb3e"
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

3 endpoints · plain text
GET
User/v1/social-media:reddit/user/:username
2 params

Fetch a user profile and submissions.

Parameters

usernamestringrequiredin path
Reddit username (without the u/ prefix)
afterstringoptional
Cursor from a previous response's after field

Request

curl -X GET "https://api.zpi.web.id/v1/social-media:reddit/user/spez?after=t3_1vdnb3e" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

null
GET
Post/v1/social-media:reddit/post/:postId
3 params

Fetch a post and its comment discussion.

Parameters

postIdstringrequiredin path
Reddit post ID, or a full reddit.com post URL
substringoptional
Subreddit, only needed when it cannot be read from a URL
limitnumberoptional
Max comments to return. Default 100

Request

curl -X GET "https://api.zpi.web.id/v1/social-media:reddit/post/1vg555b?sub=programming&limit=50" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

null
GET
Subreddit/v1/social-media:reddit/subreddit/:sub
4 params

Fetch posts from a subreddit.

Parameters

substringrequiredin path
Subreddit name (without the /r/ prefix)
sortenumoptional
Listing sort order. Default hot Values: hot, new, top, rising.
timeenumoptional
Time window, only meaningful when sort=top Values: hour, day, week, month, year, all.
afterstringoptional
Cursor from a previous response's after field

Request

curl -X GET "https://api.zpi.web.id/v1/social-media:reddit/subreddit/programming?sort=hot&time=week&after=t3_1vdnb3e" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

null

Related APIs

More in social-media

Instagram Scraper

social-mediainstagram-scraper

Dapatkan data profile, postingan dan lainnya dengan lengkap dan konsisten.

59.9K59.9K calls so far15mResponses cached for 15m
Busy: 10+ calls so far

TikTok Scraper

social-mediatiktok-scraper

Dapatkan data profile, postingan, comment, dan lainnya dengan lengkap dan konsisten.

42.7K42.7K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

Youtube Scraper

social-mediayoutube-scraper

Dapatkan data profile, postingan, comment, dan lainnya dengan lengkap dan konsisten.

159159 calls so far30mResponses cached for 30m
Busy: 10+ calls so far

Kaskus

social-mediakaskus

Forum komunitas terbesar Indonesia (kaskus.co.id). Akses detail thread + balasan, daftar thread per sub-forum, pencarian, dan profil user.

115115 calls so far6hResponses cached for 6h
Busy: 10+ calls so far

GitHub User

social-mediagithub-user

Fetch public profile information for a GitHub user.

7373 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Telegram Channel

social-mediatelegram-channel

Fetch public Telegram channel preview information.

5454 calls so far30mResponses cached for 30m
Busy: 10+ calls so far
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportStatusReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.