curl --request POST \
--url https://app.sideshift.app/api/v1/scrape/tiktok/photo-search \
--header 'Content-Type: application/json' \
--data '
{
"query": "cooking",
"cursor": "0"
}
'import requests
url = "https://app.sideshift.app/api/v1/scrape/tiktok/photo-search"
payload = {
"query": "cooking",
"cursor": "0"
}
headers = {"Content-Type": "application/json"}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {'Content-Type': 'application/json'},
body: JSON.stringify({query: 'cooking', cursor: '0'})
};
fetch('https://app.sideshift.app/api/v1/scrape/tiktok/photo-search', 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/photo-search",
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([
'query' => 'cooking',
'cursor' => '0'
]),
CURLOPT_HTTPHEADER => [
"Content-Type: application/json"
],
]);
$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/photo-search"
payload := strings.NewReader("{\n \"query\": \"cooking\",\n \"cursor\": \"0\"\n}")
req, _ := http.NewRequest("POST", url, payload)
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/photo-search")
.header("Content-Type", "application/json")
.body("{\n \"query\": \"cooking\",\n \"cursor\": \"0\"\n}")
.asString();require 'uri'
require 'net/http'
url = URI("https://app.sideshift.app/api/v1/scrape/tiktok/photo-search")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Post.new(url)
request["Content-Type"] = 'application/json'
request.body = "{\n \"query\": \"cooking\",\n \"cursor\": \"0\"\n}"
response = http.request(request)
puts response.read_body{
"data": {
"cursor": "30",
"has_more": true,
"keywords": "cooking",
"search_item_list": [
{
"anchors": null,
"author_user_id": "7159357152254968875",
"aweme_id": "7636153929700576543",
"aweme_type": 150,
"create_time": 1777930657,
"create_time_utc": "2026-05-04T21:37:37.000Z",
"desc": null,
"desc_language": null,
"is_ad": false,
"is_eligible_for_commission": null,
"is_nff_or_nr": false,
"is_paid_partnership": null,
"is_top": 0,
"item_comment_settings": 0,
"media_id": null,
"region": "US",
"shop_product_url": null,
"url": "https://www.tiktok.com/@drillyty/photo/7636153929700576543",
"author": {
"events": null,
"language": null,
"nickname": "⃟",
"region": "US",
"sec_uid": null,
"short_id": null,
"signature": null,
"social_info": null,
"uid": "7159357152254968875",
"unique_id": "drillyty",
"avatar_larger": {
"height": null,
"uri": "https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/0dbac9b78f088919a52104016e7b36c9~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg",
"url_prefix": null,
"width": null,
"url_list": [
"https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/0dbac9b78f088919a52104016e7b36c9~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg"
]
},
"avatar_medium": {
"height": null,
"uri": "https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/0dbac9b78f088919a52104016e7b36c9~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg",
"url_prefix": null,
"width": null,
"url_list": [
"https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/0dbac9b78f088919a52104016e7b36c9~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg"
]
},
"avatar_thumb": {
"height": null,
"uri": "https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/0dbac9b78f088919a52104016e7b36c9~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg",
"url_prefix": null,
"width": null,
"url_list": [
"https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/0dbac9b78f088919a52104016e7b36c9~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg"
]
}
},
"commerce_info": {
"adv_promotable": false,
"auction_ad_invited": false,
"branded_content_type": 0,
"is_diversion_ad": 0,
"organic_log_extra": "{\"req_id\":\"2026080723115469E59B3EE11EF454C886\"}",
"with_comment_filter_words": false
},
"image_post_info": {
"image_post_cover": {
"display_image": {
"height": null,
"uri": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-i-photomode-tx2/49d1d723d6d14e15a891dc04fcb3bf91~tplv-photomode-image-v1:q70.jpeg",
"url_prefix": null,
"width": null,
"url_list": [
"https://p16-common-sign.tiktokcdn-us.com/tos-useast8-i-photomode-tx2/49d1d723d6d14e15a891dc04fcb3bf91~tplv-photomode-image-v1:q70.jpeg"
]
},
"owner_watermark_image": {
"height": null,
"uri": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-i-photomode-tx2/49d1d723d6d14e15a891dc04fcb3bf91~tplv-photomode-image-v1:q70.jpeg",
"url_prefix": null,
"width": null,
"url_list": [
"https://p16-common-sign.tiktokcdn-us.com/tos-useast8-i-photomode-tx2/49d1d723d6d14e15a891dc04fcb3bf91~tplv-photomode-image-v1:q70.jpeg"
]
}
},
"images": [
{
"display_image": {
"height": null,
"uri": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-i-photomode-tx2/49d1d723d6d14e15a891dc04fcb3bf91~tplv-photomode-image-v1:q70.jpeg",
"url_prefix": null,
"width": null,
"url_list": [
"https://p16-common-sign.tiktokcdn-us.com/tos-useast8-i-photomode-tx2/49d1d723d6d14e15a891dc04fcb3bf91~tplv-photomode-image-v1:q70.jpeg"
]
},
"owner_watermark_image": {
"height": null,
"uri": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-i-photomode-tx2/49d1d723d6d14e15a891dc04fcb3bf91~tplv-photomode-image-v1:q70.jpeg",
"url_prefix": null,
"width": null,
"url_list": [
"https://p16-common-sign.tiktokcdn-us.com/tos-useast8-i-photomode-tx2/49d1d723d6d14e15a891dc04fcb3bf91~tplv-photomode-image-v1:q70.jpeg"
]
}
}
]
},
"music": {
"album": null,
"author": "🪶🎱ℳ𝒜𝒦ℰ𝒩𝒵ℐℰ🎱🪶",
"duration": 13,
"id": "7630573548822350605",
"id_str": "7630573548822350605",
"is_original": true,
"is_original_sound": true,
"mid": "7630573548822350605",
"owner_nickname": "🪶🎱ℳ𝒜𝒦ℰ𝒩𝒵ℐℰ🎱🪶",
"title": "original sound - makenzie67_1",
"user_count": null,
"cover_large": {
"height": null,
"uri": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/1237c559c98a5620cc479d61aceaecca~tplv-tiktokx-cropcenter-q:1080:1080:q70.jpeg",
"url_prefix": null,
"width": null,
"url_list": [
"https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/1237c559c98a5620cc479d61aceaecca~tplv-tiktokx-cropcenter-q:1080:1080:q70.jpeg"
]
},
"cover_medium": {
"height": null,
"uri": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/1237c559c98a5620cc479d61aceaecca~tplv-tiktokx-cropcenter-q:1080:1080:q70.jpeg",
"url_prefix": null,
"width": null,
"url_list": [
"https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/1237c559c98a5620cc479d61aceaecca~tplv-tiktokx-cropcenter-q:1080:1080:q70.jpeg"
]
},
"cover_thumb": {
"height": null,
"uri": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/1237c559c98a5620cc479d61aceaecca~tplv-tiktokx-cropcenter-q:1080:1080:q70.jpeg",
"url_prefix": null,
"width": null,
"url_list": [
"https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/1237c559c98a5620cc479d61aceaecca~tplv-tiktokx-cropcenter-q:1080:1080:q70.jpeg"
]
}
},
"statistics": {
"aweme_id": "7636153929700576543",
"collect_count": null,
"comment_count": 1338,
"digg_count": 128163,
"download_count": 67,
"forward_count": null,
"lose_comment_count": null,
"lose_count": null,
"play_count": 1139909,
"repost_count": null,
"share_count": 2664,
"whatsapp_share_count": null
},
"video": {
"data_size": null,
"duration": 0,
"height": null,
"watermark_data_size": null,
"width": null,
"cover": {
"height": null,
"uri": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-i-photomode-tx2/49d1d723d6d14e15a891dc04fcb3bf91~tplv-photomode-image-cover:640:0:q70.webp",
"url_prefix": null,
"width": null,
"url_list": [
"https://p16-common-sign.tiktokcdn-us.com/tos-useast8-i-photomode-tx2/49d1d723d6d14e15a891dc04fcb3bf91~tplv-photomode-image-cover:640:0:q70.webp"
]
},
"download_addr": {
"height": null,
"uri": "https://v45.tiktokcdn-us.com/836445a62b2fe9d0d55625f6a58140f8/6a7fa103/video/tos/useast5/tos-useast5-v-27dcd7-tx/oYIykQdYGwfynCZaAIewEYGqMLnesTHo3ScTYg/",
"url_prefix": null,
"width": null,
"url_list": [
"https://v45.tiktokcdn-us.com/836445a62b2fe9d0d55625f6a58140f8/6a7fa103/video/tos/useast5/tos-useast5-v-27dcd7-tx/oYIykQdYGwfynCZaAIewEYGqMLnesTHo3ScTYg/"
]
},
"dynamic_cover": {
"height": null,
"uri": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-i-photomode-tx2/49d1d723d6d14e15a891dc04fcb3bf91~tplv-photomode-image-cover:640:0:q70.webp",
"url_prefix": null,
"width": null,
"url_list": [
"https://p16-common-sign.tiktokcdn-us.com/tos-useast8-i-photomode-tx2/49d1d723d6d14e15a891dc04fcb3bf91~tplv-photomode-image-cover:640:0:q70.webp"
]
},
"origin_cover": {
"height": null,
"uri": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-i-photomode-tx2/49d1d723d6d14e15a891dc04fcb3bf91~tplv-photomode-image-cover:640:0:q70.webp",
"url_prefix": null,
"width": null,
"url_list": [
"https://p16-common-sign.tiktokcdn-us.com/tos-useast8-i-photomode-tx2/49d1d723d6d14e15a891dc04fcb3bf91~tplv-photomode-image-cover:640:0:q70.webp"
]
},
"play_addr": {
"height": null,
"uri": "https://v45.tiktokcdn-us.com/836445a62b2fe9d0d55625f6a58140f8/6a7fa103/video/tos/useast5/tos-useast5-v-27dcd7-tx/oYIykQdYGwfynCZaAIewEYGqMLnesTHo3ScTYg/",
"url_prefix": null,
"width": null,
"url_list": [
"https://v45.tiktokcdn-us.com/836445a62b2fe9d0d55625f6a58140f8/6a7fa103/video/tos/useast5/tos-useast5-v-27dcd7-tx/oYIykQdYGwfynCZaAIewEYGqMLnesTHo3ScTYg/"
]
}
}
}
]
},
"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"
}Keyword search restricted to photo (slideshow) posts. Platform field names are preserved inside data. Billing: 1 SideShift credit per completed lookup.
curl --request POST \
--url https://app.sideshift.app/api/v1/scrape/tiktok/photo-search \
--header 'Content-Type: application/json' \
--data '
{
"query": "cooking",
"cursor": "0"
}
'import requests
url = "https://app.sideshift.app/api/v1/scrape/tiktok/photo-search"
payload = {
"query": "cooking",
"cursor": "0"
}
headers = {"Content-Type": "application/json"}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {'Content-Type': 'application/json'},
body: JSON.stringify({query: 'cooking', cursor: '0'})
};
fetch('https://app.sideshift.app/api/v1/scrape/tiktok/photo-search', 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/photo-search",
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([
'query' => 'cooking',
'cursor' => '0'
]),
CURLOPT_HTTPHEADER => [
"Content-Type: application/json"
],
]);
$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/photo-search"
payload := strings.NewReader("{\n \"query\": \"cooking\",\n \"cursor\": \"0\"\n}")
req, _ := http.NewRequest("POST", url, payload)
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/photo-search")
.header("Content-Type", "application/json")
.body("{\n \"query\": \"cooking\",\n \"cursor\": \"0\"\n}")
.asString();require 'uri'
require 'net/http'
url = URI("https://app.sideshift.app/api/v1/scrape/tiktok/photo-search")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Post.new(url)
request["Content-Type"] = 'application/json'
request.body = "{\n \"query\": \"cooking\",\n \"cursor\": \"0\"\n}"
response = http.request(request)
puts response.read_body{
"data": {
"cursor": "30",
"has_more": true,
"keywords": "cooking",
"search_item_list": [
{
"anchors": null,
"author_user_id": "7159357152254968875",
"aweme_id": "7636153929700576543",
"aweme_type": 150,
"create_time": 1777930657,
"create_time_utc": "2026-05-04T21:37:37.000Z",
"desc": null,
"desc_language": null,
"is_ad": false,
"is_eligible_for_commission": null,
"is_nff_or_nr": false,
"is_paid_partnership": null,
"is_top": 0,
"item_comment_settings": 0,
"media_id": null,
"region": "US",
"shop_product_url": null,
"url": "https://www.tiktok.com/@drillyty/photo/7636153929700576543",
"author": {
"events": null,
"language": null,
"nickname": "⃟",
"region": "US",
"sec_uid": null,
"short_id": null,
"signature": null,
"social_info": null,
"uid": "7159357152254968875",
"unique_id": "drillyty",
"avatar_larger": {
"height": null,
"uri": "https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/0dbac9b78f088919a52104016e7b36c9~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg",
"url_prefix": null,
"width": null,
"url_list": [
"https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/0dbac9b78f088919a52104016e7b36c9~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg"
]
},
"avatar_medium": {
"height": null,
"uri": "https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/0dbac9b78f088919a52104016e7b36c9~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg",
"url_prefix": null,
"width": null,
"url_list": [
"https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/0dbac9b78f088919a52104016e7b36c9~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg"
]
},
"avatar_thumb": {
"height": null,
"uri": "https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/0dbac9b78f088919a52104016e7b36c9~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg",
"url_prefix": null,
"width": null,
"url_list": [
"https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/0dbac9b78f088919a52104016e7b36c9~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg"
]
}
},
"commerce_info": {
"adv_promotable": false,
"auction_ad_invited": false,
"branded_content_type": 0,
"is_diversion_ad": 0,
"organic_log_extra": "{\"req_id\":\"2026080723115469E59B3EE11EF454C886\"}",
"with_comment_filter_words": false
},
"image_post_info": {
"image_post_cover": {
"display_image": {
"height": null,
"uri": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-i-photomode-tx2/49d1d723d6d14e15a891dc04fcb3bf91~tplv-photomode-image-v1:q70.jpeg",
"url_prefix": null,
"width": null,
"url_list": [
"https://p16-common-sign.tiktokcdn-us.com/tos-useast8-i-photomode-tx2/49d1d723d6d14e15a891dc04fcb3bf91~tplv-photomode-image-v1:q70.jpeg"
]
},
"owner_watermark_image": {
"height": null,
"uri": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-i-photomode-tx2/49d1d723d6d14e15a891dc04fcb3bf91~tplv-photomode-image-v1:q70.jpeg",
"url_prefix": null,
"width": null,
"url_list": [
"https://p16-common-sign.tiktokcdn-us.com/tos-useast8-i-photomode-tx2/49d1d723d6d14e15a891dc04fcb3bf91~tplv-photomode-image-v1:q70.jpeg"
]
}
},
"images": [
{
"display_image": {
"height": null,
"uri": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-i-photomode-tx2/49d1d723d6d14e15a891dc04fcb3bf91~tplv-photomode-image-v1:q70.jpeg",
"url_prefix": null,
"width": null,
"url_list": [
"https://p16-common-sign.tiktokcdn-us.com/tos-useast8-i-photomode-tx2/49d1d723d6d14e15a891dc04fcb3bf91~tplv-photomode-image-v1:q70.jpeg"
]
},
"owner_watermark_image": {
"height": null,
"uri": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-i-photomode-tx2/49d1d723d6d14e15a891dc04fcb3bf91~tplv-photomode-image-v1:q70.jpeg",
"url_prefix": null,
"width": null,
"url_list": [
"https://p16-common-sign.tiktokcdn-us.com/tos-useast8-i-photomode-tx2/49d1d723d6d14e15a891dc04fcb3bf91~tplv-photomode-image-v1:q70.jpeg"
]
}
}
]
},
"music": {
"album": null,
"author": "🪶🎱ℳ𝒜𝒦ℰ𝒩𝒵ℐℰ🎱🪶",
"duration": 13,
"id": "7630573548822350605",
"id_str": "7630573548822350605",
"is_original": true,
"is_original_sound": true,
"mid": "7630573548822350605",
"owner_nickname": "🪶🎱ℳ𝒜𝒦ℰ𝒩𝒵ℐℰ🎱🪶",
"title": "original sound - makenzie67_1",
"user_count": null,
"cover_large": {
"height": null,
"uri": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/1237c559c98a5620cc479d61aceaecca~tplv-tiktokx-cropcenter-q:1080:1080:q70.jpeg",
"url_prefix": null,
"width": null,
"url_list": [
"https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/1237c559c98a5620cc479d61aceaecca~tplv-tiktokx-cropcenter-q:1080:1080:q70.jpeg"
]
},
"cover_medium": {
"height": null,
"uri": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/1237c559c98a5620cc479d61aceaecca~tplv-tiktokx-cropcenter-q:1080:1080:q70.jpeg",
"url_prefix": null,
"width": null,
"url_list": [
"https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/1237c559c98a5620cc479d61aceaecca~tplv-tiktokx-cropcenter-q:1080:1080:q70.jpeg"
]
},
"cover_thumb": {
"height": null,
"uri": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/1237c559c98a5620cc479d61aceaecca~tplv-tiktokx-cropcenter-q:1080:1080:q70.jpeg",
"url_prefix": null,
"width": null,
"url_list": [
"https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/1237c559c98a5620cc479d61aceaecca~tplv-tiktokx-cropcenter-q:1080:1080:q70.jpeg"
]
}
},
"statistics": {
"aweme_id": "7636153929700576543",
"collect_count": null,
"comment_count": 1338,
"digg_count": 128163,
"download_count": 67,
"forward_count": null,
"lose_comment_count": null,
"lose_count": null,
"play_count": 1139909,
"repost_count": null,
"share_count": 2664,
"whatsapp_share_count": null
},
"video": {
"data_size": null,
"duration": 0,
"height": null,
"watermark_data_size": null,
"width": null,
"cover": {
"height": null,
"uri": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-i-photomode-tx2/49d1d723d6d14e15a891dc04fcb3bf91~tplv-photomode-image-cover:640:0:q70.webp",
"url_prefix": null,
"width": null,
"url_list": [
"https://p16-common-sign.tiktokcdn-us.com/tos-useast8-i-photomode-tx2/49d1d723d6d14e15a891dc04fcb3bf91~tplv-photomode-image-cover:640:0:q70.webp"
]
},
"download_addr": {
"height": null,
"uri": "https://v45.tiktokcdn-us.com/836445a62b2fe9d0d55625f6a58140f8/6a7fa103/video/tos/useast5/tos-useast5-v-27dcd7-tx/oYIykQdYGwfynCZaAIewEYGqMLnesTHo3ScTYg/",
"url_prefix": null,
"width": null,
"url_list": [
"https://v45.tiktokcdn-us.com/836445a62b2fe9d0d55625f6a58140f8/6a7fa103/video/tos/useast5/tos-useast5-v-27dcd7-tx/oYIykQdYGwfynCZaAIewEYGqMLnesTHo3ScTYg/"
]
},
"dynamic_cover": {
"height": null,
"uri": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-i-photomode-tx2/49d1d723d6d14e15a891dc04fcb3bf91~tplv-photomode-image-cover:640:0:q70.webp",
"url_prefix": null,
"width": null,
"url_list": [
"https://p16-common-sign.tiktokcdn-us.com/tos-useast8-i-photomode-tx2/49d1d723d6d14e15a891dc04fcb3bf91~tplv-photomode-image-cover:640:0:q70.webp"
]
},
"origin_cover": {
"height": null,
"uri": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-i-photomode-tx2/49d1d723d6d14e15a891dc04fcb3bf91~tplv-photomode-image-cover:640:0:q70.webp",
"url_prefix": null,
"width": null,
"url_list": [
"https://p16-common-sign.tiktokcdn-us.com/tos-useast8-i-photomode-tx2/49d1d723d6d14e15a891dc04fcb3bf91~tplv-photomode-image-cover:640:0:q70.webp"
]
},
"play_addr": {
"height": null,
"uri": "https://v45.tiktokcdn-us.com/836445a62b2fe9d0d55625f6a58140f8/6a7fa103/video/tos/useast5/tos-useast5-v-27dcd7-tx/oYIykQdYGwfynCZaAIewEYGqMLnesTHo3ScTYg/",
"url_prefix": null,
"width": null,
"url_list": [
"https://v45.tiktokcdn-us.com/836445a62b2fe9d0d55625f6a58140f8/6a7fa103/video/tos/useast5/tos-useast5-v-27dcd7-tx/oYIykQdYGwfynCZaAIewEYGqMLnesTHo3ScTYg/"
]
}
}
}
]
},
"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"
}Body
- Option 1
- Option 2
Search keyword / phrase. Accepted alias group: query or keywords.
Search keyword / phrase. Accepted alias group: query or keywords.
Pagination cursor — echo back the cursor from the previous response. Omit it for the first page.
ISO-2 region code to search from (e.g. 'US'); see /api/v1/scrape/tiktok/regions
Response
Completed lookup. 1 SideShift credit.
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.
1 Per-request credit accounting (also surfaced in the X-Scraper-Credits-* response headers).
Show child attributes
Show child attributes