//接口 · Reddit
Reddit 帖子数据, 按 id 或 URL 取
任何话题在 Reddit 上都有未经过滤的真实说法,可 2023 年 API 一改,程序化取数就难了。这个接口把任意公开帖子转成 JSON:标题、正文、分数、赞同比例、作者、评论数,每次调用 1 credit。
免费开始7 天免费试用
你会拿到的字段
id
title
body
author
score
upvote_ratio
num_comments
url
created_utc
subreddit
is_self
link_url
返回什么
{
"id": "1abc234",
"title": "What we learned moving to typed endpoints",
"body": "After six months we moved our collection jobs…",
"author": "dev_marlow",
"score": 1243,
"upvote_ratio": 0.94,
"num_comments": 187,
"subreddit": "programming",
"created_utc": "2026-07-18T15:30:00Z",
"is_self": true
}常见问题
不需要。接口用 Anysite API key 鉴权,不用注册 Reddit 应用,不走 OAuth,也不用逐个用户的 token。Anysite 这边不限制商业用途;具体到你的场景,请自行核对 Reddit 的条款。