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 | 可用於獲取分類商品。此參數和 keywords 參數二選一 | 否 |
| sort | string | 可選值:pop,sales,price_up,price_down預設值:pop | 否 |
| page | integer | 頁碼 預設值:1 | 否 |
| start_key | string | 如果你需要連續翻頁,請從第 2 頁開始指定此參數。此參數值可從返回值的 `start_key` 字段中獲取 | 否 |
| price_start | string | 篩選:價格起點 | 否 |
| price_end | string | 篩選:價格終點 | 否 |
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...