Skip to main content
GET
/
v1
/
scrape
/
reddit
/
post
/
comments
/
simple
Simple Comments
curl --request GET \
  --url https://api.sociavault.com/v1/scrape/reddit/post/comments/simple \
  --header 'X-API-Key: <api-key>'
[
  {
    "subreddit_id": "t5_2qh1i",
    "author_is_blocked": false,
    "awarders": [
      "<unknown>"
    ],
    "author_flair_type": "text",
    "total_awards_received": 0,
    "subreddit": "AskReddit",
    "user_reports": [
      "<unknown>"
    ],
    "saved": false,
    "id": "ed1czme",
    "gilded": 2,
    "archived": true,
    "no_follow": false,
    "author": "sweatybeard",
    "can_mod_post": false,
    "created_utc": 1546378524,
    "send_replies": true,
    "parent_id": "t3_ablzuq",
    "score": 12207,
    "author_fullname": "t2_cep2k",
    "all_awardings": [
      "<unknown>"
    ],
    "collapsed": false,
    "body": "But when I finally do, it'll be the years biggest shit ^^^^^so ^^^^^far",
    "edited": false,
    "name": "t1_ed1czme",
    "is_submitter": false,
    "downs": 0,
    "author_flair_richtext": [
      "<unknown>"
    ],
    "author_patreon_flair": false,
    "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;But when I finally do, it&amp;#39;ll be the years biggest shit &lt;sup&gt;&lt;sup&gt;&lt;sup&gt;&lt;sup&gt;&lt;sup&gt;so&lt;/sup&gt;&lt;/sup&gt;&lt;/sup&gt;&lt;/sup&gt;&lt;/sup&gt; &lt;sup&gt;&lt;sup&gt;&lt;sup&gt;&lt;sup&gt;&lt;sup&gt;far&lt;/sup&gt;&lt;/sup&gt;&lt;/sup&gt;&lt;/sup&gt;&lt;/sup&gt;&lt;/p&gt;\n&lt;/div&gt;",
    "stickied": false,
    "author_premium": false,
    "can_gild": false,
    "gildings": {},
    "score_hidden": false,
    "permalink": "/r/AskReddit/comments/ablzuq/people_who_havent_pooped_in_2019_yet_why_are_you/ed1czme/",
    "subreddit_type": "public",
    "locked": false,
    "created": 1546378524,
    "treatment_tags": [
      "<unknown>"
    ],
    "link_id": "t3_ablzuq",
    "subreddit_name_prefixed": "r/AskReddit",
    "controversiality": 0,
    "depth": 0,
    "mod_reports": [
      "<unknown>"
    ],
    "ups": 12207,
    "approved_at_utc": "<unknown>",
    "comment_type": "<unknown>",
    "mod_reason_by": "<unknown>",
    "banned_by": "<unknown>",
    "author_flair_template_id": "<unknown>",
    "likes": "<unknown>",
    "banned_at_utc": "<unknown>",
    "mod_reason_title": "<unknown>",
    "collapsed_reason_code": "<unknown>",
    "approved_by": "<unknown>",
    "mod_note": "<unknown>",
    "top_awarded_type": "<unknown>",
    "author_flair_css_class": "<unknown>",
    "removal_reason": "<unknown>",
    "collapsed_reason": "<unknown>",
    "distinguished": "<unknown>",
    "associated_award": "<unknown>",
    "unrepliable_reason": "<unknown>",
    "author_flair_text_color": "<unknown>",
    "report_reasons": "<unknown>",
    "author_flair_text": "<unknown>",
    "author_flair_background_color": "<unknown>",
    "collapsed_because_crowd_control": "<unknown>",
    "num_reports": "<unknown>"
  }
]
💳 1 credit per 48 items returned

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

url
string
required

Reddit post URL

amount
integer
required

Number of comments to return

Example:

10

trim
boolean

Set to true for a trimmed down version of the response

Example:

false

Response

Successful response

subreddit_id
string
required
Example:

"t5_2qh1i"

author_is_blocked
boolean
required
Example:

false

awarders
any[]
required
author_flair_type
string
required
Example:

"text"

total_awards_received
integer
required
Example:

0

subreddit
string
required
Example:

"AskReddit"

user_reports
any[]
required
saved
boolean
required
Example:

false

id
string
required
Example:

"ed1czme"

gilded
integer
required
Example:

2

archived
boolean
required
Example:

true

no_follow
boolean
required
Example:

false

author
string
required
Example:

"sweatybeard"

can_mod_post
boolean
required
Example:

false

created_utc
integer
required
Example:

1546378524

send_replies
boolean
required
Example:

true

parent_id
string
required
Example:

"t3_ablzuq"

score
integer
required
Example:

12207

author_fullname
string
required
Example:

"t2_cep2k"

all_awardings
any[]
required
collapsed
boolean
required
Example:

false

body
string
required
Example:

"But when I finally do, it'll be the years biggest shit ^^^^^so ^^^^^far"

edited
boolean
required
Example:

false

name
string
required
Example:

"t1_ed1czme"

is_submitter
boolean
required
Example:

false

downs
integer
required
Example:

0

author_flair_richtext
any[]
required
author_patreon_flair
boolean
required
Example:

false

body_html
string
required
Example:

"&lt;div class=\"md\"&gt;&lt;p&gt;But when I finally do, it&amp;#39;ll be the years biggest shit &lt;sup&gt;&lt;sup&gt;&lt;sup&gt;&lt;sup&gt;&lt;sup&gt;so&lt;/sup&gt;&lt;/sup&gt;&lt;/sup&gt;&lt;/sup&gt;&lt;/sup&gt; &lt;sup&gt;&lt;sup&gt;&lt;sup&gt;&lt;sup&gt;&lt;sup&gt;far&lt;/sup&gt;&lt;/sup&gt;&lt;/sup&gt;&lt;/sup&gt;&lt;/sup&gt;&lt;/p&gt;\n&lt;/div&gt;"

stickied
boolean
required
Example:

false

author_premium
boolean
required
Example:

false

can_gild
boolean
required
Example:

false

gildings
object
required
score_hidden
boolean
required
Example:

false

Example:

"/r/AskReddit/comments/ablzuq/people_who_havent_pooped_in_2019_yet_why_are_you/ed1czme/"

subreddit_type
string
required
Example:

"public"

locked
boolean
required
Example:

false

created
integer
required
Example:

1546378524

treatment_tags
any[]
required
Example:

"t3_ablzuq"

subreddit_name_prefixed
string
required
Example:

"r/AskReddit"

controversiality
integer
required
Example:

0

depth
integer
required
Example:

0

mod_reports
any[]
required
ups
integer
required
Example:

12207

approved_at_utc
null
comment_type
null
mod_reason_by
null
banned_by
null
author_flair_template_id
null
likes
null
banned_at_utc
null
mod_reason_title
null
collapsed_reason_code
null
approved_by
null
mod_note
null
top_awarded_type
null
author_flair_css_class
null
removal_reason
null
collapsed_reason
null
distinguished
null
associated_award
null
unrepliable_reason
null
author_flair_text_color
null
report_reasons
null
author_flair_text
null
author_flair_background_color
null
collapsed_because_crowd_control
null
num_reports
null