Get TikTok Product Info

Look up a TikTok Shop product by its ID. The endpoint returns the listing record for that item, so you can read how the product is presented on the platform, track how the offer changes over time and connect it back to the videos promoting it. That suits catalogue monitoring and affiliate tooling that needs the commerce side of TikTok rather than the social feed.

Try on Playground
Endpoint Info
Request Method
:
GET
Request URL
:
https://api.primeapi.co/product-info?productId={productId}
Required Parameters
:
productId
Request Examples
Request Flow
:
Product Info is a single GET call to /product-info, and productId has to travel with it in the query string. Swap YOUR_API_KEY for your own key and both snippets below run as they are.
Authentication
:
Header based. Send X-PrimeAPI-Key with every request — there is no OAuth handshake and no token to refresh.
Credits
:
One Product Info call costs 1 credit. Your remaining balance comes back on every response in the X-PrimeAPI-Balance header, so you can watch usage without a second lookup.
cURL
curl -X GET "https://api.primeapi.co/product-info?productId=1729423833780687005" \
  -H "X-PrimeAPI-Key: YOUR_API_KEY"
Python - Requests
import requests

url = "https://api.primeapi.co/product-info?productId=1729423833780687005"
headers = {"X-PrimeAPI-Key": "YOUR_API_KEY"}

response = requests.get(url, headers=headers)

print(response.json())
print("Credits left:", response.headers.get("X-PrimeAPI-Balance"))
Endpoint Response
Example URL
:
https://api.primeapi.co/product-info?productId=1729423833780687005
Content Type
:
JSON
Example Response
{
  "extra": {
    "fatal_item_ids": [],
    "logid": "2024020423460324DA166CCFD55539ED97",
    "now": 1707090364000
  },
  "log_pb": {
    "impr_id": "2024020423460324DA166CCFD55539ED97"
  },
  "poiInfo": {
    "poi": {
      "address": "Ho Chi Minh City, Vietnam",
      "allLevelGeoPoiInfo": {},
      "category": "District",
      "city": "Ho Chi Minh City",
      "cityCode": "1580578",
      "country": "",
      "countryCode": "1562822",
      "fatherPoiId": "",
      "fatherPoiName": "",
      "id": "22535796481538024",
      "indexEnabled": true,
      "isClaimed": false,
      "isCollected": false,
      "name": "District 12",
      "province": "",
      "ttTypeCode": "19a3a2",
      "ttTypeNameMedium": "Places",
      "ttTypeNameSuper": "Place and Address",
      "ttTypeNameTiny": "District",
      "type": 1,
      "typeCode": ""
    },
    "stats": {
      "videoCount": 319656
    }
  },
  "shareMeta": {
    "desc": "Ho Chi Minh City, Vietnam",
    "title": "District 12"
  },
  "statusCode": 0,
  "status_code": 0
}
Related Endpoints

More TikTok Shop Endpoints

View all Shop Endpoints
Contact
You can contact us via Telegram or Gmail
Telegram Logo
Telegram
@primeapi_co
Gmail Logo
Gmail
primeapico@gmail