Saltar al contenido principal

Search for Lazada products

API Overview

  • Get a list of products based on category or keyword
  • Total number of products
  • Product details
  • Ver más

Basic Information

Request Parameter

Query

CampoTipoExplicaciónRequerido
sitestringAbreviatura del nombre de la región, por ejemplo, Tailandia es 'th'.
Valores opcionales: my,
th,ph,id,vn,
sg

verdadero
keywordsstringPalabras clave de búsqueda
falso
cat_urlstringThis parameter can be used to retrieve category products. It is mutually exclusive with the `keywords` parameter; you can use either one but not both.
falso
sortstringValores opcionales: pop,sales,price_up,price_down
Valor predeterminado: pop
falso
pageintegerPage number
Valor predeterminado: 1
falso
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.
falso
price_startstringFiltro: Minimum value of price range
falso
price_endstringFiltro: Maximum value of price range
falso

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...