reddit_post
Retrieve a normalized Reddit post by ID. Optionally include public engagement metrics such as net score, upvote ratio, comment count, awards, and estimated upvote/downvote totals.
Instructions
Get Reddit post. Returns a normalized public Reddit post. The default 1-credit mode uses RSS. Set include_metrics=true to use the anonymous HTML post page as the sole content request and return public net score, upvote ratio, comment count, award count, and estimated upvote/downvote totals for 3 credits. Reddit fuzzes voting data, so estimates are approximate; share, repost/crosspost, and view counts are not exposed anonymously.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Reddit post id or t3_ id | |
| include_metrics | No | Include public engagement metrics; costs 3 credits instead of 1 |