Skip to main content
POST
/
tiktok
/
video
cURL
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>"
      ]
    }
  ]
}

Body

application/json

tiktok review scraping parameters

query
string
required

Provide a proper tiktok video URL.

is_text_formatted
boolean

returns the review text with visual formatting preserved

Response

Post fetched successfully

all_reviews
object[]

Array of fetched videos from TikTok