当前位置: 首页 > news >正文

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

 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.lryc.cn/news/68125.html

相关文章:

  • 原生js手动实现一个多级树状菜单效果(高度可过渡变化) + 模拟el-menu组件实现(简单版)
  • RK3568平台开发系列讲解(Linux内存篇)Linux内存管理框架
  • 你的编程能力从什么时候开始突飞猛进?
  • 滨州高企认定条件
  • Azkaban学习——单机版安装与部署
  • table标签-移动端适配
  • Yolov8改进---注意力机制:DoubleAttention、SKAttention,SENet进阶版本
  • 【逆向工程核心原理:TLS回调函数】
  • “Shell“Awk命令
  • 射频放大器的原理和作用(射频放大器和功率放大器的区别)
  • 揭秘KubeEdge边缘网络项目EdgeMesh:如何打造高速、安全、低延迟的互联网连接
  • Java设计模式 14-访问者模式
  • 【数据结构】线性表之链表
  • 微服架构基础设施环境平台搭建 -(四)在Kubernetes集群基础上搭建Kubesphere平台
  • Linux开发板安装Python环境
  • ChatGPT 聊天接口API 使用
  • 软件测试月薪2万,需要技术达到什么水平?
  • 从入门到进阶,Vue框架让Web开发更简单高效
  • 怎么缩小照片的kb,压缩照片kb的几种方法
  • 2. 注解Annotation
  • 【Leetcode -495.提莫攻击 -496.下一个更大的元素Ⅰ】
  • 肝一肝设计模式【八】-- 外观模式
  • Maven uber-jar(带依赖的打包插件)maven-shade-plugin
  • MySQL基础(二十八)索引优化与查询优化
  • 初步认识性能测试和完成一次完整的性能测试
  • 使用插件快速生成代码
  • FE_Vue学习笔记 插槽 slot
  • 单链表的成环问题
  • 横截面收益率
  • C++解析JSON JSONCPP库的使用