https://api.nexscope.ai/api/skill-api/v1/skills/geekbi-temu-goods-detail/runRun this API
Send a JSON request to execute this API and receive the direct response payload.
Endpoint
| Method | POST |
| Path | https://api.nexscope.ai/api/skill-api/v1/skills/geekbi-temu-goods-detail/run |
| Auth | Bearer API key |
| Content-Type | application/json |
Request body
| Name | Type | Required | Description |
|---|---|---|---|
goodsId | string | required | Product ID returned by product search. Example: 601100240999226 |
regionId | integer | optional | Temu region from sites[].regionId; never siteId. Example: 211 |
Request example
{
"goodsId": "601100240999226",
"regionId": 211
}Response body
| Name | Type | Required | Description |
|---|---|---|---|
errcode | integer | null | optional | Provider business status; observed success is 200. |
errmsg | string | null | optional | Provider business status message. |
columns | array | null | optional | Render column definitions; business records are separate. |
title | string | null | optional | Provider render/source metadata: title. |
type | string | null | optional | Provider render/source metadata: type. |
sourceTool | string | null | optional | Provider render/source metadata: sourceTool. |
sourceType | string | null | optional | Provider render/source metadata: sourceType. |
goods | object | null | optional | Product object; nullable fields and extensions are preserved. |
history | array | null | optional | History records from the last 30 days; optional provider metrics and time strings. |
regionId | integer | null | optional | Region used for the query. |
Response example
Direct response payload. No extra wrapper is added.
{
"errmsg": "ok",
"errcode": 200,
"columns": [],
"goods": {},
"history": [],
"regionId": 211
}Responses
| Code | Description |
|---|---|
| 200 | API executed successfully. Body is the direct response payload. |
| 400 | Request JSON or required API parameters are invalid. |
| 401 | API key is missing, invalid, or cannot be matched to a user. |
| 5xx | API execution or upstream service failed. |
Data source, freshness, and limitations
Source, freshness, coverage, rate limits, and estimation notes are not specified in this API definition unless they appear in the request or response field documentation above. Do not assume official marketplace data or real-time freshness when it is not explicitly documented.