请求地址: https://o0b.cn/anzexi
请求参数:num_iid=79356974
参数说明:num_iid:商品ID ; delist_time不为空代表商品已下架;数据会获取异常。
请求示例Curl PHP PHPsdk JAVA C# 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-gw.onebound.cn/ks/item_get/?key=<您自己的apiKey>&secret=<您自己的apiSecret>&num_iid=79356974" headers = { "Accept-Encoding": "gzip", "Connection": "close" } if __name__ == "__main__": r = requests.get(url, headers=headers) json_obj = r.json() print(json_obj)x
响应示例
{ "item": { "num_iid": "20046611202546", "title": "重磅200克男款休闲百搭【招财猫】纯棉短袖T恤", "desc_short": "", "price": 19.9, "total_price": 0, "suggestive_price": 0, "orginal_price": 0, "nick": "达人丽丽教搭配", "num": 0, "min_num": 0, "detail_url": "https://app.kwaixiaodian.com/page/kwaishop-goods-detail-h5-vue/detail?id=20046611202546", "pic_url": "https://u2-203.ecukwai.com/bs2/image-kwaishop-product/ITEM_IMAGE-407236546-515f399e73df4f228b0171dff65cef9a.jpg", "brand": "其他/other", "brandId": null, "rootCatId": 0, "cid": 0, "crumbs": [], "created_time": "", "modified_time": "", "delist_time": "", "desc": [ "https://u2-203.ecukwai.com/bs2/image-kwaishop-product/ITEM_DETAIL_IMAGE-407236546-2fd76963ba6e41b4bb52982191a97daf.jpg", "https://u2-203.ecukwai.com/bs2/image-kwaishop-product/ITEM_DETAIL_IMAGE-407236546-56e029ac29624b3bb984bc11730bfe12.jpg", ], "desc_img": [], "item_imgs": [ { "url": "https://u1-203.ecukwai.com/bs2/image-kwaishop-product/ITEM_IMAGE-407236546-515f399e73df4f228b0171dff65cef9a.jpg" }, { "url": "https://u1-203.ecukwai.com/bs2/image-kwaishop-product/ITEM_IMAGE-407236546-68b7ad1802a9475e929adad9efe06bf2.jpg" } ], "item_weight": "", "item_size": "", "location": "", "post_fee": "", "express_fee": "", "ems_fee": "", "shipping_to": "", "has_discount": "", "video": [], "is_virtual": "", "sample_id": "", "is_promotion": "", "props_name": null, "prop_imgs": { "prop_img": [] }, "property_alias": "", "props": [ { "name": "品牌", "value": "其他/other" }, { "name": "主材质", "value": "棉" } ], "total_sold": "", "skus": { "sku": [ { "price": 19.9, "total_price": 0, "orginal_price": 0, "properties": "20601742184:20601742196", "properties_name": "20601742184:20601742196:白色:4XL 170-185斤;", "quantity": 679, "sku_id": 70581398202546 }, { "price": 19.9, "total_price": 0, "orginal_price": 0, "properties": "20601742184:20601742197", "properties_name": "20601742184:20601742197:白色:5XL 185-200斤;", "quantity": 685, "sku_id": 70581398203546 } ] }, "seller_id": 407236546, "sales": "311", "shop_id": 407236546, "props_list": [], "seller_info": { "nick": "达人丽丽教搭配", "shop_type": null, "user_num_id": 407236546, "sid": 407236546, "title": "达人丽丽教搭配", "zhuy": "https://app.kwaixiaodian.com/page/kwaishop-c-shoplist?layoutType=4&enableWK=1&id=407236546", "shop_name": "达人丽丽教搭配" }, "tmall": "false", "warning": "", "url_log": [], "shop_name": "达人丽丽教搭配", "_ddf": "jf", "props_img": [], "format_check": "fail" }, "error": "", "translate_status": "", "translate_time": 0, "language": { "default_lang": "cn", "current_lang": "cn" }, "reason": "", "error_code": "0000", "cache": 0, "api_info": "today:5 max:30000 all[7=5+0+2];expires:2024-05-20", "execution_time": "0.579", "server_time": "Beijing/2023-05-29 11:21:26", "client_ip": "106.6.37.94", "call_args": { "num_iid": "20046611202546" }, "api_type": "ks", "translate_language": "zh-CN", "translate_engine": "baidu", "server_memory": "3.08MB", "request_id": "1.64741a35a4d99", "last_id": "1770033004"}