Piloterr

Autodoc Product

Extract detailed product data from Autodoc for enhanced market insights and automation.

Credit cost: 2 credits per call

GET
/v2/autodoc/product

Authorization

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Query Parameters

query*string

URL of the Autodoc product page to extract detailed data for.

Example:

https://www.auto-doc.fr/ridex/7999541/

Notes:

  • The URL must point to a valid Autodoc product page
  • Supported regional domains include auto-doc.fr, autodoc.de, and other Autodoc regional variants
  • The response varies by product type — the specifications object keys differ across automotive part categories

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/autodoc/product?query=string"
{
  "ean": "4059191318797",
  "name": "RIDEX 82B0696 Disque de freinEssieu avant, 238x8,2mm, 4, 4/6x100, plein",
  "price": 18.66,
  "images": [
    "https://media.autodoc.de/360_photos/7999541/preview.jpg",
    "https://cdn.autodoc.de/thumb?id=7999541&m=1&n=0&lng=fr&rev=94077893"
  ],
  "rating": 8,
  "seller": "AUTODOC",
  "features": [
    "Disques de frein standard conditionnés dans un emballage huilé",
    "Matériel : fonte GG20",
    "Qualité élevée constante",
    "Installation facile",
    "Compatibilité parfaite avec les composants du système de freinage RIDEX"
  ],
  "subtitle": "Essieu avant, 238x8,2mm, 4, 4/6x100, plein",
  "reference": "82B0696",
  "seller_id": 485,
  "product_id": 7999541,
  "availability": "En stock",
  "has_360_photo": true,
  "reviews_count": 25,
  "specifications": {
    "etat": "Neuf",
    "couleur": "noir",
    "hauteur": "41",
    "perfore": "non",
    "surface": "peint",
    "diametre": "238",
    "filetage": "12,4",
    "fabricant": "RIDEX",
    "numero_de_ean": "4059191318797",
    "nombre_de_trous": "4",
    "numero_d_article": "82B0696",
    "annee_a_partir_de": "Cette caractéristique varie en fonction du modèle de voiture.",
    "cote_d_assemblage": "Essieu avant",
    "epaisseur_minimum": "7",
    "diametre_interieur": "129,5",
    "cercle_de_percage_ø": "100",
    "diametre_du_centrage": "61",
    "type_de_disque_de_frein": "plein",
    "epaisseur_du_disque_de_frein": "8,2",
    "diametre_d_alesage_du_boulon_de_roue": "12,4",
    "illustration_alesage_nombre_de_trous": "4 / 6",
    "article_complementaire_info_complementaire_2": "sans vis / boulons"
  },
  "rating_percentage": 80,
  "discount_percentage": 40
}
{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}