企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 单品详情API 返回数据类型:json格式数据 QPS限制:单个APIKEY并发量最高20,超过封锁20分钟,请爬虫控制好接入速度(正常抓取数据入库一般也无需高并发,如非入库形式调用需提量,请联系管理单独定制) ### 请求 ~~~[api] get:http://www.lanlanlife.com/product/itemInfo *apiKey=默认值#放单后台获取的Apikey值 *string:itemId#商品id <<< success { "status":{ "code":1001, "msg":"ok" }, "result":{ "itemId":"548991228327", "title":"小龙坎方便火锅懒人小火锅自煮自助微火锅速食自热麻辣冷水448g", "shortTitle":"小龙坎 懒人火锅448g", "recommend":"【买2减8】小龙坎线下大品牌,地道四川麻辣火锅,不用火不用电,大分量有内涵,加大荤菜质量,懒人火锅必选大牌子小龙坎,15分钟即享新鲜美味,懒人国庆出游必备神器,本群专享优惠!", "price":"29.80", "nowPrice":"26.80", "monthSales":"105469", "sales2h":"532", "coverImage":"http://oss.lanlanlife.com/260a4b74bfc5ca4f7e4d3f932e56873d_800x800.jpg@!1-500-80-jpg", "auctionImages":[ "" ], "detailImages":[ "http://oss3.lanlanlife.com/e2318984053fb2189307ff934df3526f%210_1000x790.jpg", "http://oss1.lanlanlife.com/35cdb4766d27a1c4eeb8c08c2550b573%210_1000x790.jpg", "http://oss3.lanlanlife.com/cd4e52e7b414d665af26adff8f14555b%210_1000x790.jpg", "http://oss1.lanlanlife.com/6537f97ee418080c086c8ce0f334ffa4%210_1000x790.jpg", "http://oss2.lanlanlife.com/95361c19daaf8fb93db691b6f130c1b0%210_1000x790.jpg", "http://oss2.lanlanlife.com/70e8b3d7b83ab9cee919f669a2606b99%210_1000x790.jpg", "http://oss2.lanlanlife.com/9a6399270182536557e2a6cca939986a%210_1000x790.jpg", "http://oss.lanlanlife.com/eb996898befb9ddd4eda128e93e11963%210_1000x790.jpg", "http://oss3.lanlanlife.com/5fb0ccdb16cb341063100b2c4e8230c8%210_1000x790.jpg", "http://oss2.lanlanlife.com/56bba0a172b238c9ba3f9e59b83f8202%210_939x790.jpg", "http://oss.lanlanlife.com/c7706ffbbadbf2c746d1972b9311ad35%210_1000x790.jpg", "http://oss1.lanlanlife.com/f62f85b11bddd3eb2e0415a09cf66fe9%210_930x790.jpg", "http://oss.lanlanlife.com/59292b1e81e65bdbbafae36cfea194de%210_1000x790.jpg", "http://oss1.lanlanlife.com/0076341c6e719b630040fd465981a80d%210_904x790.jpg", "http://oss.lanlanlife.com/a15060fcabd6b0f030028b4ed383f0f0%210_1000x790.jpg" ], "sendImage":"http://oss2.lanlanlife.com/b756f8e9c40f9497171297437e52b100_800x800.jpg", "category":"0", "shopType":"tmall", "activityType":3, "sellerId":"3229525298", "sellerName":"小龙坎旗舰店", "tkType":0, "tkRates":15.5, "couponUrl":"https://uland.taobao.com/coupon/edetail?activityId=3af18fa47c064913b22ae379542249cb&itemId=548991228327", "couponMoney":"3.00", "couponStartTime":"1513701705", "couponEndTime":"1514131199", "couponExplainMoney":"23.00", "couponRemainCount":92138, "couponTotalCount":100000 } } <<< error { "code" : "4001", "msg" : "参数有误" } ~~~ ### 返回参数详细说明 | 参数 | 类型 | 示例 | 说明 | | --- | --- | --- | --- | | itemId | string | 561899719703 | 商品id | | title | string | 王小二 冰糖心苹果水果新鲜批发包邮当季时令现摘现发应季丑苹果 | 商品标题 | | shortTitle | string | 王小二 现摘现发冰糖心苹果8斤 | 短标题 | | recommend | string | 天猫水果销量第一品牌,全国九大仓发货,纯正冰糖心,高原种植,日照充足,单果180-300G,数量12-21个,拍三件共发8斤,拍3件!!!拍3件!!! | 推荐语 | | price | float | 57.10 | 商品价格 | | nowPrice | float | 39.80 | 券后价 | | monthSales | int | 43632 | 月销量 | | sales2h | int | 5160 | 2小时销量 | | coverImage | string | | 商品主图 | | auctionImages | array | | 商品图片列表 单个图片之间以,分隔 | | detailImages | string | | 详情图列表 单个图片之间以,分隔 | | sendImage | string | | 发单图 | | category | string | 女装 | 商品类目 | | shopType | string | tmall | tmall/taobao | | activityType | int | 1 | 活动类型 1普通商品 2淘抢购 3聚划算 5 双11 | | sellerId | int | 1235687 | 卖家id | | sellerName | string | 王小二旗舰店 | 卖家昵称 | | tkType | string | 通用 | 佣金计划:0通用 1鹊桥 3定向 | | tkRates | float | 30.2 | 佣金率 | | couponUrl | string | | 优惠券链接 | | couponMoney | float | 3.00 | 券面价 | | couponStartTime | int | 1513050468 | 优惠券开始时间 | | couponEndTime | int | 1513050468 | 优惠券结束时间 | | couponExplainMoney | float | 18.00 | 优惠券使用条件 满xxx可用 | | couponRemainCount | int | 100 | 优惠券剩余多少张 | | couponTotalCount | int | 10000 | 优惠券总共多少张 |