Skip to main content
GET
Get Results
Retrieve scraped data from your TikTok Video 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).
integer
Results per page (default: 50, max: 100).

Result Fields

string
Unique TikTok identifier for the video. Example: 6862153058223197445
string
Caption/description text of the video.
string
ISO 8601 timestamp of when the video was published. Example: 2020-08-17T12:34:56Z
integer
Total number of plays/views. Example: 52300000
integer
Total number of likes. Example: 3100000
integer
Total number of comments. Example: 45000
integer
Number of times the video was shared. Example: 120000
integer
Number of times the video was saved/collected. Example: 870000
integer
Number of reposts. Example: 0
integer
Video duration in seconds. Example: 15
integer
Video width in pixels. Example: 576
integer
Video height in pixels. Example: 1024
string
Video quality definition. Example: 540p
integer
Video bitrate. Example: 1243660
integer
File size in bytes. Example: 2330107
boolean
Whether the video is an advertisement. Example: false
boolean
Whether duets are enabled for this video. Example: true
boolean
Whether stitches are enabled for this video. Example: true
string
Country code where the video was created. Example: US
string
URL to stream the video.
string
URL to download the video.
string
URL of the video thumbnail/cover image.
string
URL of the animated cover image.
string
Unique identifier for the music track used. Example: 6862153058223197445
string
Title of the music track. Example: M to the B
string
Artist name of the music track. Example: Millie B
string
URL to play the music track.
integer
Duration of the music track in seconds. Example: 60
boolean
Whether the audio is the creator’s original sound. Example: false
boolean
Whether the music track is copyrighted. Example: true
string
Unique TikTok user ID of the video author. Example: 6569595380449902597
string
Secondary unique identifier for the author’s account.
string
TikTok username (handle) of the author. Example: bellapoarch
string
Display name of the author. Example: Bella Poarch
boolean
Whether the author’s account is verified. Example: true
string
Bio/description from the author’s profile.
integer
Number of followers the author has. Example: 92800000
integer
Number of accounts the author follows. Example: 728
integer
Total likes received across all the author’s videos. Example: 2200000000
integer
Total number of videos published by the author. Example: 421
string
URL of the author’s profile picture.
Whether this result is a related video (not directly from a task URL). Example: false
The video ID of the task that triggered this related result. Only set when is_related is true.
string
The original task URL that produced this result.
string
ISO 8601 timestamp of when this result was scraped.

Code Examples

Response

200