GET
/
api
/
v2
/
cdiscount
/
product
/
offer
curl --request GET \
  --url https://piloterr.com/api/v2/cdiscount/product/offer \
  --header 'x-api-key: <x-api-key>'
{
    "results": [
        {
            "price": 10.04,
            "seller": {
                "url": "https://www.cdiscount.com/mpv-348547-CABALIAN-LTD.html",
                "name": "CABALIAN LTD",
                "type": "VENDEUR PRO",
                "rating": {
                    "rating": 4.6,
                    "reviews_count": 83,
                    "score_percentage": 90
                },
                "sales_count": 21589
            },
            "condition": "Neuf",
            "shipped_by": "CABALIAN LTD",
            "availability": "En Stock !",
            "delivery_time": "Entre le 16/06 et le 19/06",
            "shipping_cost": "Gratuit",
            "shipping_country": "CHYPRE"
        },
        {
            "price": 10.06,
            "seller": {
                "url": "https://www.cdiscount.com/mpv-274917-tianzexuan.html",
                "name": "tianzexuan",
                "type": "VENDEUR PRO",
                "rating": {
                    "rating": 2.6,
                    "reviews_count": 9,
                    "score_percentage": 50
                },
                "sales_count": 2450
            },
            "condition": "Neuf",
            "shipped_by": "tianzexuan",
            "availability": "En Stock !",
            "delivery_time": "Entre le 13/06 et le 17/06",
            "shipping_cost": "Gratuit",
            "shipping_country": "FRANCE"
        },
        {
            "price": 10.49,
            "seller": {
                "url": "https://www.cdiscount.com/mpv-46742-Wonme.html",
                "name": "Wonme",
                "type": "VENDEUR PRO",
                "rating": {
                    "rating": 4.3,
                    "reviews_count": 885,
                    "score_percentage": 90
                },
                "sales_count": 21000
            },
            "condition": "Neuf",
            "shipped_by": null,
            "availability": "En Stock !",
            "delivery_time": "Entre le 06/06 et le 11/06",
            "shipping_cost": "Gratuit",
            "shipping_country": null
        },
        {
            "price": 16.1,
            "seller": {
                "url": "https://www.cdiscount.com/mpv-353203-ALATEUN-SARL.html",
                "name": "ALATEUN SARL",
                "type": "VENDEUR PRO",
                "rating": {
                    "rating": 4.3,
                    "reviews_count": 27,
                    "score_percentage": 90
                },
                "sales_count": 3926
            },
            "condition": "Neuf",
            "shipped_by": "ALATEUN SARL",
            "availability": "En Stock !",
            "delivery_time": "Entre le 13/06 et le 17/06",
            "shipping_cost": "Gratuit",
            "shipping_country": "FRANCE"
        }
    ]
}
x-api-key
string
required

This parameter specifies the private key you’ll need for Piloterr access.

Parameters

query
string

Cdiscount product offer URL like https://www.cdiscount.com/mp-352880-auc3283981039048.html. You can get this URL from the multiple_offer_url field in the Cdiscount Product API response.

How to get the offer URL ?

To get the URLs required for this endpoint, you first need to call the Cdiscount Product API:

  1. Call the product API with a regular Cdiscount product URL:

    GET /api/v2/cdiscount/product?query=https://www.cdiscount.com/bricolage/quincaillerie/etancheite-eau-potable-raccord-metal-tube-50-ml/f-1660305-auc3283981039048.html
  2. Extract the offer URL from the response:

    {
      "multiple_offer_url": "https://www.cdiscount.com/mp-352880-auc3283981039048.html",
      "multiple_offer_text": "2 offres neuves",
      "multiple_offer_starting_price": 9.24
    }
  3. Use the multiple_offer_url as the query parameter for this offer endpoint.

{
    "results": [
        {
            "price": 10.04,
            "seller": {
                "url": "https://www.cdiscount.com/mpv-348547-CABALIAN-LTD.html",
                "name": "CABALIAN LTD",
                "type": "VENDEUR PRO",
                "rating": {
                    "rating": 4.6,
                    "reviews_count": 83,
                    "score_percentage": 90
                },
                "sales_count": 21589
            },
            "condition": "Neuf",
            "shipped_by": "CABALIAN LTD",
            "availability": "En Stock !",
            "delivery_time": "Entre le 16/06 et le 19/06",
            "shipping_cost": "Gratuit",
            "shipping_country": "CHYPRE"
        },
        {
            "price": 10.06,
            "seller": {
                "url": "https://www.cdiscount.com/mpv-274917-tianzexuan.html",
                "name": "tianzexuan",
                "type": "VENDEUR PRO",
                "rating": {
                    "rating": 2.6,
                    "reviews_count": 9,
                    "score_percentage": 50
                },
                "sales_count": 2450
            },
            "condition": "Neuf",
            "shipped_by": "tianzexuan",
            "availability": "En Stock !",
            "delivery_time": "Entre le 13/06 et le 17/06",
            "shipping_cost": "Gratuit",
            "shipping_country": "FRANCE"
        },
        {
            "price": 10.49,
            "seller": {
                "url": "https://www.cdiscount.com/mpv-46742-Wonme.html",
                "name": "Wonme",
                "type": "VENDEUR PRO",
                "rating": {
                    "rating": 4.3,
                    "reviews_count": 885,
                    "score_percentage": 90
                },
                "sales_count": 21000
            },
            "condition": "Neuf",
            "shipped_by": null,
            "availability": "En Stock !",
            "delivery_time": "Entre le 06/06 et le 11/06",
            "shipping_cost": "Gratuit",
            "shipping_country": null
        },
        {
            "price": 16.1,
            "seller": {
                "url": "https://www.cdiscount.com/mpv-353203-ALATEUN-SARL.html",
                "name": "ALATEUN SARL",
                "type": "VENDEUR PRO",
                "rating": {
                    "rating": 4.3,
                    "reviews_count": 27,
                    "score_percentage": 90
                },
                "sales_count": 3926
            },
            "condition": "Neuf",
            "shipped_by": "ALATEUN SARL",
            "availability": "En Stock !",
            "delivery_time": "Entre le 13/06 et le 17/06",
            "shipping_cost": "Gratuit",
            "shipping_country": "FRANCE"
        }
    ]
}