请求参数
请求参数:num_iid=267690734&nation=co.th
参数说明:num_iid:lazada商品ID(是对应国家不同国家的ID不能通用)
nation:国家
国家域名后缀可选值如下:co.id、com.my、com.ph、sg、co.th、vn
请求示例
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.Reader;
import java.net.URL;
import java.nio.charset.Charset;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.PrintWriter;
import java.net.URLConnection;
public class Example {
private static String readAll(Reader rd) throws IOException {
StringBuilder sb = new StringBuilder();
int cp;
while ((cp = rd.read()) != -1) {
sb.append((char) cp);
}
return sb.toString();
}
public static JSONObject postRequestFromUrl(String url, String body) throws IOException, JSONException {
URL realUrl = new URL(url);
URLConnection conn = realUrl.openConnection();
conn.setDoOutput(true);
conn.setDoInput(true);
PrintWriter out = new PrintWriter(conn.getOutputStream());
out.print(body);
out.flush();
InputStream instream = conn.getInputStream();
try {
BufferedReader rd = new BufferedReader(new InputStreamReader(instream, Charset.forName("UTF-8")));
String jsonText = readAll(rd);
JSONObject json = new JSONObject(jsonText);
return json;
} finally {
instream.close();
}
}
public static JSONObject getRequestFromUrl(String url) throws IOException, JSONException {
URL realUrl = new URL(url);
URLConnection conn = realUrl.openConnection();
InputStream instream = conn.getInputStream();
try {
BufferedReader rd = new BufferedReader(new InputStreamReader(instream, Charset.forName("UTF-8")));
String jsonText = readAll(rd);
JSONObject json = new JSONObject(jsonText);
return json;
} finally {
instream.close();
}
}
public static void main(String[] args) throws IOException, JSONException {
// 请求示例 url 默认请求参数已经URL编码处理
String url = "https://w-x-;18870288846/lazada/item_get/?key=<您自己的apiKey>&secret=<您自己的apiSecret>&num_iid=267690734&nation=co.th";
JSONObject json = getRequestFromUrl(url);
System.out.println(json.toString());
}
}
响应示例
{
"items": {
"total_results": "4080",
"real_total_results": "4080",
"page": "1",
"page_size": 40,
"language": "th",
"currency_code": "THB",
"item": [
{
"title": "KPM252 Graffiti Letter Creative Short-sleeved T-shirt Men's Trendy Brand Fashionable Ins Couple Top Summer New Loose Half-sleeved T-shirt",
"pic_url": "https://th-live-01.slatic.net/p/005a9a1ca5d5c239da00385e91c9e56a.jpg",
"promotion_price": "119",
"price": "119",
"originalPrice": "126",
"sales": "1",
"num_iid": "4593791004",
"seller_nick": "Koreapartners",
"post_fee": "",
"area": "ต่างประเทศ",
"detail_url": "//www.lazada.co.th/products/kpm252-graffiti-letter-creative-short-sleeved-t-shirt-mens-trendy-brand-fashionable-ins-couple-top-summer-new-loose-half-sleeved-t-shirt-i4593791004.html"
},
{
"title": "IEF เสื้อยืดแขนสั้นใช้เสื้อภายใน2022รอบคอเป็นลดความอ้วนทำให้เสื้อผ้าบนริ้วรอยของหญิง",
"pic_url": "https://my-live-02.slatic.net/p/61cf3b0e79f5fa68d54c6915ae758c1c.jpg",
"promotion_price": "154",
"price": "154",
"originalPrice": "265",
"sales": "852",
"num_iid": "4185307148",
"seller_nick": "IEF Shopping Mall",
"post_fee": "",
"area": "ต่างประเทศ",
"detail_url": "//www.lazada.co.th/products/ief-2022-i4185307148.html"
},
{
"title": "เสื้อทีเชิ๊ต เสื้อยืดคอกลมแฟชั่นunisex (คุณผู้ชายต้องเพิ่ม 1-2 ไซส์จากที่ใส่ค่ะ) เสื้อแขนสั้น เสื่อคู่รักT467",
"pic_url": "https://th-live.slatic.net/p/510318218fbfa63f5875d109082f2ba8.jpg",
"promotion_price": "20",
"price": "20",
"originalPrice": "99",
"sales": "5280",
"num_iid": "2353743104",
"seller_nick": "Fashion city",
"post_fee": "",
"area": "สมุทรสาคร",
"detail_url": "//www.lazada.co.th/products/unisex-1-2-t467-i2353743104.html"
},
{
"title": "Queen พร้อมส่ง เสื้อยืดผู้หญิง เสื้อแฟชั่นเกาหลี คอกลมโอเวอร์ไซด์แขนยาวสกรีนลายการ์ตูน ต่อเเขนยาว (036)",
"pic_url": "https://th-live-01.slatic.net/p/154d703cd7a21e0923a9953b87c3e960.jpg",
"promotion_price": "77",
"price": "77",
"originalPrice": "199",
"sales": "643",
"num_iid": "3196907134",
"seller_nick": "Gueen&Shop",
"post_fee": "",
"area": "กรุงเทพมหานคร",
"detail_url": "//www.lazada.co.th/products/queen-036-i3196907134.html"
},
{
"title": "KPM254 Cartoon Printed Short-sleeved T-shirt Men's 2022 Summer Fashionable Instagram Popular Brand Couple Loose American Style Chinese Fashion Half-sleeved Grey",
"pic_url": "https://th-live-02.slatic.net/p/a30a0db45d2c6af38c26b508f1baf13f.jpg",
"promotion_price": "119",
"price": "119",
"originalPrice": "137",
"sales": "",
"num_iid": "4593762149",
"seller_nick": "Koreapartners",
"post_fee": "",
"area": "ต่างประเทศ",
"detail_url": "//www.lazada.co.th/products/kpm254-cartoon-printed-short-sleeved-t-shirt-mens-2022-summer-fashionable-instagram-popular-brand-couple-loose-american-style-chinese-fashion-half-sleeved-grey-i4593762149.html"
},
{
"title": "เสื้อกีฬาพิมลาย ตัวใหม่ BM-ช้าง พร้อมส่ง",
"pic_url": "https://filebroker-cdn.lazada.co.th/kf/S2e43a3f1f4b6439995e86de68e3b9d32Q.jpg",
"promotion_price": "94",
"price": "94",
"originalPrice": "100",
"sales": "446",
"num_iid": "3776533692",
"seller_nick": "Nunthanut",
"post_fee": "",
"area": "หนองบัวลำภู",
"detail_url": "//www.lazada.co.th/products/bm-i3776533692.html"
},
{
"title": "เสื้อคู่ชายหญิงวินเทจ แขนสั้น oversize เสื้อผ้าแฟชั่นสไตล์เกาหลี ทรงหลวม เสื้อยืดโอเวอร์ไซส์ผู้หญิงเท่ สกรีนลายการ์ตูน WAN253",
"pic_url": "https://th-live-01.slatic.net/p/5e3c1116e658e684ebd32fe2ec317a12.jpg",
"promotion_price": "29",
"price": "29",
"originalPrice": "59",
"sales": "277",
"num_iid": "4476959905",
"seller_nick": "WA.NG",
"post_fee": "",
"area": "ต่างประเทศ",
"detail_url": "//www.lazada.co.th/products/oversize-wan253-i4476959905.html"
},
{
"title": "FARUILINE 23SS MEN477 เกาหลีใต้ ins ฮาราจูกุถนนสูง Diablo พิมพ์จดหมาย เสื้อยืดแขนสั้นสําหรับผู้ชายและผู้หญิง",
"pic_url": "https://th-live.slatic.net/p/8565f96958dbb61325606f8eadfb32a0.jpg",
"promotion_price": "92",
"price": "92",
"originalPrice": "168",
"sales": "102",
"num_iid": "4299611427",
"seller_nick": "FARUILINE STORE",
"post_fee": "",
"area": "ต่างประเทศ",
"detail_url": "//www.lazada.co.th/products/faruiline-23ss-men477-ins-diablo-i4299611427.html"
},
{
"title": "IEF เสื้อยืดแขนสั้นพิมพ์ลายการ์ตูนรูปแมวญี่ปุ่นเล็กสด,เสื้อยืดแขนสั้นในช่วงฤดูร้อนสำหรับผู้ชายและผู้หญิงเทรนด์หลวมแฟชั่นเข้ากับทุกชุด",
"pic_url": "https://my-live-02.slatic.net/p/cec0790172dbff0436f32d67175d3b61.jpg",
"promotion_price": "97",
"price": "97",
"originalPrice": "187",
"sales": "404",
"num_iid": "4277127470",
"seller_nick": "IEF Shopping Mall",
"post_fee": "",
"area": "ต่างประเทศ",
"detail_url": "//www.lazada.co.th/products/ief-i4277127470.html"
},
{
"title": "IEF เสื้อยืดแขนยาวสำหรับผู้หญิงคอวีเสื้อกล้าม Monogram พิมพ์ Cropped เสื้อแขนยาว, เสื้อยืด ผญสวย ๆ 2023",
"pic_url": "https://th-live-01.slatic.net/p/f8c2e6aa4e0f62c9d4297dfb95b07001.png",
"promotion_price": "113",
"price": "113",
"originalPrice": "228",
"sales": "228",
"num_iid": "4271998897",
"seller_nick": "IEF Shopping Mall",
"post_fee": "",
"area": "ฉะเชิงเทรา",
"detail_url": "//www.lazada.co.th/products/ief-monogram-cropped-2023-i4271998897.html"
},
{
"title": "Beverly Hills Polo Club เสื้อยืดคอกลมแขนสั้น รุ่น BNSP041",
"pic_url": "https://th-live-01.slatic.net/p/4967e2502266e65a87790ef75db551c6.jpg",
"promotion_price": "349",
"price": "349",
"originalPrice": "990",
"sales": "40",
"num_iid": "4591161041",
"seller_nick": "Beverly Hills Polo Club",
"post_fee": "",
"area": "กรุงเทพมหานคร",
"detail_url": "//www.lazada.co.th/products/beverly-hills-polo-club-bnsp041-i4591161041.html"
},
{
"title": "เสื้อโปโลวาฟเฟิลแขนสั้นเสื้อยืด,เสื้อทรงหลวมสำหรับผู้หญิงใส่ในฤดูร้อน",
"pic_url": "https://my-live-02.slatic.net/p/ecbbfd972e5c4761f23ed15ce746f366.jpg",
"promotion_price": "119",
"price": "119",
"originalPrice": "200",
"sales": "183",
"num_iid": "3721528201",
"seller_nick": "Jacksoo",
"post_fee": "",
"area": "สมุทรปราการ",
"detail_url": "//www.lazada.co.th/products/-i3721528201.html"
},
{
"title": "IEF วินเทจสีเขียวลายแขนสั้นเสื้อยืดผู้หญิงขนาดบวกผ่อนคลายโจ๊กเสื้อฐานเสื้อ",
"pic_url": "https://my-live-02.slatic.net/p/5edaa5ee78e6b3d12de52401a1f60926.jpg",
"promotion_price": "145",
"price": "145",
"originalPrice": "278",
"sales": "210",
"num_iid": "4185204576",
"seller_nick": "IEF Shopping Mall",
"post_fee": "",
"area": "ต่างประเทศ",
"detail_url": "//www.lazada.co.th/products/ief-i4185204576.html"
},
{
"title": "IEF เสื้อยืดสตรี เสื้อเชิ้ตลายดอกไม้สไตล์เกาหลีใหม่, เสื้อครอปคอเหลี่ยม Wild Rose, เสื้อแฟชั่นผญ, 2023",
"pic_url": "https://th-live-01.slatic.net/p/4021d67ade48916293041d116b59d943.png",
"promotion_price": "187",
"price": "187",
"originalPrice": "440",
"sales": "33",
"num_iid": "4097189247",
"seller_nick": "IEF Shopping Mall",
"post_fee": "",
"area": "ต่างประเทศ",
"detail_url": "//www.lazada.co.th/products/ief-wild-rose-2023-i4097189247.html"
},
{
"title": "MBeauty เสื้อยึดผูหญิง เสื้อสีพื้น เสื้อยืดแฟชัน2023 หลวม เสื้อผ้าฝ้าย ผู้หญิง 40's 50's M-3XL ผู้สูงอายุสวมใส่เสื้อสวมหัวห ลวมแขนกลางเสื้อสตรีด้านบน",
"pic_url": "https://th-live-01.slatic.net/p/c86f157a241c8ef22ce68ddc8e9a95e7.jpg",
"promotion_price": "134",
"price": "134",
"originalPrice": "258",
"sales": "458",
"num_iid": "3993544283",
"seller_nick": "Mbeauty Store",
"post_fee": "",
"area": "ต่างประเทศ",
"detail_url": "//www.lazada.co.th/products/mbeauty-2023-40s-50s-m-3xl-i3993544283.html"
},
{
"title": "GQ เสื้อยืดคอกลม รุ่นผ้านุ่มใส่สบาย ลดกลิ่น ลดแบคทีเรีย ไม่ร้อน แห้งไว (ดีกว่ารุ่นสะท้อนน้ำเยอะ ขอบอก อิอิ)",
"pic_url": "https://th-live-01.slatic.net/p/1dbe27c0f225474a221becd892b0378e.jpg",
"promotion_price": "149",
"price": "149",
"originalPrice": "199",
"sales": "978",
"num_iid": "3331197152",
"seller_nick": "GQ Outlet",
"post_fee": "",
"area": "นนทบุรี",
"detail_url": "//www.lazada.co.th/products/gq-i3331197152.html"
},
{
"title": "Beverly Hills Polo Club เสื้อยืดคอกลมแขนสั้นเด็ก รุ่น KNSG029",
"pic_url": "https://th-live-01.slatic.net/p/e3aef6d2544e8c3dd955de401f816ca9.jpg",
"promotion_price": "349",
"price": "349",
"originalPrice": "990",
"sales": "6",
"num_iid": "4557999019",
"seller_nick": "Beverly Hills Polo Club",
"post_fee": "",
"area": "กรุงเทพมหานคร",
"detail_url": "//www.lazada.co.th/products/beverly-hills-polo-club-knsg029-i4557999019.html"
},
{
"title": "Beverly Hills Polo Club เสื้อฮู้ดแขนสั้นเด็ก Classic Bear รุ่น KNSHB05",
"pic_url": "https://th-live.slatic.net/p/08edf93cbd893ca649f46c99f08adc47.jpg",
"promotion_price": "449",
"price": "449",
"originalPrice": "1290",
"sales": "16",
"num_iid": "4362248263",
"seller_nick": "Beverly Hills Polo Club",
"post_fee": "",
"area": "กรุงเทพมหานคร",
"detail_url": "//www.lazada.co.th/products/beverly-hills-polo-club-classic-bear-knshb05-i4362248263.html"
},
{
"title": "IEFเสื้อยืดผู้หญง เสื้อยืดแขนสั้นผู้หญิง ฤดูร้อนใหม่ Ins อินเทรนด์หลวม เสื้อยืดหญิง เสื้อแฟชั่นผญ2023",
"pic_url": "https://my-live-02.slatic.net/p/60d1f582fb4d0011f41b40a75d4be520.jpg",
"promotion_price": "128",
"price": "128",
"originalPrice": "216",
"sales": "1160",
"num_iid": "3887908349",
"seller_nick": "IEF Shopping Mall",
"post_fee": "",
"area": "ต่างประเทศ",
"detail_url": "//www.lazada.co.th/products/ief-ins-2023-i3887908349.html"
},
{
"title": "เสื้อแขนกุดผู้หญิง น่ารัก เสื้อยืดหลวมสไตล์เกาหลี เสื้อผ้าวัยรุ่นแฟชั่น เสื้อยืดมินิมอลสีพื้น สีเหลือง สีขาว WAN232",
"pic_url": "https://th-live.slatic.net/p/868ec4df6509e341379ce124f7cc47c5.jpg",
"promotion_price": "71",
"price": "71",
"originalPrice": "109",
"sales": "34",
"num_iid": "4297229412",
"seller_nick": "WA.NG",
"post_fee": "",
"area": "ต่างประเทศ",
"detail_url": "//www.lazada.co.th/products/wan232-i4297229412.html"
},
{
"title": "IEF เสื้อยืดแขนสั้นลายการ์ตูนรุ่นเกาหลี,เสื้อนักเรียนผู้หญิงแบบช่องหลวมรุ่นใหม่ปี2022",
"pic_url": "https://th-live-01.slatic.net/p/70b02b44f6f86fde0fdd324cf26da9e1.png",
"promotion_price": "78",
"price": "78",
"originalPrice": "178",
"sales": "1176",
"num_iid": "3866477462",
"seller_nick": "IEF Shopping Mall",
"post_fee": "",
"area": "ต่างประเทศ",
"detail_url": "//www.lazada.co.th/products/ief-2022-i3866477462.html"
},
{
"title": "เสื้อยืดลายหมีล็อตโซ่ เสื้อยืดเกาหลี ใส่สบาย โอเวอร์ไซส์ เสื้อยืดแฟชั่น ฟรีไซส์ อกได้ถึง44 ผ้าฝ้ายนิ่มๆ WAN257",
"pic_url": "https://th-live-01.slatic.net/p/447285547f54f4d6a28bd3d0a321f39a.jpg",
"promotion_price": "81",
"price": "81",
"originalPrice": "109",
"sales": "56",
"num_iid": "4520772856",
"seller_nick": "WA.NG",
"post_fee": "",
"area": "ต่างประเทศ",
"detail_url": "//www.lazada.co.th/products/44-wan257-i4520772856.html"
},
{
"title": "DUOHANZI ผ้าไหมเย็น เสื้อยืดแขนสั้น แขนตุ๊กตา เสื้อยืดเต็มตัว สไตล์เกาหลี คอU เสื้อ ผู้หญิง 2023 ดีไซน์สไตล์เกาหลี เรียบง่าย",
"pic_url": "https://th-live.slatic.net/p/16f8c446d0ea3a89da19bf0975fa1d58.jpg",
"promotion_price": "99",
"price": "99",
"originalPrice": "198",
"sales": "3303",
"num_iid": "3632401621",
"seller_nick": "DUOHANZI",
"post_fee": "",
"area": "ฉะเชิงเทรา",
"detail_url": "//www.lazada.co.th/products/duohanzi-u-2023-i3632401621.html"
},
{
"title": "ASRV เสื้อยืดผู้ชายแขนสั้นคอกลมเข้ารูปลำลองพิมพ์ลายฤดูร้อน",
"pic_url": "https://my-live-02.slatic.net/p/2f4b52357748351474ebf154a9041e42.jpg",
"promotion_price": "63",
"price": "63",
"originalPrice": "178",
"sales": "461",
"num_iid": "3241590119",
"seller_nick": "ASRV",
"post_fee": "",
"area": "ฉะเชิงเทรา",
"detail_url": "//www.lazada.co.th/products/asrv-i3241590119.html"
},
{
"title": "Hanlu เสื้อยืดแขนสั้นผู้ชาย เสื้อคู่รักแขนสั้น ทรงหลวมๆสไตล์สตรีทฮิปฮอป เสื้อยืดคอกลม พิมพ์ลาย เสื้อแขนสั้น ไซส์ใหญ่ ",
"pic_url": "https://my-live-02.slatic.net/p/92b26271c9a3a783330af1493b196a87.jpg",
"promotion_price": "109",
"price": "109",
"originalPrice": "243",
"sales": "196",
"num_iid": "3702576228",
"seller_nick": "Hanlu Fashion Mall",
"post_fee": "",
"area": "ฉะเชิงเทรา",
"detail_url": "//www.lazada.co.th/products/hanlu-i3702576228.html"
},
{
"title": "Calvin Klein เสื้อยืดผู้หญิง ทรง Regular สีขาว รุ่น J218885 YAF Organic Cotton Monogram",
"pic_url": "https://th-live-01.slatic.net/p/3e34d33b7b4efb3bbdc9a437be01caa1.png",
"promotion_price": "1813",
"price": "1813",
"originalPrice": "2590",
"sales": "16",
"num_iid": "3780526857",
"seller_nick": "Calvin Klein",
"post_fee": "",
"area": "สมุทรปราการ",
"detail_url": "//www.lazada.co.th/products/calvin-klein-regular-j218885-yaf-organic-cotton-monogram-i3780526857.html"
},
{
"title": "Du Yan เสื้อยืดผู้หญิงใหม่แฟชั่นคอกลมสีทึบแขนยาวเสื้อยืด",
"pic_url": "https://th-live-01.slatic.net/p/f00ec4929a9a5c6ec496a788392c30dd.jpg",
"promotion_price": "72",
"price": "72",
"originalPrice": "145",
"sales": "448",
"num_iid": "2701402639",
"seller_nick": "Du Yan Shopping Mall",
"post_fee": "",
"area": "ฉะเชิงเทรา",
"detail_url": "//www.lazada.co.th/products/du-yan-i2701402639.html"
},
{
"title": "เสื้อยืดหญิง เสื้อแฟชั่น เสื้อเปิดหลัง แขนสั้น บางเฉียบหลวมๆระบายอากาศ Modal Open-back T-shirt 1920",
"pic_url": "https://th-live-02.slatic.net/p/e6c91b84a996c8c0aef80a97f11d6499.png",
"promotion_price": "108",
"price": "108",
"originalPrice": "160",
"sales": "255",
"num_iid": "2261749268",
"seller_nick": "Pineapple",
"post_fee": "",
"area": "สมุทรสาคร",
"detail_url": "//www.lazada.co.th/products/modal-open-back-t-shirt-1920-i2261749268.html"
},
{
"title": "Pond's KPM073 เสื้อยืดโปโลลําลอง คอปกโปโล ระบายอากาศได้ดี ลายวาฟเฟิล สีขาว แฟชั่นฤดูร้อน สไตล์นักธุรกิจ สําหรับผู้ชาย",
"pic_url": "https://th-live-01.slatic.net/p/9ed965178a551fa277e3dc0e99549d67.jpg",
"promotion_price": "169",
"price": "169",
"originalPrice": "239",
"sales": "32",
"num_iid": "4229277317",
"seller_nick": "Koreapartners",
"post_fee": "",
"area": "ต่างประเทศ",
"detail_url": "//www.lazada.co.th/products/ponds-kpm073-i4229277317.html"
},
{
"title": "เสื้อยืดแขนสั้นหลวมฤดูร้อน",
"pic_url": "https://my-live-02.slatic.net/p/a7cd949d8dfde1280c0b41e21676187c.jpg",
"promotion_price": "99",
"price": "99",
"originalPrice": "120",
"sales": "6",
"num_iid": "4420553123",
"seller_nick": "Jacksoo",
"post_fee": "",
"area": "ต่างประเทศ",
"detail_url": "//www.lazada.co.th/products/-i4420553123.html"
},
{
"title": "IEF วาฟเฟิลผ้าเย็บปักถักร้อยโปโลคอ2022ฤดูร้อนใหม่แขนสั้นเสื้อยืดซอกออกแบบสบายๆป่าด้านบนสำหรับผู้หญิง",
"pic_url": "https://th-live-01.slatic.net/p/c66c52c0875d6948528ab7f1c777eb1a.jpg",
"promotion_price": "148",
"price": "148",
"originalPrice": "441",
"sales": "506",
"num_iid": "4090272331",
"seller_nick": "IEF Shopping Mall",
"post_fee": "",
"area": "ต่างประเทศ",
"detail_url": "//www.lazada.co.th/products/ief-2022-i4090272331.html"
},
{
"title": "KPM244 อเมริกันย้อนยุค Ins อินเทรนด์แบรนด์การ์ตูนเสื้อยืดแขนสั้นเด็กผู้ชายฤดูร้อนหลวมฮิปฮอปถนนสูงคู่ครึ่งแขนเสื้อยืด",
"pic_url": "https://th-live-01.slatic.net/p/48215a58134a1db64d776c5d296ac7da.jpg",
"promotion_price": "129",
"price": "129",
"originalPrice": "132",
"sales": "3",
"num_iid": "4588771933",
"seller_nick": "Koreapartners",
"post_fee": "",
"area": "ต่างประเทศ",
"detail_url": "//www.lazada.co.th/products/kpm244-ins-i4588771933.html"
},
{
"title": "Mbeauty 2023 เสื้อยืดสำหรับผู้หญิงไซส์พิเศษผู้หญิงใหม่ฤดูใบไม้ร่วงรุ่นเกาหลีแบบหลวมเสื้อยืดแบบผ่าแขนยาวเสื้อสตรีความยาวปานกลาง",
"pic_url": "https://my-live-02.slatic.net/p/9fc75ca6ea2e7e369bac863fbed9870f.jpg",
"promotion_price": "121",
"price": "121",
"originalPrice": "221",
"sales": "199",
"num_iid": "2857477424",
"seller_nick": "Mbeauty Store",
"post_fee": "",
"area": "ต่างประเทศ",
"detail_url": "//www.lazada.co.th/products/mbeauty-2023-i2857477424.html"
},
{
"title": "MBeauty แขนสั้นเสื้อยืดผู้หญิงใหม่แม่แฟชั่นวัยกลางคนลดอายุหลวมผู้หญิงขนาดบวก",
"pic_url": "https://my-live-02.slatic.net/p/20ccf6d91fbe1ca993d491c9214acc5a.jpg",
"promotion_price": "149",
"price": "149",
"originalPrice": "248",
"sales": "269",
"num_iid": "3993506534",
"seller_nick": "Mbeauty Store",
"post_fee": "",
"area": "ต่างประเทศ",
"detail_url": "//www.lazada.co.th/products/mbeauty-i3993506534.html"
},
{
"title": "LASINI รุ่นใหม่ของเกาหลีสไตล์ฮ่องกงเครื่องระวังด้านหลังผูกโบว์สั้นเสื้อยืดผู้หญิงสีทึบแขนสั้นด้านบนเปิดหลังระบายอากาศสบายเซ็กซี่โบว์",
"pic_url": "https://th-live-01.slatic.net/p/1d80dbed15fe439d793526e228fa673e.jpg",
"promotion_price": "108.86",
"price": "108.86",
"originalPrice": "289",
"sales": "128",
"num_iid": "4486693067",
"seller_nick": "R-NUN",
"post_fee": "",
"area": "กรุงเทพมหานคร",
"detail_url": "//www.lazada.co.th/products/lasini-i4486693067.html"
},
{
"title": "[ส่งเร็ว] ✨Kaykai_Shop✨❗พร้อมส่ง เสื้อยืดเอวลอย ลายทาง #9335",
"pic_url": "https://th-live-01.slatic.net/p/c4bf640bcf87ef211e4609a256211df0.jpg",
"promotion_price": "65",
"price": "65",
"originalPrice": "249",
"sales": "97",
"num_iid": "1229910985",
"seller_nick": "Kaykai_Shop",
"post_fee": "",
"area": "สมุทรสาคร",
"detail_url": "//www.lazada.co.th/products/kaykai_shop-9335-i1229910985.html"
},
{
"title": "FARUILINE TZT144 เสื้อแขนสั้น ( เนื้อเรียบ ) ผ้ากีฬา modal 100% ผ้าไมโคร สปอร์ต คงทน ใส่สบายระบายอากาศ",
"pic_url": "https://th-live.slatic.net/p/3ca32bb18828a2888b4c2712656c3171.jpg",
"promotion_price": "27",
"price": "27",
"originalPrice": "79",
"sales": "770",
"num_iid": "3839289838",
"seller_nick": "FARUILINE STORE",
"post_fee": "",
"area": "ต่างประเทศ",
"detail_url": "//www.lazada.co.th/products/faruiline-tzt144-modal-100-i3839289838.html"
},
{
"title": "Du Yan เสื้อยืดผู้หญง เสื้อผ้าแฟชั่นผู้หญิง เสื้อยืดแขนสั้น เสื้อยืดสีพื้น เสื้อยืดคอวี เสื้อปีใหม่ 2023",
"pic_url": "https://my-live-02.slatic.net/p/b781a0995de977958cc15dfccb73be5c.jpg",
"promotion_price": "39",
"price": "39",
"originalPrice": "89",
"sales": "1895",
"num_iid": "2226404749",
"seller_nick": "Du Yan Shopping Mall",
"post_fee": "",
"area": "ต่างประเทศ",
"detail_url": "//www.lazada.co.th/products/du-yan-2023-i2226404749.html"
},
{
"title": "เสื้อยืดแฟชั่นฤดูร้อนสไตล์เกาหลี น่ารัก. T-shirtแฟชั่นแขนสั้น เสื้อยืดผู้หญิง ผ้าเนื้อดีT946",
"pic_url": "https://th-live.slatic.net/p/fd1e1bc8a5c4e7c93a57e8b8f8b04b7e.jpg",
"promotion_price": "19",
"price": "19",
"originalPrice": "49",
"sales": "372",
"num_iid": "3978768979",
"seller_nick": "Fashion city",
"post_fee": "",
"area": "สมุทรสาคร",
"detail_url": "//www.lazada.co.th/products/t-shirt-t946-i3978768979.html"
},
{
"title": "FARUILINE STORE ยุโรปและสหรัฐอเมริกา High Street ภาพ การ์ตูน แขนสั้นTเสื้อยืดผู้ชายและผู้หญิง ฤดูร้อน หลวม แบรนด์",
"pic_url": "https://th-live.slatic.net/p/d012f4da82928a8d93c826918b89902e.jpg",
"promotion_price": "129",
"price": "129",
"originalPrice": "196",
"sales": "62",
"num_iid": "4498463234",
"seller_nick": "FARUILINE STORE",
"post_fee": "",
"area": "ต่างประเทศ",
"detail_url": "//www.lazada.co.th/products/faruiline-store-high-street-t-i4498463234.html"
}
]
},
"error": "",
"reason": "",
"error_code": "0000",
"cache": 0,
"api_info": "today:151 max:10100 all[227=151+43+33];expires:2030-12-31",
"execution_time": "2.272",
"server_time": "Beijing/2023-06-05 10:07:40",
"client_ip": "106.6.33.89",
"call_args": {
"q": "T-shirt",
"page": "1",
"cat": "40",
"discount_only": "co.th",
"nation": "co.th",
"language": "co.th"
},
"api_type": "lazada",
"translate_language": "co.th",
"translate_engine": "baidu",
"server_memory": "1.07MB",
"request_id": "gw-4.647d436a27936",
"last_id": "1785932086"
}
文章内容有限,欢迎广大码友私信沟通。