TikTok Shop Products API
API 한 번의 호출로 TikTok Shop Products 데이터를 받아 가세요. Returns the products listed on one TikTok Shop storefront: title, images, canonical URL, price and original price, sold count, review count, rating, SKU id, and the shop's own profile (name, rating, follower count, lifetime units sold, region). Sort by best-selling (`sort_by=top`) or newest (`sort_by=new_releases`); filter by `region`. Pages through the whole catalogue via `pagination.next_cursor`, and `data.total` carries the storefront's on-sale product count.
2026년 9월 업데이트SocialCrawl 팀이 직접 관리해요
TikTok Shop 스토어 한 곳에 올라온 상품을 돌려줍니다: 제목, 커버 이미지, URL, 가격, 판매량, 리뷰 수, 별점, 그리고 상점 정보.
판매순이나 최신순으로 한 상점의 카탈로그 전체를 커서로 넘겨볼 때 사용하세요. 전체 상점을 뒤지려면 search를 씁니다.
65개 플랫폼을 병렬로 검색합니다
Products API로 무엇을 할 수 있을까요
Products 엔드포인트가 통합 스키마와 계산 필드를 담은 TikTok Shop 데이터를 한 번의 요청으로 보내드려요. 스크래핑 인프라를 직접 만들거나 유지할 필요가 없어요.
요청 예시
curl -H "x-api-key: YOUR_API_KEY" \
"https://www.socialcrawl.dev/v1/tiktokshop/products?url=https%3A%2F%2Fwww.tiktok.com%2Fshop%2Fstore%2Fgoli-nutrition%2F7495794203056835079"import requests
response = requests.get(
"https://www.socialcrawl.dev/v1/tiktokshop/products",
params={
'url': 'https://www.tiktok.com/shop/store/goli-nutrition/7495794203056835079',
},
headers={"x-api-key": "YOUR_API_KEY"},
)
data = response.json()const response = await fetch(
"https://www.socialcrawl.dev/v1/tiktokshop/products?url=https%3A%2F%2Fwww.tiktok.com%2Fshop%2Fstore%2Fgoli-nutrition%2F7495794203056835079",
{
headers: { "x-api-key": "YOUR_API_KEY" },
},
);
const data = await response.json();파라미터
| 파라미터 | 필수 | 설명 |
|---|---|---|
| url | 예 | Full URL of the TikTok Shop page |
| sort_by | 아니오 | Sort products by best-selling (`top`) or newest (`new_releases`). Defaults to `top`. (top | new_releases) |
| region | 아니오 | Region to get shop products from. A storefront is only reachable from its own market, so a GB shop needs `region=GB`; the default is US. (US | GB | DE | FR | IT | ID | MY | MX | PH | SG | ES | TH | VN | BR | JP | IE) |
| cursor | 아니오 | Pagination cursor. Pass back `pagination.next_cursor` from the previous response. |
TikTok Shop Products API는 무엇을 돌려주나요
모든 응답은 하나의 통합 스키마를 따라요. 크레딧을 쓰기 전에 어떤 필드가 돌아오는지, 실제 응답 본문 그대로 확인해 보세요.
응답 예시 보기
{
"success": true,
"platform": "tiktokshop",
"endpoint": "/v1/tiktokshop/products",
"data": {
"items": [
{
"product": {
"id": "1729527313880355335",
"url": "https://www.tiktok.com/shop/pdp/1729527313880355335",
"title": "Goli Ashwagandha & Vitamin D Gummy - Mixed Berry, KSM-66, Vegan, Plant Based, Non-GMO, Gluten-Free & Gelatin Free. America's #1 Ashwagandha Brand",
"description": null,
"seller": "Goli Nutrition",
"brand": null,
"price": {
"current": 14.98,
"original": 19,
"currency": "USD"
},
"rating": {
"average": 4.5,
"count": 94500
},
"image_urls": [
"https://p16-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/2bc69aa9f6084480beee1bb4a8db3a69~tplv-fhlh96nyum-crop-webp:500:500.webp?dr=12190&t=555f072d&ps=933b5bde&shp=837c8b87&shcp=9b759fb9&idc=useast5&from=2205977479"
],
"availability": null,
"reviews_count": 94500,
"ext": {
"seller_id": "7495794203056835079",
"sold_count": 1301416,
"sku_id": "1729527298861535751",
"tiktokshop": {
"shop_id": "7495794203056835079",
"shop_name": "Goli Nutrition",
"shop_url": "https://www.tiktok.com/shop/store/goli-nutrition/7495794203056835079",
"shop_rating": 4.6,
"shop_region": "US",
"shop_followers": 597867,
"shop_products_count": 52,
"shop_reviews_count": 406851,
"shop_sold_count": 5725051,
"shop_videos_count": 4607,
"shop_logo_url": "https://p16-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/e7478d3e93d4487a9e772fa74e10f506~tplv-fhlh96nyum-resize-webp:300:300.webp?dr=12185&t=555f072d&ps=933b5bde&shp=905da467&shcp=837c8b87&idc=useast5&from=2422056039"
}
}
}
},
{
"product": {
"id": "1731194857673101831",
"url": "https://www.tiktok.com/shop/pdp/1731194857673101831",
"title": "Goli Zero Sugar Best Seller Trio – Daily Gut & Wellness Support with Pre, Post & Probiotics, Apple Cider Vinegar, Ashwagandha & L-Theanine Gummies",
"description": null,
"seller": "Goli Nutrition",
"brand": null,
"price": {
"current": 30.8,
"original": 57,
"currency": "USD"
},
"rating": {
"average": 4.5,
"count": 46541
},
"image_urls": [
"https://p16-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/02f1b939f53d400998099bfad0f85a14~tplv-fhlh96nyum-crop-webp:500:500.webp?dr=12190&t=555f072d&ps=933b5bde&shp=837c8b87&shcp=9b759fb9&idc=useast5&from=2205977479"
],
"availability": null,
"reviews_count": 46541,
"ext": {
"seller_id": "7495794203056835079",
"sold_count": 1016167,
"sku_id": "1731194889857176071",
"tiktokshop": {
"shop_id": "7495794203056835079",
"shop_name": "Goli Nutrition",
"shop_url": "https://www.tiktok.com/shop/store/goli-nutrition/7495794203056835079",
"shop_rating": 4.6,
"shop_region": "US",
"shop_followers": 597867,
"shop_products_count": 52,
"shop_reviews_count": 406851,
"shop_sold_count": 5725051,
"shop_videos_count": 4607,
"shop_logo_url": "https://p16-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/e7478d3e93d4487a9e772fa74e10f506~tplv-fhlh96nyum-resize-webp:300:300.webp?dr=12185&t=555f072d&ps=933b5bde&shp=905da467&shcp=837c8b87&idc=useast5&from=2422056039"
}
}
}
}
],
"next_cursor": "WzM2OTEwLCIxNzMxMTczNzAzNDc1OTU4Mjc5Il0=",
"total": 52,
"dropped": 0
},
"credits_used": 1,
"request_id": "req_example000000",
"cached": false,
"pagination": {
"next_cursor": "sc.eyJ2IjoyLCJjIjoiV3pNMk9URXdMQ0l4TnpNeE1UY3pOekF6TkRjMU9UVTRNamM1SWwwPSIsImUiOiJ0aWt0b2tzaG9wL3Byb2R1Y3RzIiwicCI6ImN1cnNvciJ9",
"has_more": true,
"page_size": 20
},
"credits_remaining": 9999
}통합 응답 구조를 보여 주는 실제 샘플이에요. 필드 값은 조회한 대상에 따라 달라져요.
TikTok Shop Products API는 어떻게 동작하나요
API 키와 함께 GET 요청을 보내면, 통합 스키마와 계산 필드를 담은 깔끔한 JSON이 돌아와요.
메서드
GET
응답 형식
JSON
소셜 미디어 데이터를 몇 초 만에 수집하는 방법
개발자를 위한 가장 빠른 소셜 미디어 스크래핑 API. 월간 활성 사용자 100억 명 이상을 포괄하는 65개 플랫폼에서 프로필, 게시물, 댓글, 분석 데이터를 수집하세요.
모든 플랫폼을 하나의 스키마로
동일한 응답 구조로 65개 플랫폼을 조회하세요. 연동은 한 번이면 충분합니다.
단순 수집을 넘어 계산된 필드 제공
엔드포인트가 해당 지표를 지원하고 계산에 필요한 원본 값이 있을 때, 정규화된 레코드에 engagement_rate, estimated_reach, content_category, language를 함께 담아 바로 활용할 수 있습니다.
코드 한 줄 쓰기 전에, 데이터부터
Visual Data Explorer에 URL만 붙여넣으면 결과 카드와 정형화된 테이블, CSV 내보내기를 바로 사용할 수 있습니다.
import requests
response = requests.get(
'https://www.socialcrawl.dev/v1/tiktok/profile',
params={'handle': 'charlidamelio'},
headers={'x-api-key': 'sc_YOUR_API_KEY'}
)
data = response.json(){
"success": true,
"platform": "tiktok",
"data": {
"author": {
"username": "charlidamelio",
"followers": 152400000
},
"engagement": {
"likes": 12400000000,
"engagement_rate": 0.087
},
"metadata": {
"language": "en",
"content_category": "lifestyle"
}
}
}자주 묻는 질문
API, 요금제, 기능에 대한 질문과 답변입니다.
문의하기TikTok Shop의 상품 목록은 어떻게 받나요?
상품 응답에는 어떤 필드가 담기나요?
스토어 전체 상품은 어떻게 이어서 받나요?
어떤 지역의 TikTok Shop을 지원하나요?
이 엔드포인트는 요금이 얼마인가요?
AI에게 SocialCrawl을 물어보세요
TikTok Shop Products 데이터, 가져올 준비 되셨어요?
API 키 받고 60초 안에 TikTok Shop 데이터를 받아 가세요.
