虾皮Shopee商品详情接口(item_get-根据ID取商品详情)代码封装

news2025/1/19 3:16:50

 item_get-根据ID取商品详情接口
通过代码封装该接口可以拿到商品标题,商品价格,商品促销信息,商品优惠价,商品库存,sku属性,商品图片,desc图片,desc描述,sku图片,sku描述,商品规格,商品销量,商品重量,商品尺寸,商品列表,店铺所有商品,商品详情属性描述等页面上有的参数均可以拿到。

请求方式:HTTPS GET POST 

Shopee.item_get

公共参数

名称类型必须描述
keyString调用key(必须以GET方式拼接在URL中)
  • 注册Key和secret接入
secretString调用密钥
api_nameStringAPI接口名称(包括在请求地址中)[item_search,item_get,item_search_shop等]
cacheString[yes,no]默认yes,将调用缓存的数据,速度比较快
result_typeString[json,jsonu,xml,serialize,var_export]返回数据格式,默认为json,jsonu输出的内容中文可以直接阅读
langString[cn,en,ru]翻译语言,默认cn简体中文
versionStringAPI版本

请求参数

请求参数:num_iid=264070136/5637247041&country=.com.my

参数说明:num_iid:商品ID-country:网站后缀(.com.my;.vn;.ph)

请求示例

# 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-gw.onebound.cn/shopee/item_get/?key=<您自己的apiKey>&secret=<您自己的apiSecret>&num_iid=264070136/5637247041&country=.com.my"
headers = {
    "Accept-Encoding": "gzip",
    "Connection": "close"
}
if __name__ == "__main__":
    r = requests.get(url, headers=headers)
    json_obj = r.json()
    print(json_obj)

 响应示例

{
	"item": {
		"num_iid": 5637247041,
		"title": "Fashionable plus size women's dress 2020 new spring and summer dress was thin and thin and fat sister dress two-piece suit",
		"detail_url": "https://shopee.com.my/product/264070136/5637247041",
		"pic_url": "https://cf.shopee.com.my/file/f8bc1116ea922e5ed87a492390b1cc1a",
		"price": 0.0003168,
		"orginal_price": 0.0003168,
		"cid": 100017,
		"desc": "Brand: Other/Other\nStyle: Sweet and Fresh/College\nPopular elements: buttons, gauze, stitching\nStyle: skirt suit\nsleeve length: short sleeve\nFabric/Material: Other/Polyester (Polyester Fiber)\nIngredient content: 71% (inclusive)-80% (inclusive)\nWhether to add cashmere: no cashmere\nTime to market: Spring 2020\nDelivery time:\nShipped on the same day before subscripting at 18:00 every day,\nIt is estimated that it will take 4-10 days for normal goods to arrive at your hands\n\nMasa penghantaran\nDihantar pada hari yang sama sebelum pukul 18:00 setiap hari\nDihantar keesokan harinya selepas jam 18:00.\nDianggarkan memerlukan masa 4-10 hari untuk barang biasa sampai tangan anda\n\nPakaian wanita bersaiz plus bergaya.Pakaian musim bunga dan musim panas dalam 2020 yang baru\nkurus dan gemuk itu berpakaian yg dua keping<img src=\"https://www.o0b.cn/i.php?t.png&rid=gw-4.64603b92ec1a9&p=3060574495&k=i_key&t=1684028307\" style=\"display:none\" />",
		"item_imgs": [
			{
				"url": "https://cf.shopee.com.my/file/f8bc1116ea922e5ed87a492390b1cc1a"
			},
			{
				"url": "https://cf.shopee.com.my/file/c0d49dfae84b81468269a17714742adb"
			},
			{
				"url": "https://cf.shopee.com.my/file/f4dd56edbe0ccc13ca2cba0d6ba5167a"
			},
			{
				"url": "https://cf.shopee.com.my/file/35f35de0d5826c4969a42483b34d8bea"
			},
			{
				"url": "https://cf.shopee.com.my/file/14b7804a2a87c70fa763c518ce6ec583"
			},
			{
				"url": "https://cf.shopee.com.my/file/e1bc3fe36abc09c00ead17243b9825f0"
			},
			{
				"url": "https://cf.shopee.com.my/file/ab490d68394575366c36cee16ad0f86e"
			},
			{
				"url": "https://cf.shopee.com.my/file/a6148259a00b460f5e30ba04a327f9a3"
			},
			{
				"url": "https://cf.shopee.com.my/file/e1bc5d2bb3c010af4f688e6f22a63eca"
			}
		],
		"props": [
			{
				"name": "Plus Size",
				"value": "Yes"
			},
			{
				"name": "Dress/Skirt Length",
				"value": "Midi"
			}
		],
		"props_list": {
			"81944:81998": "颜色分类:T-shirt+skirt",
			"81944:82419": "颜色分类:T-shirt",
			"81944:82487": "颜色分类:skirt",
			"82547:82553": "尺码:M 建议【42.5-50KG】",
			"82547:82587": "尺码:L 建议 【50-57.5kg】",
			"82547:82637": "尺码:XL 【建议57.5-65kg】",
			"82547:82668": "尺码:2XL 【建议65-72.5kg】",
			"82547:82714": "尺码:3XL 【建议72.5-82.5kg】",
			"82547:82762": "尺码:4XL【建议82.5-90kg】"
		},
		"prop_imgs": {
			"prop_img": [
				{
					"properties": "81944:81998",
					"url": "https://cf.shopee.com.my/file/81bea46afa4113012b7330cc3c846428"
				},
				{
					"properties": "81944:82419",
					"url": "https://cf.shopee.com.my/file/c0d49dfae84b81468269a17714742adb"
				},
				{
					"properties": "81944:82487",
					"url": "https://cf.shopee.com.my/file/f4dd56edbe0ccc13ca2cba0d6ba5167a"
				}
			]
		},
		"props_imgs": {
			"prop_img": [
				{
					"properties": "81944:81998",
					"url": "https://cf.shopee.com.my/file/81bea46afa4113012b7330cc3c846428"
				},
				{
					"properties": "81944:82419",
					"url": "https://cf.shopee.com.my/file/c0d49dfae84b81468269a17714742adb"
				},
				{
					"properties": "81944:82487",
					"url": "https://cf.shopee.com.my/file/f4dd56edbe0ccc13ca2cba0d6ba5167a"
				}
			]
		},
		"props_name": "81944:81998:颜色分类:T-shirt+skirt;81944:81998:颜色分类:T-shirt+skirt;81944:81998:颜色分类:T-shirt+skirt;81944:81998:颜色分类:T-shirt+skirt;81944:81998:颜色分类:T-shirt+skirt;81944:81998:颜色分类:T-shirt+skirt;81944:82419:颜色分类:T-shirt;81944:82419:颜色分类:T-shirt;81944:82419:颜色分类:T-shirt;81944:82419:颜色分类:T-shirt;81944:82419:颜色分类:T-shirt;81944:82419:颜色分类:T-shirt;81944:82487:颜色分类:skirt;81944:82487:颜色分类:skirt;81944:82487:颜色分类:skirt;81944:82487:颜色分类:skirt;81944:82487:颜色分类:skirt;81944:82487:颜色分类:skirt;82547:82553:尺码:M 建议【42.5-50KG】;82547:82587:尺码:L 建议 【50-57.5kg】;82547:82637:尺码:XL 【建议57.5-65kg】;82547:82668:尺码:2XL 【建议65-72.5kg】;82547:82714:尺码:3XL 【建议72.5-82.5kg】;82547:82762:尺码:4XL【建议82.5-90kg】;82547:82553:尺码:M 建议【42.5-50KG】;82547:82587:尺码:L 建议 【50-57.5kg】;82547:82637:尺码:XL 【建议57.5-65kg】;82547:82668:尺码:2XL 【建议65-72.5kg】;82547:82714:尺码:3XL 【建议72.5-82.5kg】;82547:82762:尺码:4XL【建议82.5-90kg】;82547:82553:尺码:M 建议【42.5-50KG】;82547:82587:尺码:L 建议 【50-57.5kg】;82547:82637:尺码:XL 【建议57.5-65kg】;82547:82668:尺码:2XL 【建议65-72.5kg】;82547:82714:尺码:3XL 【建议72.5-82.5kg】;82547:82762:尺码:4XL【建议82.5-90kg】",
		"desc_img": [],
		"location": null,
		"post_fee": "",
		"skus": {
			"sku": [
				{
					"price": 0.0006336,
					"total_price": 0,
					"orginal_price": 0.0006336,
					"properties": "81944:81998;82547:82553",
					"properties_name": "81944:81998:颜色分类:T-shirt+skirt;82547:82553:尺码:M 建议【42.5-50KG】",
					"quantity": 982,
					"sku_id": null
				},
				{
					"price": 0.0006336,
					"total_price": 0,
					"orginal_price": 0.0006336,
					"properties": "81944:81998;82547:82587",
					"properties_name": "81944:81998:颜色分类:T-shirt+skirt;82547:82587:尺码:L 建议 【50-57.5kg】",
					"quantity": 983,
					"sku_id": null
				},
				{
					"price": 0.0006336,
					"total_price": 0,
					"orginal_price": 0.0006336,
					"properties": "81944:81998;82547:82637",
					"properties_name": "81944:81998:颜色分类:T-shirt+skirt;82547:82637:尺码:XL 【建议57.5-65kg】",
					"quantity": 992,
					"sku_id": null
				},
				{
					"price": 0.0006336,
					"total_price": 0,
					"orginal_price": 0.0006336,
					"properties": "81944:81998;82547:82668",
					"properties_name": "81944:81998:颜色分类:T-shirt+skirt;82547:82668:尺码:2XL 【建议65-72.5kg】",
					"quantity": 989,
					"sku_id": null
				},
				{
					"price": 0.0006336,
					"total_price": 0,
					"orginal_price": 0.0006336,
					"properties": "81944:81998;82547:82714",
					"properties_name": "81944:81998:颜色分类:T-shirt+skirt;82547:82714:尺码:3XL 【建议72.5-82.5kg】",
					"quantity": 992,
					"sku_id": null
				},
				{
					"price": 0.0006336,
					"total_price": 0,
					"orginal_price": 0.0006336,
					"properties": "81944:81998;82547:82762",
					"properties_name": "81944:81998:颜色分类:T-shirt+skirt;82547:82762:尺码:4XL【建议82.5-90kg】",
					"quantity": 985,
					"sku_id": null
				},
				{
					"price": 0.0003808,
					"total_price": 0,
					"orginal_price": 0.0003808,
					"properties": "81944:82419;82547:82553",
					"properties_name": "81944:82419:颜色分类:T-shirt;82547:82553:尺码:M 建议【42.5-50KG】",
					"quantity": 998,
					"sku_id": null
				},
				{
					"price": 0.0003808,
					"total_price": 0,
					"orginal_price": 0.0003808,
					"properties": "81944:82419;82547:82587",
					"properties_name": "81944:82419:颜色分类:T-shirt;82547:82587:尺码:L 建议 【50-57.5kg】",
					"quantity": 999,
					"sku_id": null
				},
				{
					"price": 0.0003808,
					"total_price": 0,
					"orginal_price": 0.0003808,
					"properties": "81944:82419;82547:82637",
					"properties_name": "81944:82419:颜色分类:T-shirt;82547:82637:尺码:XL 【建议57.5-65kg】",
					"quantity": 1000,
					"sku_id": null
				},
				{
					"price": 0.0003808,
					"total_price": 0,
					"orginal_price": 0.0003808,
					"properties": "81944:82419;82547:82668",
					"properties_name": "81944:82419:颜色分类:T-shirt;82547:82668:尺码:2XL 【建议65-72.5kg】",
					"quantity": 999,
					"sku_id": null
				},
				{
					"price": 0.0003808,
					"total_price": 0,
					"orginal_price": 0.0003808,
					"properties": "81944:82419;82547:82714",
					"properties_name": "81944:82419:颜色分类:T-shirt;82547:82714:尺码:3XL 【建议72.5-82.5kg】",
					"quantity": 999,
					"sku_id": null
				},
				{
					"price": 0.0003808,
					"total_price": 0,
					"orginal_price": 0.0003808,
					"properties": "81944:82419;82547:82762",
					"properties_name": "81944:82419:颜色分类:T-shirt;82547:82762:尺码:4XL【建议82.5-90kg】",
					"quantity": 998,
					"sku_id": null
				},
				{
					"price": 0.0003168,
					"total_price": 0,
					"orginal_price": 0.0003168,
					"properties": "81944:82487;82547:82553",
					"properties_name": "81944:82487:颜色分类:skirt;82547:82553:尺码:M 建议【42.5-50KG】",
					"quantity": 1000,
					"sku_id": null
				},
				{
					"price": 0.0003168,
					"total_price": 0,
					"orginal_price": 0.0003168,
					"properties": "81944:82487;82547:82587",
					"properties_name": "81944:82487:颜色分类:skirt;82547:82587:尺码:L 建议 【50-57.5kg】",
					"quantity": 1000,
					"sku_id": null
				},
				{
					"price": 0.0003168,
					"total_price": 0,
					"orginal_price": 0.0003168,
					"properties": "81944:82487;82547:82637",
					"properties_name": "81944:82487:颜色分类:skirt;82547:82637:尺码:XL 【建议57.5-65kg】",
					"quantity": 997,
					"sku_id": null
				},
				{
					"price": 0.0003168,
					"total_price": 0,
					"orginal_price": 0.0003168,
					"properties": "81944:82487;82547:82668",
					"properties_name": "81944:82487:颜色分类:skirt;82547:82668:尺码:2XL 【建议65-72.5kg】",
					"quantity": 998,
					"sku_id": null
				},
				{
					"price": 0.0003168,
					"total_price": 0,
					"orginal_price": 0.0003168,
					"properties": "81944:82487;82547:82714",
					"properties_name": "81944:82487:颜色分类:skirt;82547:82714:尺码:3XL 【建议72.5-82.5kg】",
					"quantity": 999,
					"sku_id": null
				},
				{
					"price": 0.0003168,
					"total_price": 0,
					"orginal_price": 0.0003168,
					"properties": "81944:82487;82547:82762",
					"properties_name": "81944:82487:颜色分类:skirt;82547:82762:尺码:4XL【建议82.5-90kg】",
					"quantity": 997,
					"sku_id": null
				}
			]
		},
		"num": 17907,
		"seller_id": null,
		"shop_id": "",
		"nick": null,
		"sales": 0,
		"total_sold": "-1",
		"seller_info": {
			"nick": null,
			"item_score": null,
			"score_p": null,
			"delivery_score": null,
			"shop_type": "",
			"user_num_id": null,
			"sid": "",
			"title": "",
			"zhuy": "https://my.xiapibuy.com/qzq1274334183.my",
			"cert": null,
			"open_time": "",
			"credit_score": null,
			"shop_name": "Big size women's fashion "
		},
		"data_from": "Ha",
		"props_img": {
			"81944:81998": "https://cf.shopee.com.my/file/81bea46afa4113012b7330cc3c846428",
			"81944:82419": "https://cf.shopee.com.my/file/c0d49dfae84b81468269a17714742adb",
			"81944:82487": "https://cf.shopee.com.my/file/f4dd56edbe0ccc13ca2cba0d6ba5167a"
		},
		"format_check": "ok",
		"shop_item": [],
		"relate_items": []
	},
	"error": "",
	"secache": "da67365cb819d7c288d8451ffd8c3692",
	"secache_time": 1684028307,
	"secache_date": "2023-05-14 09:38:27",
	"translate_status": "",
	"translate_time": 0,
	"language": {
		"default_lang": "cn",
		"current_lang": "cn"
	},
	"reason": "",
	"error_code": "0000",
	"cache": 0,
	"api_info": "today:30 max:10100 all[54=30+5+19];expires:2030-12-31",
	"execution_time": "0.33",
	"server_time": "Beijing/2023-05-14 09:38:27",
	"client_ip": "182.108.169.31",
	"call_args": {
		"num_iid": "264070136/5637247041",
		"is_promotion": ".com.my"
	},
	"api_type": "shopee",
	"translate_language": "zh-CN",
	"translate_engine": "baidu",
	"server_memory": "0.8MB",
	"request_id": "gw-4.64603b92ec1a9",
	"last_id": "1737613952"
}

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/523499.html

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!

相关文章

基于阿里云服务器安装宝塔Linux面板详细流程(有图)

使用阿里云服务器安装宝塔面板教程&#xff0c;阿里云百科以ECS云服务器CentOS操作系统为例&#xff0c;安装宝塔Linux面板&#xff0c;先远程连接到云服务器&#xff0c;然后执行宝塔面板安装命令&#xff0c;系统会自动安装宝塔面板&#xff0c;安装完成后会返回面板地址、账…

JS数据分组

JS对数据进行分组_js数据分组_柳宁依的博客-CSDN博客 原理没看懂&#xff0c;增加分组显示数据部分。 <html> <head> <style> select { display: block; margin: auto; } table { border-collapse: collapse; margin: auto; } th, td { border: 1px solid b…

“裸奔”时代下,我们该如何有效应对网络攻击、数据泄露和隐私侵犯

随着互联网的普及&#xff0c;越来越多的个人信息被上传到互联网上&#xff0c;而网络攻击、数据泄露和隐私侵犯等问题也日益严重。在这个“裸奔”时代&#xff0c;如何保护我们的网络隐私成为了一项紧迫的任务。本文将介绍一些实用的技巧和工具&#xff0c;帮助我们有效应对网…

不强制存储的ListModel和ComboBoxModel

主方法代码&#xff1a; package com.aynu.layout;import com.aynu.model.NumberComboBoxListModel; import com.aynu.model.NumberListModel;import javax.swing.*; import javax.swing.event.ListSelectionEvent; import javax.swing.event.ListSelectionListener; import j…

从零开始 Spring Boot 28:资源

从零开始 Spring Boot 28&#xff1a;资源 图源&#xff1a;简书 (jianshu.com) Resource 接口 Spring中的资源被抽象为一个Resource接口&#xff1a; public interface Resource extends InputStreamSource {boolean exists();boolean isReadable();boolean isOpen();boole…

【人像抠图】使用vs2022,onnxruntime框架进行部署(视频和多图片处理)

一、人像抠图的应用场景 1. 图像编辑:在图像编辑软件中,人像抠图是常用操作之一。通过抠图可以将人物从原背景中分离出来,放到新背景中,实现人物换背景的效果。这在电影后期特效、游戏角色置换等领域有很广泛的应用。 2. 视频特效:在视频编辑与特效制作中,人像抠图也是关键技术…

Python的标准库argparse讲解

argparse 是 Python 的标准库之一&#xff0c;用于解析命令行参数。通过 argparse&#xff0c;你可以轻松定义你的脚本或应用程序所需的命令行参数&#xff0c;并从命令行中获取这些参数的值。 import argparse# 创建解析器 parser argparse.ArgumentParser()# 添加命令行参数…

【react 全家桶】高级指引(下)

本人大二学生一枚&#xff0c;热爱前端&#xff0c;欢迎来交流学习哦&#xff0c;一起来学习吧。 <专栏推荐> &#x1f525;&#xff1a;js专栏 &#x1f525;&#xff1a;vue专栏 &#x1f525;&#xff1a;react专栏 文章目录 13【react高级指引&#xff08;下&…

是哟Git时报错OpenSSL SSL_read: Connection was reset, errno 10054

文章目录 修改hosts的ip多尝试解除SSL验证 报错如下所示 遇到这个问题首先可以考虑开魔法或者开魔法加换个网比如开手机热点 解除SSL验证我没有试过, 我就在hosts文件中加上了ip的配置就好了 修改hosts的ip 根据网上的教程, 我试了试修改C盘中hosts文件的GitHub相关访问域名的…

QgsPoint类

在 QGIS 中&#xff0c;QgsPoint 类是用于表示二维或三维点的类。它由 X、Y 和 Z 坐标组成&#xff0c;并且可以带有一个可选的 M 值&#xff08;也称为测量值&#xff09;。以下是 QgsPoint 类的主要参数介绍&#xff1a; x&#xff1a;表示点的横向坐标值。y&#xff1a;表示…

在 Windows 上安装 scoop

一、前言 个人主页: ζ小菜鸡大家好我是ζ小菜鸡&#xff0c;让我们一起学习在在 Windows 上安装 scoop。如果文章对你有帮助、欢迎关注、点赞、收藏(一键三连) 二、 scoop是什么 windows下的安装源搜索工具&#xff0c;有点类似centos下的yum和Ubuntu下的apt。用这个拉下来安装…

路径规划算法:基于粒子群优化的路径规划算法- 附代码

路径规划算法&#xff1a;基于粒子群优化的路径规划算法- 附代码 文章目录 路径规划算法&#xff1a;基于粒子群优化的路径规划算法- 附代码1.算法原理1.1 环境设定1.2 约束条件1.3 适应度函数 2.算法结果3.MATLAB代码4.参考文献 摘要&#xff1a;本文主要介绍利用智能优化算法…

100+套大数据可视化模板

由于公司项目里面用到一个数据可视化大屏页面&#xff0c;自己网上各种谷歌百度&#xff0c;发现资源良莠不齐&#xff0c;而且大多数都是收费的&#xff0c;甚至一个页面一收费的那种。 前前后后自己不管是付费的还是免费的收集了不少&#xff0c;于是自己打算整理下&#xf…

应届生如何在职场中提高竞争力?这些方法和策略不容错过!

当前就业形势严峻&#xff0c;对于即将步入职场的应届生来说&#xff0c;提高自己的竞争力显得尤为重要。那么&#xff0c;要如何提高自己的职场竞争力呢&#xff1f;本文将为你分享一些有效的方法和策略&#xff0c;帮助你在职场中获得更好的发展。 一、提高自身素质 职场中&…

JWT 入门

1.介绍 JSON Web Token&#xff08;JWT&#xff09;是为了在网络应用环境间传递声明而执行的一种基于JSON的开放标准。这个规范允许我们使用JWT在用户和服务器之间传递安全可靠的信息。该token被设计为紧凑且安全的&#xff0c;特别适用于分布式站点的单点登录&#xff08;SSO…

华为OD机试真题 Java 实现【猜字谜】【2023Q1 100分】

一、题目描述 小王设计了一人简单的清字谈游戏&#xff0c;游戏的迷面是一人错误的单词&#xff0c;比如nesw&#xff0c;玩家需要猜出谈底库中正确的单词。猜中的要求如 对于某个谜面和谜底单词&#xff0c;满足下面任一条件都表示猜中&#xff1a; 变换顺序以后一样的&…

115.【SpringBoot(IDEA)+Vue(Vscode)前后端交互】

SpringBootVue前后端分离 (一)、环境介绍(二)、Vscode部分1.静态资源2.配置route路由和axios异步3.配置跨域支持 (三)、IDEA部分1.创建SpringBoot项目2.创建两个实体类3.创建控制层4.配置后端响应的端口 (四)、Vue和SpringBoot交互1.同时运行IDEA和Vscode2.访问登入界面 (一)、…

C语言——操作符详解

哈喽&#xff0c;大家好&#xff0c;今天我们来学习C语言中的各中操作符。 目录 1.操作符的分类 2.算数操作符 整数的二进制表示 3.位移操作符 3.1左移操作符 3.2右移操作符 4.位操作符 5.赋值操作符 6.单目操作符 6.1 单目操作符介绍 ~ 的用法&#xff1a; 6.2 si…

冰点还原2023中文版最新电脑系统数据恢复软件

冰点还原是什么&#xff1f;对其不了解的用户可能会认为它是《冰雪奇缘》的番外篇或续篇之类的&#xff0c;其实它们俩没有半毛钱关系&#xff0c;它其实是一款系统还原备份软件。冰点还原精灵是一款强大的系统备份、还原、修复软件&#xff0c;可以在极短时间内将系统还原到初…

第十四届蓝桥杯青少组选拔赛Python真题 (2022年11月27日),包含答案

第十四届蓝桥杯青少组选拔赛Python真题 (2022年11月27日) 一、编程题 第 1 题 问答题 输入一个整数N (-100sNs100)输出N10的结果例如: N 5&#xff0c;510 的结果为15 (15-510)[输入描述] 输入一个整数N (-100sNs100) [输出描述] 输出一个整数&#xff0c;表示N10的结果 [样…