Skip to main content

Get the products of a Lazada shop

Information you can get with this API

  • Shop products list
  • Product details
  • See More

Basic Information

Request Parameter

Query

FieldTypeExplanationRequired
shop_urlstringShop home page link
true
sortstringOptional values: default,price_up,price_down
Default value: default
false
pageintegerPage number
Default value: 1
false
start_keystringIf 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_startstringFilter: Minimum value of price range
false
price_endstringFilter: Maximum value of price range
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

Response Example

Loading...