- 淘宝
- 1688
- 商品
- 购物车
- 订单
- 售后
- 消息回调
- 基础
- 仓库物流
1688严选关键词查询
POST
/v2/alibaba/product/keywords/1688yx/query
请求参数
Header 参数
access-key
string
必需
默认值:
your-access-key
timestamp
string
必需
默认值:
your-timestamp
user-id
string
必需
默认值:
your-user-id
signature
string
必需
默认值:
your-signature
Body 参数application/json
keyword
string
关键词
beginPage
integer
第几页
pageSize
integer
分页大小
country
string
目前固定传 en
默认值:
en
sort
string
可选
outMemberId
string
外部用户id
priceStart
string
最小批发价
priceEnd
string
最大批发价
categoryId
string
类目id
示例
{
"keyword": "string",
"beginPage": 0,
"pageSize": 0,
"country": "en",
"sort": "string",
"outMemberId": "string",
"priceStart": "string",
"priceEnd": "string",
"categoryId": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/v2/alibaba/product/keywords/1688yx/query' \
--header 'access-key;' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "string",
"beginPage": 0,
"pageSize": 0,
"country": "en",
"sort": "string",
"outMemberId": "string",
"priceStart": "string",
"priceEnd": "string",
"categoryId": "string"
}'
返回响应
🟢200成功
application/json
Body
requestId
string
请求ID
code
integer
返回码
developId
integer
开发者ID
msg
string
返回码对应信息
data
object (AlibabaBasePageVOAlibabaProductListInfoV2VO)
返回内容
totalRecords
integer
总记录数
totalPage
integer
总页数
pageSize
integer
分页大小
currentPage
integer
第几页
data
array[object (AlibabaProductListInfoV2VO) {8}]
分页数据
示例
{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": {
"totalRecords": 0,
"totalPage": 0,
"pageSize": 0,
"currentPage": 0,
"data": [
{
"imageUrl": "",
"subject": "",
"subjectTrans": "",
"offerMapId": "",
"isJxhy": false,
"priceInfo": {
"price": "",
"jxhyPrice": "",
"pfJxhyPrice": ""
},
"repurchaseRate": "",
"monthSold": 0
}
]
}
}
修改于 2025-04-24 09:45:21