L'API Alibaba Product retourne une fiche produit B2B Alibaba en JSON structuré. Passez une URL produit ou un ID numérique, optionnellement avec subdomain, pour obtenir titre localisé, images HD, paliers prix, profil vendeur, attributs et délais.
La page est rendue en navigateur headless et parsée depuis window.detailData. Coût : 2 crédits par appel (rendu navigateur). Les hôtes *.alibaba.com doivent être autorisés pour le rendering.
Découvrez d'abord les URLs via Alibaba Search.
GET https://api.piloterr.com/v2/alibaba/product?query=1601175379813
GET https://api.piloterr.com/v2/alibaba/product?query=1601175379813&subdomain=portuguese
GET https://api.piloterr.com/v2/alibaba/product?query=https://www.alibaba.com/product-detail/Custom-Neon-Light-Acrylic-Neon-Sign_1601175379813.html
| Paramètre |
Type |
Requis |
Description |
query |
string |
oui |
URL produit ou ID numérique |
subdomain |
string |
non |
Locale (portuguese, french, www, …) |
return_page_source |
boolean |
non |
HTML rendu brut (défaut : false) |
| Format |
Exemple |
URL résolue |
| ID seul |
1601175379813 |
https://www.alibaba.com/product-detail/_1601175379813.html |
| ID + subdomain |
subdomain=portuguese |
https://portuguese.alibaba.com/product-detail/_1601175379813.html |
| URL complète |
URL french.alibaba.com |
Hôte conservé |
| Champ |
Type |
Description |
product_id |
number |
ID produit |
title / url / locale_host |
string |
Titre, URL canonique, hôte locale |
images |
string[] |
Images HD |
price.min / price.max / price.display |
number/string |
Fourchette et affichage localisé |
price.quantity_prices |
object[] |
Paliers { min_quantity, price, display, … } |
seller.* |
object |
Entreprise, pays, Gold Supplier, profil |
attributes |
object[] |
Specs { name, value } |
trade.sales_volume / trade.lead_time |
string/array |
Volume vendu, délais production |
- Alibaba Search pour découvrir les listings
- Alibaba Product pour la fiche complète (cet endpoint)
| Code |
Signification |
400 |
Entrée ou subdomain invalide |
404 |
window.detailData non parsable |
500 |
Erreur rendering ou parsing |
- Les paliers viennent de
productLadderPrices ; fourchettes simples de productRangePrices.
- Les
attributes peuvent contenir des doublons Alibaba.
- Coût : 2 crédits par appel (rendu navigateur).
- Due diligence fournisseur : Gold Supplier, pays, ancienneté
- Pricing procurement : paliers MOQ via
quantity_prices
- Catalogues localisés : même ID, contenu FR/PT/DE selon
subdomain