- API接入说明
- API更新日志(2025.05.07)
- 综合CPS推广(订单接口、外卖 打车 电影等)
- 淘宝
- 京东
- 拼多多
- 唯品会
- 快手
- 增值接口
- 其他接口
- 点餐接口(肯德基星巴克等)
- 聚合霸王餐API(推荐使用)
- 免费旅游卡接口
- CPA拉新接口
- 美团外卖到家/到店团购
- 中免日上
- 闲鱼返利API
- 旧衣/图书上门回收API
京东榜单
开发中
POST
/jd/salesList
请求参数
Body 参数application/json
eliteId
string
频道ID discountReal实时爆单榜;inOrderCount30Days 30天销量榜;inOrderComm30Days 30天收益榜;discountCount总领券
goodsType
integer
一级类目
pageIndex
integer
分页获取数据(默认第1页)
pageSize
integer
页面显示条数(最大100条最少10条)
sign
string
签名
timeStamp
integer
10位时间戳
示例
{
"eliteId": "discountReal",
"pageIndex": 1,
"pageSize": 10,
"sign": "70a8c1c51f67bda8c48ca953da266139",
"timeStamp": 1740383544
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/jd/salesList' \
--header 'Content-Type: application/json' \
--data-raw '{
"eliteId": "discountReal",
"pageIndex": 1,
"pageSize": 10,
"sign": "70a8c1c51f67bda8c48ca953da266139",
"timeStamp": 1740383544
}'
返回响应
🟢200成功
application/json
Body
cache
boolean
必需
code
integer
必需
data
object
必需
goodsList
array [object {18}]
字段意思参考京东超级搜索
message
string
必需
示例
{
"cache": false,
"code": 0,
"data": {
"goodsList": [
{
"itemid": "etWalnmOsk3ztiUG3G6rWkLS_3paYfD17NsxyVd6bNm",
"itemtitle": "解忧娘娘正宗新疆库尔勒香梨脆甜爽口多汁新鲜水果应季时令果蔬送礼整箱 特级120g+ 大果5斤礼盒装",
"itemdesc": null,
"itemprice": "26.2",
"itemsale": null,
"itempic": "https://img14.360buyimg.com/pop/jfs/t1/232760/3/37321/132818/676cc185F553d087d/981499e00fa34d23.jpg",
"itemendprice": "21.2",
"shoptype": null,
"couponmoney": "5",
"couponstarttime": "2025-02-22",
"couponendtime": "2025-02-24",
"searchSource": "jingdong",
"icon": "https://hxsh3.oss-cn-hangzhou.aliyuncs.com/diy/app/jdicon.png",
"shopName": "解忧娘娘生鲜旗舰店",
"discount": null,
"fanli": "2.12",
"tkrates": "10",
"imgs": null
},
{
"itemid": "goTyVbnIfbIHiZjCdihtYBFo_3yuxuQNjSfpkAbiHDZ",
"itemtitle": "大白罐身体乳保湿霜身体润肤乳 550g 大白罐保湿霜 550g一罐",
"itemdesc": null,
"itemprice": "129",
"itemsale": null,
"itempic": "https://img14.360buyimg.com/pop/jfs/t1/259264/35/12724/67589/6788d94fF57f7aed1/58a5e2bb43cb2256.jpg",
"itemendprice": "59",
"shoptype": null,
"couponmoney": "70",
"couponstarttime": "2025-02-22",
"couponendtime": "2025-03-02",
"searchSource": "jingdong",
"icon": "https://hxsh3.oss-cn-hangzhou.aliyuncs.com/diy/app/jdicon.png",
"shopName": "过近智能健康专营店",
"discount": null,
"fanli": "8.85",
"tkrates": "15",
"imgs": null
}
]
},
"message": "操作成功"
}