Search for Lazada products
API Overview
- Get a list of products based on category or keyword
- Total number of products
- Product details
- ดูเพิ่มเติม
Basic Information
Request Parameter
Query
| ฟิลด์ | ประเภท | คำอธิบาย | จำเป็น |
|---|---|---|---|
| site | string | ตัวย่อชื่อภูมิภาค เช่น ประเทศไทยคือ 'th' ค่าที่เลือกได้: my,th,ph,id,vn,sg | จริง |
| keywords | string | คำค้นหา | เท็จ |
| cat_url | string | This parameter can be used to retrieve category products. It is mutually exclusive with the `keywords` parameter; you can use either one but not both. | เท็จ |
| sort | string | ค่าที่เลือกได้: pop,sales,price_up,price_downค่าเริ่มต้น: pop | เท็จ |
| page | integer | Page number ค่าเริ่มต้น: 1 | เท็จ |
| start_key | string | If you need to perform continuous paging, it's better to start specifying this parameter from the second page. This value can be obtained from the `start_key` field in the response data. | เท็จ |
| price_start | string | ตัวกรอง: Minimum value of price range | เท็จ |
| price_end | string | ตัวกรอง: Maximum value of price range | เท็จ |
Body
Security Auth
tip
Please go to Console-Account Center to get your apiToken
Add your apiToken to your query parameters. Please refer to the examples below.
Request Example
- PHP
- JavaScript
- Python
- Java
- Go
Response Example
- 200
- 417
- 422
- 439
- 499
- 500
- 503
Loading...