概览

Reddit API 套件提供多种类型的 API,每种 API 旨在满足不同的 Reddit 数据采集需求。以下是这些 API 之间的交互方式概览,基于可用的功能:

帖子 API

通过 URL 采集

该 API 允许用户使用提供的 URL 检索特定 Reddit 帖子的详细数据。 输入参数
URL
string
required
需要检索的 Reddit 帖子 URL。
输出结构:
包含全面的数据点:
  • 帖子详情:
    post_idurltitledescriptionnum_commentsdate_postedtagrelated_postscommentsphotosvideos
    查看所有数据点,请点击这里
  • 用户详情:
    user_posted
  • 社区详情:
    community_namecommunity_urlcommunity_descriptioncommunity_members_numcommunity_rank
  • 互动指标:
    num_upvotes
该 API 可高效获取 Reddit 帖子信息,包括用户互动数据、社区详情及多媒体内容,支持高级分析和内容跟踪。

通过关键词发现

该 API 允许用户通过特定关键词发现 Reddit 帖子,并可选择按日期筛选和设置要检索的帖子数量。 输入参数
keyword
string
required
用于搜索相关帖子的关键词。
date
string
required
过滤帖子发布时间,以确保结果符合指定时间范围。
num_of_posts
number
需要采集的帖子数量。如果未提供,则默认检索所有符合条件的帖子。
输出结构:
包含全面的数据点:
  • 帖子详情:
    post_idurluser_postedtitledescriptionnum_commentsdate_postedtagrelated_postscomments
    查看所有数据点,请点击这里
  • 社区详情:
    community_namecommunity_urlcommunity_descriptioncommunity_members_numcommunity_rank
  • 媒体详情:
    photosvideos
该 API 使用户能够高效发现并分析与特定关键词相关的 Reddit 帖子,提供关于社区讨论、帖子热度及相关媒体内容的宝贵洞察。

通过 Subreddit URL 发现

该 API 允许用户使用 Subreddit URL 检索特定 Subreddit 中的帖子,并可选择基于特定标准对结果进行排序。 输入参数
URL
string
required
需要采集帖子的 Subreddit URL。
sort_by
string
确定帖子排序方式(例如 newtophot)。
输出结构:
包含全面的数据点:
  • 帖子详情:
    post_idurluser_postedtitledescriptionnum_commentsdate_postedtagrelated_postscomments
    查看所有数据点,请点击这里
  • 社区详情:
    community_namecommunity_urlcommunity_descriptioncommunity_members_numcommunity_rank
  • 媒体详情:
    photosvideos
该 API 提供了一种简化方式来探索和分析 Subreddit 内的帖子,帮助深入了解帖子内容、社区动态及相关媒体文件,非常适合监控 Subreddit 活动或提取帖子级别的数据进行进一步分析。

评论 API

通过 URL 收集

该 API 允许用户从特定的 Reddit 帖子或评论 URL 采集详细的评论数据,并可选择根据发布时间筛选评论。 输入参数
URL
string
required
要获取评论的 Reddit 帖子或评论的 URL。
days_back
number
仅采集指定天数内发布的所有评论。
输出结构
包含全面的数据点:
  • 评论详情
    comment_id, user_posted, comment, date_posted, replies, num_upvotes, num_replies
    所有数据点,请点击这里
  • 帖子详情
    post_url, post_id, post_language, post_state, post_type, images
  • 社区详情
    community_name, community_url, community_description, community_members_num, community_rank
  • 帖子属性
    is_moderator, is_pinned, has_bot_in_username, is_locked, is_admin_post, is_archived_post, is_moderator_post, is_quarantined_post, is_not_safe_for_work_post, is_eligible_for_content_blocking_post, is_promoted_post
该 API 提供对 Reddit 评论及其关联帖子的全面洞察,帮助用户有效分析互动情况、用户活动和内容趋势。