curl --request POST \
--url https://api.hobbo.ai/youtube-continues/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"sort_type": "relevance",
"reviews_to_fetch": 123,
"is_text_formatted": true,
"sync_date": "<string>"
}
'{
"all_reviews": [
{
"author_channel_id": "<string>",
"author_channel_url": "<string>",
"author_name": "<string>",
"author_profile_image_url": "<string>",
"author_profile_image_url_org": "<string>",
"channel_id": "<string>",
"comment_id": "<string>",
"comment_text": "<string>",
"comment_timestamp": "<string>",
"comment_update_timestamp": "<string>",
"comment_url": "<string>",
"like_count": 123,
"query": "<string>",
"total_reply_count": 123,
"video_id": "<string>",
"review_reply": {
"reply_like_count": 123,
"reply_id": "<string>",
"reply_comment_timestamp": "<string>",
"reply_comment_update_timestamp": "<string>",
"reply_author_channel_id": "<string>",
"reply_author_channel_url": "<string>",
"reply_author_name": "<string>",
"reply_author_profile_image_url": "<string>",
"reply_author_profile_image_url_org": "<string>",
"reply_text": "<string>"
}
}
],
"extra_information": {
"extra_information": {},
"pagination_token": "<string>",
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}This endpoint is used to fetch comments from YouTube.
curl --request POST \
--url https://api.hobbo.ai/youtube-continues/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"sort_type": "relevance",
"reviews_to_fetch": 123,
"is_text_formatted": true,
"sync_date": "<string>"
}
'{
"all_reviews": [
{
"author_channel_id": "<string>",
"author_channel_url": "<string>",
"author_name": "<string>",
"author_profile_image_url": "<string>",
"author_profile_image_url_org": "<string>",
"channel_id": "<string>",
"comment_id": "<string>",
"comment_text": "<string>",
"comment_timestamp": "<string>",
"comment_update_timestamp": "<string>",
"comment_url": "<string>",
"like_count": 123,
"query": "<string>",
"total_reply_count": 123,
"video_id": "<string>",
"review_reply": {
"reply_like_count": 123,
"reply_id": "<string>",
"reply_comment_timestamp": "<string>",
"reply_comment_update_timestamp": "<string>",
"reply_author_channel_id": "<string>",
"reply_author_channel_url": "<string>",
"reply_author_name": "<string>",
"reply_author_profile_image_url": "<string>",
"reply_author_profile_image_url_org": "<string>",
"reply_text": "<string>"
}
}
],
"extra_information": {
"extra_information": {},
"pagination_token": "<string>",
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}YouTube comments scraping parameters
Provide proper video id or url.
Order in which comments should be sorted
time, relevance Number of comments to fetch (default: all reviews, or within 30-second timeout)
returns the review text with visual formatting preserved
Fetches reviews posted on a specific date using format: YYYY-MM-DD
Comments fetched successfully
Array of fetched comments
Show child attributes
Channel ID of the comment author
URL to the author's channel
Username of the comment author
URL to the author's HD profile image
URL to the author's profile image
Channel ID of the video owner
Unique identifier for the comment
Content of the comment
Date and time when the comment was posted
Date and time when the comment was last updated
URL to the specific comment
Number of likes on the comment
Original query URL
Number of replies to the comment
ID of the YouTube video
Reply to the review if available
Show child attributes
Number of likes on the comment in reply
ID of the reply
Date and time when the reply comment was posted
Date and time when the reply comment was last updated
Channel ID of the comment by reply author
URL to the reply author's channel
Username of the comment author
URL to the author's HD profile image
URL to the author's profile image
Text content of the reply
Show child attributes
Additional metadata about the video
Token for fetching the next page of comments
Total number of comments fetched
List of comment counts
Status message about the comment extraction