curl --request POST \
--url https://api.hobbo.ai/tiktok/video \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"is_text_formatted": true
}
'{
"all_reviews": [
{
"author_id": "<string>",
"author_name": "<string>",
"author_profile_description": "<string>",
"author_profile_id": "<string>",
"author_profile_image_url": "<string>",
"author_profile_image_url_org": "<string>",
"author_profile_stats": {
"author_digg_count": 123,
"author_followers_count": 123,
"author_following_count": 123,
"author_likes_count": 123,
"author_videos_count": 123
},
"challenges": [
{
"desc": "<string>",
"id": "<string>",
"stats": {
"videoCount": 123
},
"title": "<string>"
}
],
"is_verified_profile": true,
"music_details": {
"music_album": "<string>",
"music_author": "<string>",
"music_cover_page_url": "<string>",
"music_duration": 123,
"music_id": "<string>",
"music_title": "<string>",
"music_url": "<string>"
},
"query": "<string>",
"text_extra": [
{
"awemeId": "<string>",
"end": 123,
"hashtagId": "<string>",
"hashtagName": "<string>",
"isCommerce": true,
"start": 123,
"subType": 123,
"type": 123
}
],
"video_anchors": {},
"video_cover": "<string>",
"video_date": "2023-11-07T05:31:56Z",
"video_description": "<string>",
"video_duration": 123,
"video_height": 123,
"video_id": "<string>",
"video_labels": [
"<string>"
],
"video_location_created": "<string>",
"video_src": "<string>",
"video_stats": {
"comments_count": 123,
"likes_count": 123,
"saved_count": 123,
"shares_count": 123,
"views_count": 123
},
"video_text": [
"<string>"
],
"video_width": 123,
"video_zoom_cover": "<string>",
"warn_info": [
"<string>"
]
}
]
}This endpoint is used to fetch reviews from tiktok for a specified business.
curl --request POST \
--url https://api.hobbo.ai/tiktok/video \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"is_text_formatted": true
}
'{
"all_reviews": [
{
"author_id": "<string>",
"author_name": "<string>",
"author_profile_description": "<string>",
"author_profile_id": "<string>",
"author_profile_image_url": "<string>",
"author_profile_image_url_org": "<string>",
"author_profile_stats": {
"author_digg_count": 123,
"author_followers_count": 123,
"author_following_count": 123,
"author_likes_count": 123,
"author_videos_count": 123
},
"challenges": [
{
"desc": "<string>",
"id": "<string>",
"stats": {
"videoCount": 123
},
"title": "<string>"
}
],
"is_verified_profile": true,
"music_details": {
"music_album": "<string>",
"music_author": "<string>",
"music_cover_page_url": "<string>",
"music_duration": 123,
"music_id": "<string>",
"music_title": "<string>",
"music_url": "<string>"
},
"query": "<string>",
"text_extra": [
{
"awemeId": "<string>",
"end": 123,
"hashtagId": "<string>",
"hashtagName": "<string>",
"isCommerce": true,
"start": 123,
"subType": 123,
"type": 123
}
],
"video_anchors": {},
"video_cover": "<string>",
"video_date": "2023-11-07T05:31:56Z",
"video_description": "<string>",
"video_duration": 123,
"video_height": 123,
"video_id": "<string>",
"video_labels": [
"<string>"
],
"video_location_created": "<string>",
"video_src": "<string>",
"video_stats": {
"comments_count": 123,
"likes_count": 123,
"saved_count": 123,
"shares_count": 123,
"views_count": 123
},
"video_text": [
"<string>"
],
"video_width": 123,
"video_zoom_cover": "<string>",
"warn_info": [
"<string>"
]
}
]
}tiktok review scraping parameters
Post fetched successfully
Array of fetched videos from TikTok
Show child attributes
Unique identifier for the video author
Display name of the video author
Bio/description from the author's profile
TikTok username/handle of the author
URL of the author's HD profile image
URL of the author's profile image
Statistics for the author's profile
Show child attributes
Number of videos the author has liked
Number of followers
Number of accounts the author follows
Total likes received by the author
Number of videos uploaded by the author
Array of challenges/hashtags associated with the video
Show child attributes
Description of the challenge
Unique identifier for the challenge
Title/name of the challenge
Whether the author's profile is verified
Details about the music/audio used in the video
Show child attributes
Album name if applicable
Author/creator of the music
URL of the music cover image
Duration of the music in seconds
Unique identifier for the music
Title of the music track
URL to the music file
Original query URL used to fetch the video
Array of text elements with metadata (hashtags, mentions, etc.)
Show child attributes
Aweme ID if applicable
End position of the text element
ID of the hashtag if applicable
Name of the hashtag
Whether the text element is commerce-related
Start position of the text element
Sub-type of the text element
Type of the text element (1 for hashtag, etc.)
Object containing video anchors/links
URL of the video cover/thumbnail image
Date when the video was uploaded
HTML description of the video
Duration of the video in seconds
Height of the video in pixels
Unique identifier for the video
Array of labels associated with the video
Location/country code where the video was created
URL to the video player
Engagement statistics for the video
Show child attributes
Number of comments on the video
Number of likes
Number of saves/bookmarks
Number of shares
Number of views
Array of text overlays in the video
Width of the video in pixels
URL of the zoomed video cover image
Array of warning information for the video