TikTok Shop API

TikTok Shop Product full API

Deep TikTok Shop product record from a product URL: affiliate commission rate, units sold and GMV over the last 30 days and lifetime, stock, rating, review count, category tree, listing date, and the seller's own sales totals.

POST/v1/run/tiktok_shop.product_full
Uptime
92.86%
30d · 14 calls
Requests
14
30d · weekly, last 12 wks
Response
7.6s
median · 30d

Pricing

One price, in dollars

Providers
Octopus13 served92.86% uptime7441ms p50$22.00/1k reqflat

Try it

Make your first request

Open in
Get a free key
Sample response
Free runs return only the first 3 results. Fund a key to get the full response.
{
  "data": {
    "categoryId": "general",
    "categoryPath": "general",
    "categoryRank": 1,
    "commissionRatePct": 12.5,
    "currency": "USD",
    "gmv": 12.5,
    "gmv30d": 12.5,
    "image": "https://example.com/image.jpg",
    "listedUtc": 12.5,
    "liveCount": 12500,
    "liveCount30d": 12500,
    "maxPrice": 19.99,
    "minPrice": 19.99,
    "offShelf": true,
    "price": 19.99,
    "productId": "a1b2c3d4",
    "rating": 4.6,
    "region": "CA",
    "reviewCount": 12500,
    "sellerGmv": 12.5,
    "sellerId": "a1b2c3d4",
    "sellerName": "Example title",
    "sellerUnitsSold": 12.5,
    "sellerUrl": "https://example.com/page",
    "stock": 12.5,
    "title": "Example title",
    "unitsSold": 12.5,
    "unitsSold30d": 12.5,
    "url": "https://example.com/page",
    "videoCount": 12500,
    "videoCount30d": 12500
  },
  "found": true
}
Response interface
interface TiktokShopProductFullResponse {
  data: {
    categoryId?: string;
    categoryPath?: string;
    categoryRank?: number;
    commissionRatePct?: number;
    currency?: string;
    gmv?: number;
    gmv30d?: number;
    image?: string;
    listedUtc?: number;
    liveCount?: number;
    liveCount30d?: number;
    maxPrice?: number;
    minPrice?: number;
    offShelf?: boolean;
    price?: number;
    productId: string;
    rating?: number;
    region?: string;
    reviewCount?: number;
    sellerGmv?: number;
    sellerId?: string;
    sellerName?: string;
    sellerUnitsSold?: number;
    sellerUrl?: string;
    stock?: number;
    title: string;
    unitsSold?: number;
    unitsSold30d?: number;
    url?: string;
    videoCount?: number;
    videoCount30d?: number;
  } | null;
  found: boolean;
}

Full parameter and response reference - every field, type, and example for this endpoint.

Reference

Request, response, and price

Last verified 2026-09-12 · uptime and latency measured over 30d
POST /v1/run/tiktok_shop.product_full
curl -X POST https://api.getanyapi.com/v1/run/tiktok_shop.product_full \
  -H "Authorization: Bearer $ANYAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://www.tiktok.com/shop/pdp/1729527313880355335"}'
FieldTypeExample value
Request body
urlstring"https://www.tiktok.com/shop/pdp/1729527313880355335"TikTok Shop product URL. Any of the public forms works (https://www.tiktok.com/shop/pdp/<id>, https://shop.tiktok.com/<region>/pdp/<slug>/<id>, or https://shop.tiktok.com/view/product/<id>); the product id is read out of it.
Response
dataobject
data.categoryIdstringTop-level TikTok Shop category id.
data.categoryPathstringSlash-separated category breadcrumb, e.g. Health/Nutrition & Wellness/Vitamins.
data.categoryRanknumberSales rank of this product within its category. Approximate.
data.commissionRatePctnumberAffiliate commission rate as a percentage, e.g. 25 for 25%. Zero when the product runs no open affiliate offer.
data.currencystringISO currency code, e.g. USD. Populated whenever the provider has data for the entity.
data.gmvnumberLifetime gross merchandise value in the product's currency. Rounded upstream to three significant figures, so treat it as approximate.
data.gmv30dnumberGross merchandise value over the last 30 days, in the product's currency. Rounded upstream to three significant figures, so treat it as approximate.
data.imagestringPrimary product image URL.
data.listedUtcnumberUTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds.
data.liveCountnumberLifetime count of live streams promoting this product. Approximate.
data.liveCount30dnumberLive streams promoting this product in the last 30 days. Approximate.
data.maxPricenumberHighest variant price.
data.minPricenumberLowest variant price.
data.offShelfbooleanTrue when the listing is no longer on sale.
data.pricenumberCurrent selling price in the product's currency. Populated whenever the provider has data for the entity.
data.productIdstringTikTok Shop product id. Populated whenever the provider has data for the entity.
data.ratingnumberAverage review score.
data.regionstringTwo-letter country code of the TikTok Shop market, e.g. US.
data.reviewCountnumberNumber of reviews. Rounded upstream to three significant figures, so treat it as approximate.
data.sellerGmvnumberSeller's lifetime gross merchandise value. Approximate.
data.sellerIdstringTikTok Shop seller id.
data.sellerNamestringSeller shop name. Populated whenever the provider has data for the entity.
data.sellerUnitsSoldnumberSeller's lifetime units sold across all products. Approximate.
data.sellerUrlstringSeller storefront URL.
data.stocknumberUnits currently in stock. Rounded upstream to three significant figures, so treat it as approximate.
data.titlestringProduct title. Populated whenever the provider has data for the entity.
data.unitsSoldnumberLifetime units sold. Rounded upstream to three significant figures, so treat it as approximate.
data.unitsSold30dnumberUnits sold in the last 30 days. Rounded upstream to three significant figures, so treat it as approximate.
data.urlstringCanonical product detail page URL. Populated whenever the provider has data for the entity.
data.videoCountnumberLifetime count of videos promoting this product. Approximate.
data.videoCount30dnumberVideos promoting this product in the last 30 days. Approximate.
foundboolean
Price
Price per requestUSD$0.022
Price /1k reqUSD$22.00

FAQ

About the TikTok Shop Product full API

The AnyAPI TikTok Shop Product full API returns TikTok Shop product full data as normalized JSON from one POST call to /v1/run/tiktok_shop.product_full. Deep TikTok Shop product record from a product URL: affiliate commission rate, units sold and GMV over the last 30 days and lifetime, stock, rating, review count, category tree, listing date, and the seller's own sales totals. AnyAPI returns one normalized schema whichever source serves it. It costs from $22 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 92.9% of TikTok Shop product full calls through AnyAPI succeeded, with a median response time of 7.6 seconds across 14 measured calls.

It costs from $22 per 1,000 requests, in US dollars with no subscription and no monthly minimum. You fund one USD wallet, each call draws it down, and a failed request costs $0.

Deep TikTok Shop product record from a product URL: affiliate commission rate, units sold and GMV over the last 30 days and lifetime, stock, rating, review count, category tree, listing date, and the seller's own sales totals. The response is normalized JSON with the same envelope every AnyAPI endpoint returns, so parsing a second endpoint is a change of URL and nothing else.

Over the last 30 days, 92.9% of TikTok Shop product full calls through AnyAPI succeeded, with a median response time of 7.6 seconds across 14 measured calls. These are AnyAPI's own measurements of traffic through the gateway, recomputed continuously, not a published service-level target.