TikTok Shop · Guide

How to get TikTok Shop product details

TL;DR
To get TikTok Shop product details, sign up for a free Captapi key, then send one GET request to /v1/tiktok-shop/product-details with your input. You get clean JSON back in seconds for 14 credits per call — no OAuth, scraping or platform SDKs. Get a TikTok Shop product — title, price, images, seller, and sales signals as structured JSON.

How to get TikTok Shop product details (step by step)

  1. 1

    Get a free API key

    Create a free Captapi account (100 credits, no card) and generate an API key from the dashboard.

  2. 2

    Call the TikTok Shop Product Details API

    Send an authenticated GET request to /v1/tiktok-shop/product-details with your input. No OAuth, no scraping setup.

  3. 3

    Read the JSON response

    Parse the clean JSON response. Pass cache=true for a free 24h cache hit; default is always fresh.

Code example

curl "https://api.captapi.com/v1/tiktok-shop/product-details?url=https%3A%2F%2Fwww.tiktok.com%2Fshop%2Fpdp%2F1731743608991158724" \
  -H "Authorization: Bearer capt_live_..."
# or: -H "x-api-key: capt_live_..."

What the response looks like

{
  "success": true,
  "data": {
    "platform": "tiktok_shop",
    "id": "1731743608991158724",
    "url": "https://www.tiktok.com/shop/pdp/1731743608991158724",
    "title": "OREKROY MagSafe Magnetic Acrylic Hard Clear Case for iPhone 17 16 15 Pro Max 17 Air Plus 14 13 12 , Camera Lens Protector with built-in Ring Kickstand, Military Grade Shockproof Phone Cover",
    "description": null,
    "price": "$17.98",
    "originalPrice": null,
    "currency": "USD",
    "discount": null,
    "rating": null,
    "reviews": null,
    "sold": 9603,
    "stock": 19086,
    "image": "https://p16-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/99ec732d36e840219ad5ea1db2706843~tplv-fhlh96nyum-crop-webp:800:800.webp?dr=12190&t=555f072d&ps=933b5bde&shp=7745054a&shcp=9b759fb9&idc=useast5&from=2001012042",
    "seller": {
      "id": null,
      "name": "comittok",
      "url": null,
      "rating": 4.3
    }
  }
}

Billing metadata (credits charged, cache hit/miss) is returned in the X-Captapi-Credits and X-Captapi-Cache response headers.

Request parameters

NameTypeRequiredDescription
urlstring YesTikTok Shop product URL. The URL platform must match this endpoint's platform. Do not pass cross-platform URLs, e.g. YouTube to TikTok, Instagram to Facebook, LinkedIn to X/Twitter, or Pinterest to Rumble.
cachebooleanNoSet true to serve from the 24h response cache. Default false — always fetch fresh data.

Frequently asked questions

What does the TikTok Shop Product Details API do?

The TikTok Shop Product Details API lets you fetch full metadata and key stats from a public TikTok Shop listing or product using one GET request to /v1/tiktok-shop/product-details. It returns clean JSON — no OAuth or infrastructure setup required.

How many credits does the TikTok Shop Product Details API cost?

Each successful call costs 14 credits. Pass cache=true to serve from the 24h shared cache (0 credits on hit); default is always fresh. Failed or empty results are never charged.

Do I need a TikTok Shop API key or OAuth?

No. A single Captapi key works across every platform Captapi supports — YouTube, TikTok, Instagram, Facebook, Twitter/X, Reddit, Threads, Bluesky, Pinterest, LinkedIn, Rumble, Spotify, Kwai, and more. We handle proxies, rate limits, retries, and authentication for you.

Is the TikTok Shop Product Details API suitable for production use?

Yes. It is a stable REST endpoint with predictable JSON and automatic retries. Pass cache=true to serve from the 24h shared cache (0 credits on hit); default is always fresh. Use it for analytics, monitoring, and content automation.

Ready to get TikTok Shop product details?

Start free with 100 credits — no credit card required.

Get your free API key