lazada API 开发系列:item_search - 获得lazada 按关键字搜索商品

为了进行电商平台 lazada 的API开发,首先我们需要做下面几件事情。
1)开发者注册一个账号
2)然后为每个 lazada 应用注册一个应用程序键(App Key) 。
3)下载 lazada API的SDK并掌握基本的API基础知识和调用
4)利用SDK接口和对象,传入AppKey或者必要的时候获取并传入SessionKey来进行程序开发。
5)利用lazada平台的文档中心和API测试工具,对接口进行测试。从而了解返回信息,方便程序获取。
以上是一般lazada API应用开发的关键流程,其中通过lazada文档中心和API测试工具,进行概念了解和接口信息查询很重要。因为这些数据就是我们需要在逐步显示出来的。lazada 的API很多,不过都分为了好几个领域,慢慢就会了解深入了。

注册链接(获取Key和secret):http://console.open.onebound.cn/console/?i=lucy
lazada API 开发系列:item_search - 获得lazada 按关键字搜索商品_第1张图片
Result Object:

{
“items”: {
“total_results”: “4080”,
“real_total_results”: “4080”,
“page”: “1”,
“page_size”: 40,
“language”: “th”,
“currency_code”: “THB”,
“item”: [
{
“title”: “กางเกงยีนส์ขากระบอกเล็ก Nbig เป้ากระดุม สียีนส์/มิดไนท์/ซุปเปอร์แบล๊ค”,
“pic_url”: “https://th-live.slatic.net/p/a38db7b191d36c37f45c1e8ff039b807.jpg”,
“promotion_price”: “148”,
“price”: “148”,
“originalPrice”: “169.00”,
“sales”: “455”,
“num_iid”: “2423096731”,
“seller_nick”: “Tomato clothing”,
“post_fee”: “”,
“area”: “กรุงเทพมหานคร”,
“detail_url”: “//www.lazada.co.th/products/nbig-i2423096731.html”
},
{
“title”: “กางเกงยีนส์ชาย กางเกงยีนส์ ผช กางเกงยีนส์ผู้ชาย เป้าแบบซิบ 28-44 กางเกงยีนส์ขากระบอก ผ้าไม่ยืด กางเกงยีนส์ขายาว กางเกงยีนส์ทรงขากระบอก”,
“pic_url”: “https://th-live.slatic.net/p/1776e83a74a3817d3380ecf3ee1c3864.jpg”,
“promotion_price”: “164”,
“price”: “164”,
“originalPrice”: “179.00”,
“sales”: “3553”,
“num_iid”: “1385726145”,
“seller_nick”: “Chodjeanschop”,
“post_fee”: “”,
“area”: “กรุงเทพมหานคร”,
“detail_url”: “//www.lazada.co.th/products/28-44-i1385726145.html”
},
{
“title”: “กางเกงยีนส์ กางเกงยีนส์ชาย กางเกงยีนผู้ชาย กางเกงขายาวเป้าแบบซิบ มีไซร์28-44 กางเกงผู้ชาย กางเกงยีนส์ขายาว กางเกงยีนส์ขากระบอก ยีนส์”,
“pic_url”: “https://th-live.slatic.net/p/173c1007b6b9eac83cfc7f3c29c86429.jpg”,
“promotion_price”: “162”,
“price”: “162”,
“originalPrice”: “199.00”,
“sales”: “2267”,
“num_iid”: “1889608539”,
“seller_nick”: “Luxjeans Shop”,
“post_fee”: “”,
“area”: “กรุงเทพมหานคร”,
“detail_url”: “//www.lazada.co.th/products/28-44-i1889608539.html”
},
{
“title”: “Lucky stars กางเกงยีนส์สไตล์เกาหลีทรงขากระบอกขาไม่บาน สียีนส์อ่อน/ยีนส์เข้ม เนื้อผ้าดีระบายอากาศใส่สบาย”,
“pic_url”: “https://th-live.slatic.net/p/0e215924a97468394964fc322bcc7e82.jpg”,
“promotion_price”: “148”,
“price”: “148”,
“originalPrice”: “399.00”,
“sales”: “552”,
“num_iid”: “2212386568”,
“seller_nick”: “Lucky stars”,
“post_fee”: “”,
“area”: “กรุงเทพมหานคร”,
“detail_url”: “//www.lazada.co.th/products/lucky-stars-i2212386568.html”
},
{
“title”: “Kaykai_Shop ส่งด่วน✨ Kerryกางเกงยีนส์ ⚡ขาสั้น เซ็กซี่ทรงสวยเข้ารูป ปลายรุ่ย✨ D-2032”,
“pic_url”: “https://th-test-11.slatic.net/p/df8008006c36df0ac4a011d5e6385525.jpg”,
“promotion_price”: “110”,
“price”: “110”,
“originalPrice”: “399.00”,
“sales”: “520”,
“num_iid”: “1229960232”,
“seller_nick”: “Kaykai_Shop”,
“post_fee”: “”,
“area”: “สมุทรสาคร”,
“detail_url”: “//www.lazada.co.th/products/kaykai_shop-kerry-d-2032-i1229960232.html”
},
{
“title”: “✨Kaykai_Shop✨❗พร้อมส่ง S-3XL กางเกงยีนส์ ขาสั้น ทรงสวย ปลายรุ่ย ผ้ายีนส์เเท้ รุ่น H-1090”,
“pic_url”: “https://th-test-11.slatic.net/p/960d76290583e98a647833a69829b2b8.jpg”,
“promotion_price”: “90”,
“price”: “90”,
“originalPrice”: “299.00”,
“sales”: “276”,
“num_iid”: “1229884837”,
“seller_nick”: “Kaykai_Shop”,
“post_fee”: “”,
“area”: “สมุทรสาคร”,
“detail_url”: “//www.lazada.co.th/products/kaykai_shop-s-3xl-h-1090-i1229884837.html”
},
{
“title”: “Mrs.huang shop แฟชั่นกางเกงยีนส์ขาสั้นเอวสูง ทรงสวยเข้ารูป ปลายรุ่ยขาดขาเล็กน้อย ผ้ายีนส์แท้ สั้นสวมใส่สบาย”,
“pic_url”: “https://th-live.slatic.net/p/daa3b6c19e0a4f911a22346350d7c366.jpg”,
“promotion_price”: “144”,
“price”: “144”,
“originalPrice”: “299.00”,
“sales”: “432”,
“num_iid”: “2215470153”,
“seller_nick”: “Mrs. Huang”,
“post_fee”: “”,
“area”: “กรุงเทพมหานคร”,
“detail_url”: “//www.lazada.co.th/products/mrshuang-shop-i2215470153.html”
},
{
“title”: “2022 New Jeans ยีนส์ขาสั้น ผ้ายืดฟอกนิ่ม สีมิดไนด์-สนิมน้ำตาล มีริม ไซส์”,
“pic_url”: “https://th-test-11.slatic.net/p/cc93df21e1d7f62c4936951d29339b88.jpg”,
“promotion_price”: “123.41”,
“price”: “123.41”,
“originalPrice”: “288.00”,
“sales”: “127”,
“num_iid”: “3446680136”,
“seller_nick”: “Big-storm”,
“post_fee”: “”,
“area”: “สมุทรปราการ”,
“detail_url”: “//www.lazada.co.th/products/2022-new-jeans-i3446680136.html”
},
{
“title”: “ยีนส์ชายฟอกนิ่มขากระบอกผ้าไม่ยืดสีฟ้า ย้อนยุคกางเกงยีนส์หลวมชายน้ำแบรนด์ป่านักเรียนสบาย ๆ กางเกงขากว้างตรง”,
“pic_url”: “https://th-test-11.slatic.net/p/4631aae8617676df24558fc6e6537ff5.jpg”,
“promotion_price”: “167”,
“price”: “167”,
“originalPrice”: “389.00”,
“sales”: “41”,
“num_iid”: “1228672902”,
“seller_nick”: “Hello man”,
“post_fee”: “”,
“area”: “ปทุมธานี”,
“detail_url”: “//www.lazada.co.th/products/-i1228672902.html”
},
{
“title”: “chen shop แฟชั่นกางเกงยีนส์ขาสั้นเอวสูง ยีนส์ขาสั้น เซ็กซี่ ทรงสวยเข้ารูป ปลายรุ่ยขาดขาเล็กน้อย ผ้ายีนส์แท้ สั้นสวมใส่สบาย”,
“pic_url”: “https://th-live.slatic.net/p/daa3b6c19e0a4f911a22346350d7c366.jpg”,
“promotion_price”: “144”,
“price”: “144”,
“originalPrice”: “299.00”,
“sales”: “1765”,
“num_iid”: “2215120725”,
“seller_nick”: “chen shop”,
“post_fee”: “”,
“area”: “กรุงเทพมหานคร”,
“detail_url”: “//www.lazada.co.th/products/chen-shop-i2215120725.html”
},
{
“title”: “MNO.9 New Jeans Men Style K19 pants กางเกงยีนส์ชาย เท่สไตล์เกาหลี กางเกงยีนผูชาย กางเกงยีนส์ ผช กางเกงยีนผู้ชาย 5สี”,
“pic_url”: “https://th-test-11.slatic.net/p/2bf6c5fb75cbaebff94f12a5e6ef0cac.jpg”,
“promotion_price”: “204”,
“price”: “204”,
“originalPrice”: “419.00”,
“sales”: “16”,
“num_iid”: “3112933721”,
“seller_nick”: “MNO.9 Homme”,
“post_fee”: “”,
“area”: “เชียงใหม่”,
“detail_url”: “//www.lazada.co.th/products/mno9-new-jeans-men-style-k19-pants-5-i3112933721.html”
},
{
“title”: “[Spot] กางเกงยีนส์/กางเกงผู้หญิง/กางเกงขนาดเล็ก145,กางเกงยีนส์ขาสั้นแปดส่วน Collocation,High Wear,150 Daddy Pants,harem กางเกง Xs [ออกเมษายน15][现货]牛仔裤/女长裤/145小個子褲子八分褲牛仔褲矮個子搭配顯高穿搭150老爹褲哈倫褲xs”,
“pic_url”: “https://my-test-11.slatic.net/p/6aef7ebb5b1ba7d7d6e0b10ce8214089.jpg”,
“promotion_price”: “530.00”,
“price”: “530.00”,
“originalPrice”: “663.00”,
“sales”: “”,
“num_iid”: “3393648540”,
“seller_nick”: “fmr673”,
“post_fee”: “”,
“area”: “Overseas”,
“detail_url”: “//www.lazada.co.th/products/spot-145-collocationhigh-wear150-daddy-pantsharem-xs-15145150xs-i3393648540.html”
},
{
“title”: “✨kaykai_shop✨❗พร้อมส่ง กางเกงยีนส์ขาสั้น ตกแต่งกระดุม ปลายรุ่ย แต่งรอยขาดหน้าหลัง น่ารัก 〓 2046”,
“pic_url”: “https://sg-test-11.slatic.net/p/fe0a8a2f52702c8599bf224981327568.jpg”,
“promotion_price”: “110”,
“price”: “110”,
“originalPrice”: “399.00”,
“sales”: “635”,
“num_iid”: “2003384944”,
“seller_nick”: “Kaykai_Shop”,
“post_fee”: “”,
“area”: “สมุทรสาคร”,
“detail_url”: “//www.lazada.co.th/products/kaykai_shop-2046-i2003384944.html”
},
{
“title”: “FF.fashion -⛳️มี 4 สี⛳️กางเกงยีนส์ขาสั้นเอวสูงNEWทรงสวยๆสไตล์เกาหลี #1001”,
“pic_url”: “https://th-live.slatic.net/p/7a84a6b3cba5b59f7a4c8ae50f424b52.png”,
“promotion_price”: “103”,
“price”: “103”,
“originalPrice”: “250.00”,
“sales”: “546”,
“num_iid”: “582608154”,
“seller_nick”: “FF.fashion”,
“post_fee”: “”,
“area”: “กรุงเทพมหานคร”,
“detail_url”: “//www.lazada.co.th/products/fffashion-4-new-1001-i582608154.html”
},
{
“title”: “koki2shop -ราคาพิเศษ ยีนส์ขายาวเอวสูงดีไซน์สวยๆ สไตล์เกาหลีสินค้าพร้อมส่งห้ามพลาด#8013”,
“pic_url”: “https://th-test-11.slatic.net/p/f5295471c5937125222b28e85516d934.jpg”,
“promotion_price”: “152”,
“price”: “152”,
“originalPrice”: “259.00”,
“sales”: “270”,
“num_iid”: “908362152”,
“seller_nick”: “koki2shop”,
“post_fee”: “”,
“area”: “กรุงเทพมหานคร”,
“detail_url”: “//www.lazada.co.th/products/koki2shop-8013-i908362152.html”
},
{
“title”: “Korea❤️ กางเกงยีนส์ ✨เก็บเอว ขาเรียว ✨ ทรงบอยสองกระดุม สียีนส์และยีนส์ดำ เนื้อผ้าดีระบายอากาศใส่สบาย 牛仔 / 066 /”,
“pic_url”: “https://th-test-11.slatic.net/p/11c007b8b94c008752eca3c55c8e4a48.jpg”,
“promotion_price”: “143”,
“price”: “143”,
“originalPrice”: “499.00”,
“sales”: “604”,
“num_iid”: “1982672346”,
“seller_nick”: “Korea jean”,
“post_fee”: “”,
“area”: “นครปฐม”,
“detail_url”: “//www.lazada.co.th/products/korea-066-i1982672346.html”
},
{
“title”: “HK 2021 New Jeans ยีนส์ขาสั้น ผ้ายืดฟอกนิ่ม สีมิดไนด์-สนิมน้ำตาล มีริม ไซส์28-40”,
“pic_url”: “https://th-test-11.slatic.net/p/cc93df21e1d7f62c4936951d29339b88.jpg”,
“promotion_price”: “124.83”,
“price”: “124.83”,
“originalPrice”: “488.00”,
“sales”: “1988”,
“num_iid”: “2505336466”,
“seller_nick”: “Hiphop king”,
“post_fee”: “”,
“area”: “สมุทรปราการ”,
“detail_url”: “//www.lazada.co.th/products/hk-2021-new-jeans-28-40-i2505336466.html”
},
{
“title”: “fomu ❤️ กางเกงยีนส์ ✨ สไตล์เกาหลี ✨ ขาขาดหัวเข่า ทรงขากระบอก สียีนส์อ่อน เนื้อผ้าดีระบายอากาศใส่สบาย 牛仔 / 1028 /”,
“pic_url”: “https://th-live.slatic.net/p/6c712b9493b775c37880172313aaaeaf.jpg”,
“promotion_price”: “149”,
“price”: “149”,
“originalPrice”: “499.00”,
“sales”: “2367”,
“num_iid”: “1438872026”,
“seller_nick”: “fomu shop.th”,
“post_fee”: “”,
“area”: “นครปฐม”,
“detail_url”: “//www.lazada.co.th/products/fomu-1028-i1438872026.html”
},
{
“title”: “Lucky stars แฟชั่นกางเกงยีนส์ขาสั้นเอวสูง ทรงสวยเข้ารูป ปลายรุ่ยขาดขาเล็กน้อย ผ้ายีนส์แท้ สั้นสวมใส่สบาย”,
“pic_url”: “https://th-live.slatic.net/p/341864707e50056faabadcf47fb8e19f.jpg”,
“promotion_price”: “144”,
“price”: “144”,
“originalPrice”: “299.00”,
“sales”: “372”,
“num_iid”: “2227718633”,
“seller_nick”: “Lucky stars”,
“post_fee”: “”,
“area”: “กรุงเทพมหานคร”,
“detail_url”: “//www.lazada.co.th/products/lucky-stars-i2227718633.html”
},
{
“title”: “TPPJeans ผ้าดิบริมแดง 16 oz. ป้ายหนังแท้ เฟดสวย Size 28-36”,
“pic_url”: “https://th-live.slatic.net/original/61ef0cd931ca511de5a69b9377f31137.jpg”,
“promotion_price”: “318”,
“price”: “318”,
“originalPrice”: “1090.00”,
“sales”: “865”,
“num_iid”: “224164408”,
“seller_nick”: “TPPJEANS”,
“post_fee”: “”,
“area”: “กรุงเทพมหานคร”,
“detail_url”: “//www.lazada.co.th/products/tppjeans-16-oz-size-28-36-i224164408.html”
},
{
“title”: “ขาสั้นยีนส์ชาย ผ้าไม่ยืด ฟอกเซอร์มี7แบบ++++HOT++++”,
“pic_url”: “https://th-test-11.slatic.net/p/5b0235710d6e281794d6ffbfb816cb24.jpg”,
“promotion_price”: “179.55”,
“price”: “179.55”,
“originalPrice”: “350.00”,
“sales”: “56”,
“num_iid”: “637086546”,
“seller_nick”: “Look_at_me”,
“post_fee”: “”,
“area”: “กรุงเทพมหานคร”,
“detail_url”: “//www.lazada.co.th/products/7hot-i637086546.html”
},
{
“title”: “❌โล๊ะสต๊อก❌ยีนขาสั้นแฟชั่น ชาย-หญิง”,
“pic_url”: “https://filebroker-cdn.lazada.co.th/kf/S9cf154258a8140c3abeaf95f8588a30aa.jpg”,
“promotion_price”: “29”,
“price”: “29”,
“originalPrice”: “159.00”,
“sales”: “849”,
“num_iid”: “3349909360”,
“seller_nick”: "Warawut_Shop ",
“post_fee”: “”,
“area”: “ร้อยเอ็ด”,
“detail_url”: “//www.lazada.co.th/products/-i3349909360.html”
},
{
“title”: “✨Kaykai_Shop✨❗พร้อมส่ง กางเกงยีนส์ขาสั้นเอวสูง⚡ ปลายรุ่ย ขากว้าง #2045”,
“pic_url”: “https://sg-test-11.slatic.net/p/2f26112d45e856787b2086c10190446f.jpg”,
“promotion_price”: “108”,
“price”: “108”,
“originalPrice”: “299.00”,
“sales”: “264”,
“num_iid”: “1501434135”,
“seller_nick”: “Kaykai_Shop”,
“post_fee”: “”,
“area”: “สมุทรสาคร”,
“detail_url”: “//www.lazada.co.th/products/kaykai_shop-2045-i1501434135.html”
},
{
“title”: “iFashion 019 กางเกงยีนส์ผู้หญิง ทรงกระบอก เอวสูง แต่งกระเป๋าข้าง กางเกงผู้หญิง”,
“pic_url”: “https://th-live.slatic.net/p/dbde43921d540d4567400f4e7df72dbb.jpg”,
“promotion_price”: “156”,
“price”: “156”,
“originalPrice”: “490.00”,
“sales”: “3572”,
“num_iid”: “1892922490”,
“seller_nick”: “i-Fashion jeans”,
“post_fee”: “”,
“area”: “กรุงเทพมหานคร”,
“detail_url”: “//www.lazada.co.th/products/ifashion-019-i1892922490.html”
},
{
“title”: “กางเกงยีนส์แต่งสนิม ไม่แต่งขาดเท่ๆวัยรุ่นต้องจัดแล้วใส่ได้ชาย/หญิง มาตำกันเลยวัยรุ่น”,
“pic_url”: “https://filebroker-cdn.lazada.co.th/kf/S4c91809a42c0445c8fb746da6e01447d6.jpg”,
“promotion_price”: “179.00”,
“price”: “179.00”,
“originalPrice”: “179.00”,
“sales”: “128”,
“num_iid”: “3085694081”,
“seller_nick”: “The Money oil shop.1”,
“post_fee”: “”,
“area”: “สระแก้ว”,
“detail_url”: “//www.lazada.co.th/products/-i3085694081.html”
},
{
“title”: “กางเกงยีนส์ขาเดฟผ้ายืด เป้าแบบกระดุมและแบบซิปทางร้านมีหลายป้ายหลายสีให้เลือกราคาเริ่มต้น179บาท”,
“pic_url”: “https://filebroker-cdn.lazada.co.th/kf/S3b7321cfe1df43c28ac97e22fcdbf334o.jpg”,
“promotion_price”: “179.00”,
“price”: “179.00”,
“originalPrice”: “179.00”,
“sales”: “954”,
“num_iid”: “2118822185”,
“seller_nick”: “Wit-jeans”,
“post_fee”: “”,
“area”: “ปทุมธานี”,
“detail_url”: “//www.lazada.co.th/products/179-i2118822185.html”
},
{
“title”: “2021กางเกงยีนส์ผู้ชาย กางเกงยีนส์ใส่สบาย กางเกงยีนส์ขายาว กางเกงยีนส์แฟชั่น กางเกงยีนส์”,
“pic_url”: “https://th-test-11.slatic.net/p/e209fb98b96800824cecab4c18b808e6.jpg”,
“promotion_price”: “118.84”,
“price”: “118.84”,
“originalPrice”: “288.00”,
“sales”: “380”,
“num_iid”: “3053063003”,
“seller_nick”: “Hiphop king”,
“post_fee”: “”,
“area”: “สมุทรปราการ”,
“detail_url”: “//www.lazada.co.th/products/2021-i3053063003.html”
},
{
“title”: “Korea กางเกงยีนส์ ✨ สไตล์เกาหลี ✨ ทรงขากระบอกขาไม่บาน สียีนส์อ่อน/ยีนส์เข้ม เนื้อผ้าดีระบายอากาศใส่สบาย 牛仔 / 9012 /”,
“pic_url”: “https://th-test-11.slatic.net/p/8bd5caa230592950b3f36a1134bf5f0a.jpg”,
“promotion_price”: “151”,
“price”: “151”,
“originalPrice”: “399.00”,
“sales”: “1196”,
“num_iid”: “1892404552”,
“seller_nick”: “Korea jean”,
“post_fee”: “”,
“area”: “นครปฐม”,
“detail_url”: “//www.lazada.co.th/products/korea-9012-i1892404552.html”
},
{
“title”: “fomu❣️ ยีนส์ทรงกระบอกลิซ่า ด้านข้างปรับกระดุมได้ ทรงสวย สุดฮิตวัยรุ่นมากๆ มีสองสี / Girls jeans / 2099/”,
“pic_url”: “https://th-live.slatic.net/p/6062519a6d1bfa3402c3518b929a925b.jpg”,
“promotion_price”: “153”,
“price”: “153”,
“originalPrice”: “599.00”,
“sales”: “3132”,
“num_iid”: “1418150226”,
“seller_nick”: “fomu shop.th”,
“post_fee”: “”,
“area”: “นครปฐม”,
“detail_url”: “//www.lazada.co.th/products/fomu-girls-jeans-2099-i1418150226.html”
},
{
“title”: “2022กางเกงยีนส์ผู้ชาย กางเกงยีนส์ใส่สบาย กางเกงยีนส์ขายาว กางเกงยีนส์แฟชั่น กางเกงยีนส์ 2 สี”,
“pic_url”: “https://th-live.slatic.net/p/2ef0cad04833df417bf93fe842b440ba.jpg”,
“promotion_price”: “110”,
“price”: “110”,
“originalPrice”: “199.00”,
“sales”: “918”,
“num_iid”: “3219369225”,
“seller_nick”: “Sipan”,
“post_fee”: “”,
“area”: “สมุทรปราการ”,
“detail_url”: “//www.lazada.co.th/products/2022-2-i3219369225.html”
},
{
“title”: “กางเกงยีนส์ขาสั้น แท้ USA แบรนด์ #กางเกง วินเทจ #กางเกง ผู้ชาย #กางเกงยีนส์ชาย #กางเกงยีนส์หญิง”,
“pic_url”: “https://th-test-11.slatic.net/p/698bc8aaa984e1f1f21074a6461e22af.jpg”,
“promotion_price”: “69.00”,
“price”: “69.00”,
“originalPrice”: “199.00”,
“sales”: “101”,
“num_iid”: “3456257591”,
“seller_nick”: “Lucky–Shop”,
“post_fee”: “”,
“area”: “สงขลา”,
“detail_url”: “//www.lazada.co.th/products/usa-i3456257591.html”
},
{
“title”: “กางเกงยีนส์ขายาวชาย กางเกงขายาวผช กางเกงแฟชั่นผู้ชาย ใส่สบาย jeans 2 สี”,
“pic_url”: “https://th-test-11.slatic.net/p/c5ff898455806dbd9097222ad3d7710c.jpg”,
“promotion_price”: “109.00”,
“price”: “109.00”,
“originalPrice”: “169.00”,
“sales”: “1294”,
“num_iid”: “2658606511”,
“seller_nick”: “Sipan”,
“post_fee”: “”,
“area”: “สมุทรปราการ”,
“detail_url”: “//www.lazada.co.th/products/jeans-2-i2658606511.html”
},
{
“title”: “กางเกงยีนส์ผู้ชายเท่ๆ ไม่เดฟ ไม่ลุง ผ้าฟอก นิ่ม ใส่สบาย ลดราคา ราคาถูก”,
“pic_url”: “https://th-live.slatic.net/p/d08dbc9f0b811a815ebe20c4930ef711.jpg”,
“promotion_price”: “169”,
“price”: “169”,
“originalPrice”: “389.00”,
“sales”: “62”,
“num_iid”: “1229204030”,
“seller_nick”: “Hello man”,
“post_fee”: “”,
“area”: “ปทุมธานี”,
“detail_url”: “//www.lazada.co.th/products/-i1229204030.html”
},
{
“title”: “กางเกงยีนส์เอวสูง3สีพร้อมส่ง สไตล์เกาหลี แนววินเทจ กางเกงยีนส์ขายาวกางเกงยีนส์ขายาวกางเกงยีนส์ผู้หญิงสเอวสูง 661”,
“pic_url”: “https://th-live.slatic.net/p/d077d891bcbfb6947bb46177ca618c43.jpg”,
“promotion_price”: “159.00”,
“price”: “159.00”,
“originalPrice”: “169.00”,
“sales”: “421”,
“num_iid”: “2561659382”,
“seller_nick”: “COCO&BABY SHOP”,
“post_fee”: “”,
“area”: “กรุงเทพมหานคร”,
“detail_url”: “//www.lazada.co.th/products/3-661-i2561659382.html”
},
{
“title”: “Ladateens shop พร้อมส่ง 8213 กางเกง​ยีนส์ กางเกงยีน เสื้อผ้าแฟชั่นผู้หญิง สไตล์เกาหลีกางเกงขากว้างกางเกงยีนส์เก้าแต้มหลวม”,
“pic_url”: “https://th-test-11.slatic.net/p/28cb6c853fa613a083dea5f8edd2ed7a.jpg”,
“promotion_price”: “137”,
“price”: “137”,
“originalPrice”: “268.00”,
“sales”: “297”,
“num_iid”: “2817169621”,
“seller_nick”: “Ladateens shop”,
“post_fee”: “”,
“area”: “สมุทรสาคร”,
“detail_url”: “//www.lazada.co.th/products/ladateens-shop-8213-i2817169621.html”
},
{
“title”: “(A1) กางเกงขาสั้นลำลอง สามส่วนผู้ชาย สวมสบาย กระเป๋าลึก สีพื้น มีหลากหลายสี ราคาถูกมี 9 สี(เอว 28-40)”,
“pic_url”: “https://th-test-11.slatic.net/p/4f5a87862694362ef5dbcf8fa343b5f2.jpg”,
“promotion_price”: “69.00”,
“price”: “69.00”,
“originalPrice”: “299.00”,
“sales”: “2330”,
“num_iid”: “2575550887”,
“seller_nick”: “PAT2021”,
“post_fee”: “”,
“area”: “สมุทรปราการ”,
“detail_url”: “//www.lazada.co.th/products/a1-9-28-40-i2575550887.html”
},
{
“title”: “ยีนส์ กางเกง ขายาว ผู้ชาย กางเกงยีนทรงกระบอก ยีนส์ 2021ใหม่ 8010”,
“pic_url”: “https://th-test-11.slatic.net/p/c3d52dbd79a01160fdbbaa2e39d680d7.jpg”,
“promotion_price”: “110.2”,
“price”: “110.2”,
“originalPrice”: “188.00”,
“sales”: “213”,
“num_iid”: “3064945942”,
“seller_nick”: “Noble Unicorn”,
“post_fee”: “”,
“area”: “สมุทรปราการ”,
“detail_url”: “//www.lazada.co.th/products/2021-8010-i3064945942.html”
},
{
“title”: “‼️ กางเกงยีนส์ ‼️ แฟชั่นชาย กางเกงยีนส์แถบขาว แถบข้าง กางเกงขาสั้น กางเกงผู้ชาย มีเชือก เอว 28-40 นิ้ว King of everything ”,
“pic_url”: “https://filebroker-cdn.lazada.co.th/kf/Sd1c0769b55444935bba47a2562ce8ed6B.jpg”,
“promotion_price”: “280.25”,
“price”: “280.25”,
“originalPrice”: “295.00”,
“sales”: “61”,
“num_iid”: “2509535753”,
“seller_nick”: “King of everything”,
“post_fee”: “”,
“area”: “กรุงเทพมหานคร”,
“detail_url”: “//www.lazada.co.th/products/28-40-king-of-everything-i2509535753.html”
},
{
“title”: “กางเกงยีนผู้ชาย กางเกงขากระบอก กางเกงขายาว **กางเกงขากระบอกเล็ก ผ้ารีดดิบ ผ้าไม่ยืด”,
“pic_url”: “https://th-live.slatic.net/p/489e86421df7a030c07a5f79c1ed90f0.jpg”,
“promotion_price”: “159.00”,
“price”: “159.00”,
“originalPrice”: “290.00”,
“sales”: “838”,
“num_iid”: “1600626465”,
“seller_nick”: “Rich888.shop”,
“post_fee”: “”,
“area”: “ปทุมธานี”,
“detail_url”: “//www.lazada.co.th/products/-i1600626465.html”
},
{
“title”: “กางกงยีนส์ผู้หญิงขายดีราคาโรงงานป้ายon the may”,
“pic_url”: “https://filebroker-cdn.lazada.co.th/kf/Sa65c1613b82843758ff3b1523b556b9fe.jpg”,
“promotion_price”: “257”,
“price”: “257”,
“originalPrice”: “279.00”,
“sales”: “324”,
“num_iid”: “2761228406”,
“seller_nick”: “Aiw shop”,
“post_fee”: “”,
“area”: “นครราชสีมา”,
“detail_url”: “//www.lazada.co.th/products/on-the-may-i2761228406.html”
}
]
},
“error”: “”,
“reason”: “”,
“error_code”: “0000”,
“cache”: 0,
“api_info”: “today:11 max:10100 all[41=11+3+27]”,
“execution_time”: “3.053”,
“server_time”: “Beijing/2022-05-17 11:43:00”,
“client_ip”: “106.6.34.241”,
“call_args”: {
“q”: “牛仔裤”,
“page”: “1”,
“cat”: “40”,
“discount_only”: “co.th”,
“nation”: “co.th”,
“language”: “co.th”
},
“api_type”: “lazada”,
“translate_language”: “co.th”,
“translate_engine”: “google_new”,
“server_memory”: “1.25MB”,
“request_id”: “gw-4.628319c19decf”,
“last_id”: “967677012”
}

你可能感兴趣的:(代购,电商,API,api,开发平台,数据库)