Search for Lazada products
API Overview
- Get a list of products based on category or keyword
- Total number of products
- Product details
- Xem thêm
Basic Information
Request Parameter
Query
| Trường | Loại | Giải thích | Bắt buộc |
|---|---|---|---|
| site | string | Viết tắt tên vùng, ví dụ: Thái Lan là 'th'. Giá trị tùy chọn: my,th,ph,id,vn,sg | đúng |
| keywords | string | Từ khóa tìm kiếm | sai |
| 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. | sai |
| sort | string | Giá trị tùy chọn: pop,sales,price_up,price_downGiá trị mặc định: pop | sai |
| page | integer | Page number Giá trị mặc định: 1 | sai |
| 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. | sai |
| price_start | string | Lọc: Minimum value of price range | sai |
| price_end | string | Lọc: Maximum value of price range | sai |
Body
Security Auth
mẹo
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...