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 | 거짓 |