Skip to main content
GET
Get Results
Retrieve scraped data from your Reddit Scraper runs. Each result row represents a post, comment, user profile, or subreddit — indicated by the type field.

Headers

string
required
Your API authentication token. Value: Token YOUR_API_KEY

Query Parameters

string
required
Hash of the squid to get results from
string
Hash of a specific run (optional)
integer
Page number (default: 1). Example: 1

Result Fields

Each result object contains the following fields:
string
Row type: post for the post itself, comment for a comment, user for a user profile, subreddit for subreddit metadata. Example: post
string
Canonical URL of the Reddit post. Example: https://www.reddit.com/r/Bitcoin/comments/1rcbgsa/crypto_beginners/
string
Reddit post ID (base36 identifier). Example: 1rcbgsa
string
Title of the Reddit post. Example: Crypto beginners guide
string
Text body of the post (for text posts) or comment text (for comment rows). Example: Here's everything you need to know as a beginner.
string
Type of post: text, image, link, video, etc. Example: text
integer
Upvote score of the post or comment. Example: 1842
integer
Number of comments on the post. Populated for type='post' rows. Example: 126
integer
Number of awards received by the post. Example: 3
string
Username of the post or comment author. Example: Independent_Lynx715
string
Reddit ID of the author. Example: t2_19xe8ly1c0
string
Name of the subreddit (without prefix). Example: Bitcoin
string
Subreddit name with r/ prefix. Example: r/Bitcoin
string
Reddit ID of the subreddit. Example: t5_3oxtd
string
Post flair label (if any). Example: Discussion
string
Domain of the post content. self.xxx for text posts, or the external domain for link posts. Example: self.Bitcoin
string
Detected language of the post (ISO 639-1). Example: en
string
UTC timestamp when the post or comment was created. Example: 2026-04-23T11:16:27
string
Reddit comment ID (base36). Populated for type='comment' rows only. Example: ohsv4v5
string
Parent comment ID for nested replies. Populated for replies; null for top-level comments and post rows. Example: ohsv4v5
integer
Comment nesting depth (0 = top-level comment). Null for post rows. Example: 0
integer
Total karma of the user. Populated for type='user' rows only. Example: 87
integer
Post karma of the user. Populated for type='user' rows only. Example: 17
integer
Comment karma of the user. Populated for type='user' rows only. Example: 70
integer
Number of contributions by the user. Populated for type='user' rows only. Example: 7
string
JSON array of trophy names earned by the user. Populated for type='user' rows only. Example: ["Five-Year Club"]
string
JSON array of subreddits the user is active in (prefixed). Populated for type='user' rows only. Example: ["r/Bitcoin", "r/PostCardExchange"]
string
JSON array of subreddits the user moderates (prefixed). Populated for type='user' rows only. Example: ["r/belikeme"]
string
Description of the subreddit. Populated for type='subreddit' rows only. Example: A community dedicated to Bitcoin.
integer
Number of weekly active users in the subreddit. Populated for type='subreddit' rows only. Example: 1208799
integer
Number of weekly contributions (posts + comments) in the subreddit. Populated for type='subreddit' rows only. Example: 18683
string
JSON array of subreddit rules, each with number, title, and description. Populated for type='subreddit' rows only. Example: [{"number": "1", "title": "Be civil", "description": "..."}]
string
JSON array of community resource links, each with text and url. Populated for type='subreddit' rows only. Example: [{"text": "Wiki", "url": "https://www.reddit.com/r/Bitcoin/wiki/"}]
float
Ratio of upvotes to total votes (0.0–1.0). Populated for post rows. Example: 0.97
boolean
Whether the post has been locked by moderators (no new comments allowed). Example: false
boolean
Whether the post is archived (older than 6 months; no new votes or comments allowed). Example: false
boolean
Whether the post is stickied (pinned) by a moderator. Example: false
boolean
Whether the post is marked as NSFW (18+). Example: false
boolean
Whether the post is marked as a spoiler. Example: false
boolean
Whether the post is a native Reddit video. Example: false
Whether the post contains a gallery of images. Example: false
string
Direct URL of the post’s media (video or external image). Null for text and self posts.
string
Preview thumbnail URL for image and video posts. Null for text posts.
string
HTML-rendered body of the post. Populated only for direct post URL scrapes.
integer
Character count of the plain-text post body. 0 for posts with no body (image, video, link). Example: 342
string
HTML-rendered body of the comment. Null for non-comment rows.
float
Age of the post in hours at scraping time, derived from created_at. Example: 18.4
float
Post score divided by age in hours — measures engagement velocity. Example: 245.3
float
comment_count divided by max(score, 1). High values indicate discussion-heavy posts. Example: 0.08
boolean
true if score_per_hour > 50 or comment_to_score_ratio > 0.1. Example: true
string
Whether the post was made with special authority: moderator, admin, or null. Example: null
boolean
Whether the post is a paid advertisement (sponsored/promoted). Example: false
boolean
Whether the post is a text/self post (no external link). Example: true
Reddit short URL for the post (https://redd.it/{post_id}). Example: https://redd.it/1rcbgsa
boolean
Whether the post or comment has been edited after submission. Example: false
string
ISO timestamp of when the post was last edited. Null if never edited.
integer
Number of times this post has been crossposted to other subreddits. Example: 3
string
The post author’s flair text in the subreddit at the time of posting. Example: OG Member
boolean
Whether the post or comment author has Reddit Premium. Example: false
integer
Number of times this post has been gilded (awarded Reddit Gold). Example: 0
boolean
Whether the post was marked as Original Content (OC) by the author. Example: false
integer
Number of subscribers in the subreddit at scraping time. Example: 7234891
string
The post_id of the original post if this is a crosspost. Null otherwise.
string
Sort order suggested by the subreddit moderators for this post’s comments. Example: top