TikTok
GET/v1/tiktok/products
1credit
Headers
Get your API keyx-api-key*stringheader
API key (`sfk_...`)
Parameters
2
url*stringquery
Public TikTok Shop product detail page URL for the product to retrieve.
min 1 chars · max 4096 chars
regionstringoptionalquery
Optional country or region code for the product catalog. When omitted, the default catalog region applies.
one of: US, GB, DE, FR, IT, ID, MY, MX, PH, SG, ES, TH, VN, BR, JP, IE
Response fields
6
Endpoint-specific response payload.
dataproduct
object
Product detail data from the catalog, when the product page could be resolved.
Metadata describing the request and billing outcome.
metarequestId
string
Unique request identifier for tracing this API call.
min 1 chars
metacreditsCharged
integer
Credits charged for this request.
≥ 0
metaversion
string
Public API version that served the response.
one of: v1
Code example
curl "https://api.socialfetch.dev/v1/tiktok/products?url=https://www.tiktok.com/shop/pdp/goli-ashwagandha-gummies-with-vitamin-d-ksm-66-vegan-non-gmo/1729587769570529799" \
-H "x-api-key: YOUR_API_KEY"Responses
Product detail for the given product page URL.