TikTok — creator reposts
curl --request POST \
--url https://app.sideshift.app/api/v1/scrape/tiktok/reposts \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"handle": "tiktok",
"cursor": "0"
}
'import requests
url = "https://app.sideshift.app/api/v1/scrape/tiktok/reposts"
payload = {
"handle": "tiktok",
"cursor": "0"
}
headers = {
"x-api-key": "<api-key>",
"Content-Type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {'x-api-key': '<api-key>', 'Content-Type': 'application/json'},
body: JSON.stringify({handle: 'tiktok', cursor: '0'})
};
fetch('https://app.sideshift.app/api/v1/scrape/tiktok/reposts', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://app.sideshift.app/api/v1/scrape/tiktok/reposts",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => json_encode([
'handle' => 'tiktok',
'cursor' => '0'
]),
CURLOPT_HTTPHEADER => [
"Content-Type: application/json",
"x-api-key: <api-key>"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"strings"
"net/http"
"io"
)
func main() {
url := "https://app.sideshift.app/api/v1/scrape/tiktok/reposts"
payload := strings.NewReader("{\n \"handle\": \"tiktok\",\n \"cursor\": \"0\"\n}")
req, _ := http.NewRequest("POST", url, payload)
req.Header.Add("x-api-key", "<api-key>")
req.Header.Add("Content-Type", "application/json")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.post("https://app.sideshift.app/api/v1/scrape/tiktok/reposts")
.header("x-api-key", "<api-key>")
.header("Content-Type", "application/json")
.body("{\n \"handle\": \"tiktok\",\n \"cursor\": \"0\"\n}")
.asString();require 'uri'
require 'net/http'
url = URI("https://app.sideshift.app/api/v1/scrape/tiktok/reposts")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Post.new(url)
request["x-api-key"] = '<api-key>'
request["Content-Type"] = 'application/json'
request.body = "{\n \"handle\": \"tiktok\",\n \"cursor\": \"0\"\n}"
response = http.request(request)
puts response.read_body{
"data": {
"unique_id": "tiktok",
"cursor": "30",
"has_more": true,
"aweme_list": [
{
"aweme_id": "7634552248974052630",
"desc": "send this one to all your college besties and get the first campus group chat going ASAP‼️ #TikTokCampusHub — a new TikTok experience that builds on the brand's Campus Verification feature — is live, and I have the exclusive details on all the cool perks that come along with t…",
"url": "https://www.tiktok.com/@hercampus/video/7634552248974052630",
"create_time": 1777557723,
"music": {
"author": "hercampus",
"id": "7634552271187708694",
"title": "original sound - hercampus",
"id_str": "7634552271187708694",
"mid": "7634552271187708694",
"owner_nickname": "hercampus",
"duration": 85,
"is_original": true,
"is_original_sound": true,
"cover_large": {
"uri": "https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/8a57f9686e1f52263841295ec656b60c~tplv-tiktokx-cropcenter:1080:1080.jpeg",
"url_list": [
"https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/8a57f9686e1f52263841295ec656b60c~tplv-tiktokx-cropcenter:1080:1080.jpeg"
]
},
"cover_medium": {
"uri": "https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/8a57f9686e1f52263841295ec656b60c~tplv-tiktokx-cropcenter:1080:1080.jpeg",
"url_list": [
"https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/8a57f9686e1f52263841295ec656b60c~tplv-tiktokx-cropcenter:1080:1080.jpeg"
]
},
"cover_thumb": {
"uri": "https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/8a57f9686e1f52263841295ec656b60c~tplv-tiktokx-cropcenter:1080:1080.jpeg",
"url_list": [
"https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/8a57f9686e1f52263841295ec656b60c~tplv-tiktokx-cropcenter:1080:1080.jpeg"
]
},
"play_url": {
"uri": "https://v16-ies-music.tiktokcdn-us.com/7ed1b188798315e84662f6ddab0a64b1/6a80ca84/video/tos/no1a/tos-no1a-v-2370-no/oQczJ2zspEkAUAFjYB8FYDDEEJDAL3CedgfjNz/",
"url_list": [
"https://v16-ies-music.tiktokcdn-us.com/7ed1b188798315e84662f6ddab0a64b1/6a80ca84/video/tos/no1a/tos-no1a-v-2370-no/oQczJ2zspEkAUAFjYB8FYDDEEJDAL3CedgfjNz/"
]
}
},
"video": {
"data_size": 10889747,
"duration": 85,
"watermark_data_size": 11361054,
"cover": {
"uri": "https://p19-common-sign.tiktokcdn-us.com/tos-no1a-p-0037-no/oQZgIy7PtBANYI27GNi7CI0DXClwXAUfIRvxzi~tplv-tiktokx-cropcenter-q:300:400:q70.jpeg",
"url_list": [
"https://p19-common-sign.tiktokcdn-us.com/tos-no1a-p-0037-no/oQZgIy7PtBANYI27GNi7CI0DXClwXAUfIRvxzi~tplv-tiktokx-cropcenter-q:300:400:q70.jpeg"
]
},
"download_addr": {
"uri": "https://v45.tiktokcdn-us.com/d3ef9c994962959d6840c37f1e972314/6a77e3e8/video/tos/useast2a/tos-useast2a-ve-68c811-euttp/oMvRzQtACQAi1lwP7HBXy0EtfIKgNYI7Ni7CbI/",
"url_list": [
"https://v45.tiktokcdn-us.com/d3ef9c994962959d6840c37f1e972314/6a77e3e8/video/tos/useast2a/tos-useast2a-ve-68c811-euttp/oMvRzQtACQAi1lwP7HBXy0EtfIKgNYI7Ni7CbI/"
]
},
"dynamic_cover": {
"uri": "https://p16-common-sign.tiktokcdn-us.com/tos-no1a-p-0037-no/owAjCCQ0yitBOIxIg7zvAiYfLBXDPNI7XhlRIw~tplv-tiktokx-origin.image",
"url_list": [
"https://p16-common-sign.tiktokcdn-us.com/tos-no1a-p-0037-no/owAjCCQ0yitBOIxIg7zvAiYfLBXDPNI7XhlRIw~tplv-tiktokx-origin.image"
]
},
"origin_cover": {
"uri": "https://p19-common-sign.tiktokcdn-us.com/tos-no1a-p-0037-no/o8A8qQsMTL9fgftZAMDDvHO5XDFgIg8jfIC5Ns~tplv-tiktokx-shrink-aq:360:360:q75.webp",
"url_list": [
"https://p19-common-sign.tiktokcdn-us.com/tos-no1a-p-0037-no/o8A8qQsMTL9fgftZAMDDvHO5XDFgIg8jfIC5Ns~tplv-tiktokx-shrink-aq:360:360:q75.webp"
]
},
"play_addr": {
"uri": "https://v45.tiktokcdn-us.com/87405bf8812ca7f59907618beb368b39/6a77e3e8/video/tos/useast2a/tos-useast2a-ve-68c810-euttp/owBIYi7QgEYftiJCXyVvrR7SGlK7AIwPz0INAC/",
"url_list": [
"https://v45.tiktokcdn-us.com/87405bf8812ca7f59907618beb368b39/6a77e3e8/video/tos/useast2a/tos-useast2a-ve-68c810-euttp/owBIYi7QgEYftiJCXyVvrR7SGlK7AIwPz0INAC/"
]
}
},
"author": {
"nickname": "hercampus",
"unique_id": "hercampus",
"region": "US",
"uid": "167450281859964928",
"avatar_larger": {
"uri": "https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/8a57f9686e1f52263841295ec656b60c~tplv-tiktokx-cropcenter:300:300.jpeg",
"url_list": [
"https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/8a57f9686e1f52263841295ec656b60c~tplv-tiktokx-cropcenter:300:300.jpeg"
]
},
"avatar_medium": {
"uri": "https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/8a57f9686e1f52263841295ec656b60c~tplv-tiktokx-cropcenter:300:300.jpeg",
"url_list": [
"https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/8a57f9686e1f52263841295ec656b60c~tplv-tiktokx-cropcenter:300:300.jpeg"
]
},
"avatar_thumb": {
"uri": "https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/8a57f9686e1f52263841295ec656b60c~tplv-tiktokx-cropcenter:300:300.jpeg",
"url_list": [
"https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/8a57f9686e1f52263841295ec656b60c~tplv-tiktokx-cropcenter:300:300.jpeg"
]
}
},
"statistics": {
"aweme_id": "7634552248974052630",
"collect_count": 16,
"comment_count": 9,
"play_count": 17410,
"share_count": 11,
"digg_count": 180,
"download_count": 2
},
"author_user_id": "167450281859964928",
"create_time_utc": "2026-04-30T14:02:03.000Z",
"media_id": "v24044gl0000d7pm1dnog65r7i26antg",
"region": "US",
"aweme_type": 0,
"is_ad": true,
"is_nff_or_nr": false,
"is_top": 0,
"item_comment_settings": 0,
"anchors": [
{
"id": "263840",
"component_key": "anchor_effect",
"description": "Effects",
"extra": "{\"effect_post_publish_count\":1063811572,\"effect_source\":0,\"is_commerce\":0,\"resource_id\":6711137499550323208}",
"keyword": "Green Screen",
"log_extra": "{\"anchor_id\":\"263840\",\"anchor_name\":\"Green Screen\",\"anchor_type\":\"prop\",\"has_friends_info\":\"0\"}",
"type": 28,
"actions": [
{
"schema": "shoot",
"action_type": 1,
"icon": {
"uri": "tiktok-obj/28px_primary_create_onDark3x.png",
"height": 720,
"width": 720,
"url_list": [
"https://p16-common.tiktokcdn-us.com/tiktok-obj/28px_primary_create_onDark3x.png~tplv-tiktokx-origin.image",
"https://p19-common.tiktokcdn-us.com/tiktok-obj/28px_primary_create_onDark3x.png~tplv-tiktokx-origin.image",
"https://p16-common.tiktokcdn-us.com/tiktok-obj/28px_primary_create_onDark3x.png~tplv-tiktokx-origin.jpeg"
]
}
}
],
"icon": {
"uri": "tiktok-obj/20px_anchor_effect3x.png",
"height": 720,
"width": 720,
"url_list": [
"https://p16-common.tiktokcdn-us.com/tiktok-obj/20px_anchor_effect3x.png~tplv-tiktokx-origin.image",
"https://p19-common.tiktokcdn-us.com/tiktok-obj/20px_anchor_effect3x.png~tplv-tiktokx-origin.image",
"https://p16-common.tiktokcdn-us.com/tiktok-obj/20px_anchor_effect3x.png~tplv-tiktokx-origin.jpeg"
]
},
"thumbnail": {
"uri": "cfaa5ce4a49351ceb195197df28a788b",
"height": 64,
"width": 64,
"url_list": [
"https://lf16-effectcdn-us.tiktokcdn-us.com/obj/tiktok-loki-effect-oracle-tx/cfaa5ce4a49351ceb195197df28a788b",
"https://lf19-effectcdn-us.tiktokcdn-us.com/obj/tiktok-loki-effect-oracle-tx/cfaa5ce4a49351ceb195197df28a788b"
]
}
}
],
"commerce_info": {
"ad_source": 1,
"adv_promotable": true,
"auction_ad_invited": false,
"branded_content_type": 0,
"is_diversion_ad": 0,
"with_comment_filter_words": false
}
}
],
"user_id": null
},
"request_id": "req_8f3c9a2b1d4e6f70",
"upstream_calls": 1,
"meta": {
"credits_charged": 1,
"credits_remaining": 9998
}
}{
"error": "INVALID_INPUT",
"message": "Invalid request body.",
"request_id": "req_8f3c9a2b1d4e6f70"
}{
"error": "UNAUTHORIZED",
"message": "Invalid scraper API key.",
"request_id": "req_8f3c9a2b1d4e6f70"
}{
"error": "INSUFFICIENT_SCRAPER_CREDITS",
"message": "Insufficient scraper credits.",
"request_id": "req_8f3c9a2b1d4e6f70"
}{
"error": "RESOURCE_NOT_FOUND",
"message": "Requested resource not found or unavailable.",
"request_id": "req_8f3c9a2b1d4e6f70"
}{
"error": "PAYLOAD_TOO_LARGE",
"message": "Request body must be 32KB or smaller.",
"request_id": "req_8f3c9a2b1d4e6f70"
}{
"error": "SCRAPER_RATE_LIMITED",
"message": "Scraper API rate limit exceeded.",
"request_id": "req_8f3c9a2b1d4e6f70"
}{
"error": "INTERNAL_ERROR",
"message": "Request failed. Your credits were refunded.",
"request_id": "req_8f3c9a2b1d4e6f70"
}{
"error": "UPSTREAM_ERROR",
"message": "Data source failed. Your credits were refunded.",
"request_id": "req_8f3c9a2b1d4e6f70"
}{
"error": "UPSTREAM_TIMEOUT",
"message": "Data source timed out. Your credits were refunded.",
"request_id": "req_8f3c9a2b1d4e6f70"
}1 credit per request
Posts a creator reposted. Platform field names are preserved inside data.
POST
/
scrape
/
tiktok
/
reposts
TikTok — creator reposts
curl --request POST \
--url https://app.sideshift.app/api/v1/scrape/tiktok/reposts \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"handle": "tiktok",
"cursor": "0"
}
'import requests
url = "https://app.sideshift.app/api/v1/scrape/tiktok/reposts"
payload = {
"handle": "tiktok",
"cursor": "0"
}
headers = {
"x-api-key": "<api-key>",
"Content-Type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {'x-api-key': '<api-key>', 'Content-Type': 'application/json'},
body: JSON.stringify({handle: 'tiktok', cursor: '0'})
};
fetch('https://app.sideshift.app/api/v1/scrape/tiktok/reposts', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://app.sideshift.app/api/v1/scrape/tiktok/reposts",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => json_encode([
'handle' => 'tiktok',
'cursor' => '0'
]),
CURLOPT_HTTPHEADER => [
"Content-Type: application/json",
"x-api-key: <api-key>"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"strings"
"net/http"
"io"
)
func main() {
url := "https://app.sideshift.app/api/v1/scrape/tiktok/reposts"
payload := strings.NewReader("{\n \"handle\": \"tiktok\",\n \"cursor\": \"0\"\n}")
req, _ := http.NewRequest("POST", url, payload)
req.Header.Add("x-api-key", "<api-key>")
req.Header.Add("Content-Type", "application/json")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.post("https://app.sideshift.app/api/v1/scrape/tiktok/reposts")
.header("x-api-key", "<api-key>")
.header("Content-Type", "application/json")
.body("{\n \"handle\": \"tiktok\",\n \"cursor\": \"0\"\n}")
.asString();require 'uri'
require 'net/http'
url = URI("https://app.sideshift.app/api/v1/scrape/tiktok/reposts")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Post.new(url)
request["x-api-key"] = '<api-key>'
request["Content-Type"] = 'application/json'
request.body = "{\n \"handle\": \"tiktok\",\n \"cursor\": \"0\"\n}"
response = http.request(request)
puts response.read_body{
"data": {
"unique_id": "tiktok",
"cursor": "30",
"has_more": true,
"aweme_list": [
{
"aweme_id": "7634552248974052630",
"desc": "send this one to all your college besties and get the first campus group chat going ASAP‼️ #TikTokCampusHub — a new TikTok experience that builds on the brand's Campus Verification feature — is live, and I have the exclusive details on all the cool perks that come along with t…",
"url": "https://www.tiktok.com/@hercampus/video/7634552248974052630",
"create_time": 1777557723,
"music": {
"author": "hercampus",
"id": "7634552271187708694",
"title": "original sound - hercampus",
"id_str": "7634552271187708694",
"mid": "7634552271187708694",
"owner_nickname": "hercampus",
"duration": 85,
"is_original": true,
"is_original_sound": true,
"cover_large": {
"uri": "https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/8a57f9686e1f52263841295ec656b60c~tplv-tiktokx-cropcenter:1080:1080.jpeg",
"url_list": [
"https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/8a57f9686e1f52263841295ec656b60c~tplv-tiktokx-cropcenter:1080:1080.jpeg"
]
},
"cover_medium": {
"uri": "https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/8a57f9686e1f52263841295ec656b60c~tplv-tiktokx-cropcenter:1080:1080.jpeg",
"url_list": [
"https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/8a57f9686e1f52263841295ec656b60c~tplv-tiktokx-cropcenter:1080:1080.jpeg"
]
},
"cover_thumb": {
"uri": "https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/8a57f9686e1f52263841295ec656b60c~tplv-tiktokx-cropcenter:1080:1080.jpeg",
"url_list": [
"https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/8a57f9686e1f52263841295ec656b60c~tplv-tiktokx-cropcenter:1080:1080.jpeg"
]
},
"play_url": {
"uri": "https://v16-ies-music.tiktokcdn-us.com/7ed1b188798315e84662f6ddab0a64b1/6a80ca84/video/tos/no1a/tos-no1a-v-2370-no/oQczJ2zspEkAUAFjYB8FYDDEEJDAL3CedgfjNz/",
"url_list": [
"https://v16-ies-music.tiktokcdn-us.com/7ed1b188798315e84662f6ddab0a64b1/6a80ca84/video/tos/no1a/tos-no1a-v-2370-no/oQczJ2zspEkAUAFjYB8FYDDEEJDAL3CedgfjNz/"
]
}
},
"video": {
"data_size": 10889747,
"duration": 85,
"watermark_data_size": 11361054,
"cover": {
"uri": "https://p19-common-sign.tiktokcdn-us.com/tos-no1a-p-0037-no/oQZgIy7PtBANYI27GNi7CI0DXClwXAUfIRvxzi~tplv-tiktokx-cropcenter-q:300:400:q70.jpeg",
"url_list": [
"https://p19-common-sign.tiktokcdn-us.com/tos-no1a-p-0037-no/oQZgIy7PtBANYI27GNi7CI0DXClwXAUfIRvxzi~tplv-tiktokx-cropcenter-q:300:400:q70.jpeg"
]
},
"download_addr": {
"uri": "https://v45.tiktokcdn-us.com/d3ef9c994962959d6840c37f1e972314/6a77e3e8/video/tos/useast2a/tos-useast2a-ve-68c811-euttp/oMvRzQtACQAi1lwP7HBXy0EtfIKgNYI7Ni7CbI/",
"url_list": [
"https://v45.tiktokcdn-us.com/d3ef9c994962959d6840c37f1e972314/6a77e3e8/video/tos/useast2a/tos-useast2a-ve-68c811-euttp/oMvRzQtACQAi1lwP7HBXy0EtfIKgNYI7Ni7CbI/"
]
},
"dynamic_cover": {
"uri": "https://p16-common-sign.tiktokcdn-us.com/tos-no1a-p-0037-no/owAjCCQ0yitBOIxIg7zvAiYfLBXDPNI7XhlRIw~tplv-tiktokx-origin.image",
"url_list": [
"https://p16-common-sign.tiktokcdn-us.com/tos-no1a-p-0037-no/owAjCCQ0yitBOIxIg7zvAiYfLBXDPNI7XhlRIw~tplv-tiktokx-origin.image"
]
},
"origin_cover": {
"uri": "https://p19-common-sign.tiktokcdn-us.com/tos-no1a-p-0037-no/o8A8qQsMTL9fgftZAMDDvHO5XDFgIg8jfIC5Ns~tplv-tiktokx-shrink-aq:360:360:q75.webp",
"url_list": [
"https://p19-common-sign.tiktokcdn-us.com/tos-no1a-p-0037-no/o8A8qQsMTL9fgftZAMDDvHO5XDFgIg8jfIC5Ns~tplv-tiktokx-shrink-aq:360:360:q75.webp"
]
},
"play_addr": {
"uri": "https://v45.tiktokcdn-us.com/87405bf8812ca7f59907618beb368b39/6a77e3e8/video/tos/useast2a/tos-useast2a-ve-68c810-euttp/owBIYi7QgEYftiJCXyVvrR7SGlK7AIwPz0INAC/",
"url_list": [
"https://v45.tiktokcdn-us.com/87405bf8812ca7f59907618beb368b39/6a77e3e8/video/tos/useast2a/tos-useast2a-ve-68c810-euttp/owBIYi7QgEYftiJCXyVvrR7SGlK7AIwPz0INAC/"
]
}
},
"author": {
"nickname": "hercampus",
"unique_id": "hercampus",
"region": "US",
"uid": "167450281859964928",
"avatar_larger": {
"uri": "https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/8a57f9686e1f52263841295ec656b60c~tplv-tiktokx-cropcenter:300:300.jpeg",
"url_list": [
"https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/8a57f9686e1f52263841295ec656b60c~tplv-tiktokx-cropcenter:300:300.jpeg"
]
},
"avatar_medium": {
"uri": "https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/8a57f9686e1f52263841295ec656b60c~tplv-tiktokx-cropcenter:300:300.jpeg",
"url_list": [
"https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/8a57f9686e1f52263841295ec656b60c~tplv-tiktokx-cropcenter:300:300.jpeg"
]
},
"avatar_thumb": {
"uri": "https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/8a57f9686e1f52263841295ec656b60c~tplv-tiktokx-cropcenter:300:300.jpeg",
"url_list": [
"https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/8a57f9686e1f52263841295ec656b60c~tplv-tiktokx-cropcenter:300:300.jpeg"
]
}
},
"statistics": {
"aweme_id": "7634552248974052630",
"collect_count": 16,
"comment_count": 9,
"play_count": 17410,
"share_count": 11,
"digg_count": 180,
"download_count": 2
},
"author_user_id": "167450281859964928",
"create_time_utc": "2026-04-30T14:02:03.000Z",
"media_id": "v24044gl0000d7pm1dnog65r7i26antg",
"region": "US",
"aweme_type": 0,
"is_ad": true,
"is_nff_or_nr": false,
"is_top": 0,
"item_comment_settings": 0,
"anchors": [
{
"id": "263840",
"component_key": "anchor_effect",
"description": "Effects",
"extra": "{\"effect_post_publish_count\":1063811572,\"effect_source\":0,\"is_commerce\":0,\"resource_id\":6711137499550323208}",
"keyword": "Green Screen",
"log_extra": "{\"anchor_id\":\"263840\",\"anchor_name\":\"Green Screen\",\"anchor_type\":\"prop\",\"has_friends_info\":\"0\"}",
"type": 28,
"actions": [
{
"schema": "shoot",
"action_type": 1,
"icon": {
"uri": "tiktok-obj/28px_primary_create_onDark3x.png",
"height": 720,
"width": 720,
"url_list": [
"https://p16-common.tiktokcdn-us.com/tiktok-obj/28px_primary_create_onDark3x.png~tplv-tiktokx-origin.image",
"https://p19-common.tiktokcdn-us.com/tiktok-obj/28px_primary_create_onDark3x.png~tplv-tiktokx-origin.image",
"https://p16-common.tiktokcdn-us.com/tiktok-obj/28px_primary_create_onDark3x.png~tplv-tiktokx-origin.jpeg"
]
}
}
],
"icon": {
"uri": "tiktok-obj/20px_anchor_effect3x.png",
"height": 720,
"width": 720,
"url_list": [
"https://p16-common.tiktokcdn-us.com/tiktok-obj/20px_anchor_effect3x.png~tplv-tiktokx-origin.image",
"https://p19-common.tiktokcdn-us.com/tiktok-obj/20px_anchor_effect3x.png~tplv-tiktokx-origin.image",
"https://p16-common.tiktokcdn-us.com/tiktok-obj/20px_anchor_effect3x.png~tplv-tiktokx-origin.jpeg"
]
},
"thumbnail": {
"uri": "cfaa5ce4a49351ceb195197df28a788b",
"height": 64,
"width": 64,
"url_list": [
"https://lf16-effectcdn-us.tiktokcdn-us.com/obj/tiktok-loki-effect-oracle-tx/cfaa5ce4a49351ceb195197df28a788b",
"https://lf19-effectcdn-us.tiktokcdn-us.com/obj/tiktok-loki-effect-oracle-tx/cfaa5ce4a49351ceb195197df28a788b"
]
}
}
],
"commerce_info": {
"ad_source": 1,
"adv_promotable": true,
"auction_ad_invited": false,
"branded_content_type": 0,
"is_diversion_ad": 0,
"with_comment_filter_words": false
}
}
],
"user_id": null
},
"request_id": "req_8f3c9a2b1d4e6f70",
"upstream_calls": 1,
"meta": {
"credits_charged": 1,
"credits_remaining": 9998
}
}{
"error": "INVALID_INPUT",
"message": "Invalid request body.",
"request_id": "req_8f3c9a2b1d4e6f70"
}{
"error": "UNAUTHORIZED",
"message": "Invalid scraper API key.",
"request_id": "req_8f3c9a2b1d4e6f70"
}{
"error": "INSUFFICIENT_SCRAPER_CREDITS",
"message": "Insufficient scraper credits.",
"request_id": "req_8f3c9a2b1d4e6f70"
}{
"error": "RESOURCE_NOT_FOUND",
"message": "Requested resource not found or unavailable.",
"request_id": "req_8f3c9a2b1d4e6f70"
}{
"error": "PAYLOAD_TOO_LARGE",
"message": "Request body must be 32KB or smaller.",
"request_id": "req_8f3c9a2b1d4e6f70"
}{
"error": "SCRAPER_RATE_LIMITED",
"message": "Scraper API rate limit exceeded.",
"request_id": "req_8f3c9a2b1d4e6f70"
}{
"error": "INTERNAL_ERROR",
"message": "Request failed. Your credits were refunded.",
"request_id": "req_8f3c9a2b1d4e6f70"
}{
"error": "UPSTREAM_ERROR",
"message": "Data source failed. Your credits were refunded.",
"request_id": "req_8f3c9a2b1d4e6f70"
}{
"error": "UPSTREAM_TIMEOUT",
"message": "Data source timed out. Your credits were refunded.",
"request_id": "req_8f3c9a2b1d4e6f70"
}Authorizations
Independent Scraper API key (scrape_live_*). Generate one in the Scraper dashboard.
Body
application/json
- Option 1
- Option 2
- Option 3
Use a handle (or unique_id) or a numeric creator id, not both.
Response
Completed lookup. Standard cost: 1 SideShift credit; account-specific pricing, when present, is shown in the Scraper dashboard and returned in the billing headers.
TikTok platform data payload. Field names and nesting are preserved.
Show child attributes
Show child attributes
SideShift request id. Include it in support requests.
Number of data-source lookups performed.
Available options:
1 Per-request credit accounting (also surfaced in the X-Scraper-Credits-* response headers).
Show child attributes
Show child attributes