Search for Lazada products by keywords
Information you can get with this API
- Search results based on keywords or category
- Total number of products
- Product details
- See More
Basic Information
Request Parameter
Query
Field | Type | Explanation | Required |
---|---|---|---|
site | string | Abbreviation of the region, for example, Thailand is 'th'. Optional values: my ,th ,ph ,id ,vn ,sg | true |
keywords | string | search keywords | false |
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. | false |
sort | string | Optional values: pop ,sales ,price_up ,price_down Default value: pop | false |
page | integer | page number Default value: 1 | false |
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. | false |
price_start | string | Minimum value of price range filter | false |
price_end | string | Maximum value of price range filter | false |
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...