World Product Pricing

Get the cheaper price of your product in 90 countries.

POST https://api.transiteo.io/v1/aiproductpricing

JSON Request Format

{
  "product": {
    "identification": {
      "value": string,
      "type": string
    }
  },
  "to_country": string
}

Request fields

"products" / "identification" / "value"

You need to fill this field with a product's title or description. We manage 5 languages (English, French, Spanish, Italian & Deutsch) Examples : TEXT : "Ballon de football" or "0711719407577" or SKU : "JHYU8_^ù/76YH" Type : string Required : yes

"products" / "identification" / "type"

You need to fill with "TEXT" Type : string Required : yes

"to_country"

You need to fill this field with the ISO Alpha 2 or 3 Code of the country. Download the list of countries. Examples : "CHE" Type : string Required : yes

JSON Response Format

{
    “picture_url”: string,
    “shop_url”: string,
    “product_price_currency”: string,
    “product_price_min”: number,
    “timestamp”: number
}

Response fields & values

"picture_url"

Get the url of product picture. Example : https://encrypted-tbn2.gstatic.com/shopping?q=tbn:ANd9GcSK5v2_tagTJjMlV7McHBCuKclKRTo96zgPiuV-NHG24crXJeV_DkDmaFrt4ZiS_XZDHJuBhMUVBelLWCPQb0naGDPw1mKYNDbBD-Y29_6aPSnAAeTWh-Jz&usqp=CAE Type : string

"shop_url"

Get the url of product shop. Example : https://www.cdiscount.com/maison/fauteuil-pouf-poire/chaise-fauteuil-de-table-velours-noir-pieds/f-117200302-sqkiahchnr1.html#mpos=0|cd Type : string

"product_price_currency"

Get the currency of product price. Example : "EUR" Type : string

"product_price_min"

Get the min price of product. Example : 79.90 Type : number

"timestamp"

We provide the result timestamp. Example : "1638440602271" Type : string

Last updated