Search for Lazada products by keywords
API Overview
- Search results based on keywords or category
- 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
подсказка
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...