Social Fetch
TikTok

List TikTok Shop store products

Get products listed in a TikTok Shop store.

GET/v1/tiktok/shop/products
1credit
x-api-key*stringheader

API key (`sfk_...`)

Parameters
3
url*stringquery

Public TikTok Shop store URL whose products should be listed.

min 1 chars · max 4096 chars

cursorstringoptionalquery

Pagination cursor from a previous response. Omit to request the first page.

min 1 chars · max 8192 chars

regionstringoptionalquery

Optional region code for the shop catalog. When omitted, the default catalog region is US.

one of: US, GB, DE, FR, IT, ID, MY, MX, PH, SG, ES, TH, VN, BR, JP, IE

Response fields
51

Endpoint-specific response payload.

datalookupStatus
string

Whether the storefront resolved for this request.

one of: found, not_found

Store summary when `lookupStatus` is `found`; null when the store could not be resolved.

datashopid
stringnullable

Shop seller identifier, when available.

min 1 chars

datashopname
stringnullable

Shop display name, when available.

min 1 chars

datashoplogoUrl
stringnullable

Shop logo image URL, when available.

min 1 chars

datashopstoreUrl
stringnullable

Canonical public URL for the shop storefront, when available.

min 1 chars

datashopregion
stringnullable

Region code reported for the storefront, when available.

min 1 chars

datashoprating
numbernullable

Average shop rating, when available.

≥ 0

datashopsoldCount
integernullable

Approximate units sold for the shop, when available.

≥ 0

datashopreviewCount
integernullable

Number of shop reviews, when available.

≥ 0

datashoponSellProductCount
integernullable

Count of products currently on sale, when available.

≥ 0

datashopfollowerCount
integernullable

Follower count for the shop, when available.

≥ 0

datashopvideoCount
integernullable

Video count associated with the shop, when available.

≥ 0

Product cards returned for the requested page.

dataproducts[]id
string

TikTok Shop product identifier.

min 1 chars

dataproducts[]title
string

Product title text.

min 1 chars

dataproducts[]description
stringnullable

Product description, when available.

dataproducts[]url
stringnullable

Canonical public URL for the product page, when available.

min 1 chars

dataproducts[]imageUrl
stringnullable

Primary product image URL, when available.

min 1 chars

Structured image size metadata when the image URL is available.

dataproducts[]imagewidth
integernullable

Image width in pixels, when available.

≥ 0

dataproducts[]imageheight
integernullable

Image height in pixels, when available.

≥ 0

dataproducts[]imageurl

Primary product image URL.

dataproducts[]shipFrom
stringnullable

Reported ship-from location text, when available.

dataproducts[]trustLabel
stringnullable

TikTok Shop trust badge label, when available.

Promotional, shipping, and trust labels for the product card.

dataproducts[]labels[]text
string

Label text shown for the product.

dataproducts[]labels[]type
integernullable

TikTok Shop label type code, when available.

Displayed price data.

dataproducts[]pricecurrencyCode
stringnullable

Currency name or code for displayed prices, when available.

dataproducts[]pricecurrencySymbol
stringnullable

Currency symbol for the listed price, when available.

dataproducts[]pricecurrent
stringnullable

Current sale price for the product, when available.

dataproducts[]priceoriginal
stringnullable

Original or list price before discount, when available.

dataproducts[]pricediscountText
stringnullable

Human-readable discount label, when available.

dataproducts[]pricesavingText
stringnullable

Human-readable savings line, when available.

Rating and sales metrics for the product.

dataproducts[]metricssold
integernullable

Approximate units sold, when available.

≥ 0

dataproducts[]metricsreviews
integernullable

Number of product reviews, when available.

≥ 0

dataproducts[]metricsrating
numbernullable

Average product rating, when available.

≥ 0

Selling shop for the product.

dataproducts[]shopid
stringnullable

TikTok Shop seller identifier, when available.

dataproducts[]shopname
stringnullable

Shop display name, when available.

dataproducts[]shoplogoUrl
stringnullable

Shop logo image URL, when available.

Pagination state for the current response.

datapagenextCursor
stringnullable

Opaque cursor to pass as `cursor` on the next request when `hasMore` is true; otherwise null.

min 1 chars

datapagehasMore
boolean

Whether another page of products can be requested for this store.

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/shop/products?url=https://www.tiktok.com/shop/store/goli-nutrition/7495794203056835079" \
  -H "x-api-key: YOUR_API_KEY"

Responses

Store listing result. `data.lookupStatus` is `not_found` when the storefront cannot be resolved.

On this page

No Headings