Skip to main content
GET
Get Results
Retrieve comments collected by your YouTube Comments Scraper runs.

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)

Result Fields

string
Unique YouTube comment ID. Example: UgxZf7BbcN3mJlQkfvt4AaABAg
string
Full text content of the comment. Example: This video is amazing, learned so much!
string
Display name of the comment author. Example: John Doe
string
YouTube channel ID of the author. Example: UCxxxxxxxxxxxxxxxxxxxxxx
string
URL to the author’s YouTube channel. Example: https://www.youtube.com/channel/UCxxxxxxxxxxxxxxxxxxxxxx
string
URL to the author’s profile picture. Example: https://yt3.ggpht.com/...
boolean
Whether the commenter is the video’s channel owner. Example: false
boolean
Whether the author’s channel is verified. Example: false
string | null
Membership or sponsorship badge label, if any. Example: null
string
Human-readable relative publish time as shown on YouTube. Example: 2 years ago
string | null
ISO 8601 timestamp of when the comment was published, if available. Example: 2022-08-15T14:30:00Z
integer
Number of likes on the comment. Example: 342
integer
Number of replies to this top-level comment. Always 0 for replies. Example: 12
boolean
Whether the video creator hearted this comment. Example: false
boolean
Whether this comment is pinned at the top. Example: false
string
Comment type: comment for top-level or reply for a reply. Example: comment
string | null
The comment_id of the parent comment this is a reply to. null for top-level comments. Example: null
string
YouTube video ID the comment belongs to. Example: dQw4w9WgXcQ
string
Full URL of the video. Example: https://www.youtube.com/watch?v=dQw4w9WgXcQ
string
Title of the video. Example: Rick Astley - Never Gonna Give You Up (Official Music Video)
integer
Total number of comments on the video. Example: 2400000
string
Name of the channel that uploaded the video. Example: Rick Astley
string
YouTube channel ID of the video uploader. Example: UCuAXFkgsw1L7xaCfnd5JJOw

Code Examples

Response

200