阿里巴巴中国站获得1688商品详情 API 返回值说明

1688.item_get 获取1688商品详情页数据(请求参数:商品id)

Python请求示例

# coding:utf-8
"""
Compatible for python2.x and python3.x
requirement: pip install requests
"""
from __future__ import print_function
import requests
# 请求示例 url 默认请求参数已经做URL编码
url = "https://api-服务器.cn/1688/item_get/?key=<您自己的apiKey>&secret=<您自己的apiSecret>&num_iid=610947572360"
headers = {
    "Accept-Encoding": "gzip",
    "Connection": "close"
}
if __name__ == "__main__":
    r = requests.get(url, headers=headers)
    json_obj = r.json()
    print(json_obj)

请求参数

请求参数:num_iid=610947572360 参数说明:num_iid:1688商品ID sales_data:&sales_data=1 获取近30天成交数据 agent:&agent=1 获取1688分销代发价格数据

响应参数

Version: Date:

名称

类型

必须

示例值

描述

item

item[]

0

宝贝详情数据

num_iid

String

0

610947572360

宝贝ID

title

String

0

厂家直销小米有品Qin2 Pro智能手机学生机老人机备用机小爱同学4G

商品标题

desc_short

String

0

商品简介

price

Float

0

799.00

价格

total_price

Float

0

0

suggestive_price

Float

0

0

orginal_price

Float

0

799.00

原价

nick

String

0

qin多亲科技(_sopid@BBBSvyqimnYtLnmm90B_59dsg)

卖家昵称(以上2种参数都有可能输出,凡是_sopid@开头的即为加密openid)

num

Int

0

2191

min_num

Int

0

2

最小起批量

detail_url

String

0

https://detail.1688.com/offer/610947572360.html

宝贝链接

pic_url

String

0

https://cbu01.alicdn.com/img/ibank/2020/063/830/13235038360_979836901.jpg

宝贝图片

brand

String

0

MAJE

品牌

brandId

Int

0

8879363

品牌id

rootCatId

Int

0

0

顶级分类ID

cid

Int

0

124264005

desc

String

0

item_imgs

Mix

0

item_imgs[]

商品图片

item_weight

String

0

post_fee

Float

0

9.00

邮费

express_fee

Float

0

9.00

EMS费用

ems_fee

Float

0

9.00

物流费用

shipping_to

String

0

广东广州白云区

发货至

video

video[]

0

商品视频

sample_id

String

0

props_name

String

0

0:0:机身内存:64GB;1:0:颜色:铁灰色;1:1:颜色:瓷白色

商品属性名

prop_imgs

prop_imgs[]

0

商品属性图片列表

property_alias

String

0

0:0:64GB;1:0:铁灰色;1:1:瓷白色

属性别名

props

Mix

0

[{"name": "品牌", "value": "other"}]

商品详情

total_sold

Int

0

1

scale

Int

0

sellUnit

Int

0

skus

skus[]

0

商品规格信息列表

seller_id

Int

0

2206619673102

卖家ID

sales

Int

0

100

销售额

shop_id

Int

0

151372205

店铺ID

props_list

Mix

0

{"0:0": "机身内存:64GB"}

商品属性

tmall

Boolean

0

false

是否天猫

data_from

String

0

1688app

错误信息

error

String

0

错误信息

unit

String

0

部;

单位

is_support_mix

Boolean

0

true

mix_amount

Int

0

30

mix_Begin

Int

0

mix_number

Int

0

sales_data

Date

0

location

String

0

广东省 深圳市

发货地

props_img

Mix

0

属性图片

sales_info

Mix

0

desc_img

Mix

0

[{"https://cbu01.alicdn.com/img/ibank/2020/560/807/14112708065_979836901.jpg"}]

详情图片列表

shop_item

Mix

0

relate_items

Mix

0

  • 11
    点赞
  • 17
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值