Alibaba Scraper

ENDPOINTS
GET/products/reviews

Product Reviews

Fetch buyer reviews for one product: rating, text with translation, photos, buyer country and the supplier's reply.

QUERY PARAMS

Alibaba product ID or any alibaba.com product-detail URL.

Examples:

  • ID: 1600371615858
  • URL: https://www.alibaba.com/product-detail/x_1600371615858.html

Reviews page.

Default: 1

Allowed values: 1-10000

Reviews per page.

Default: 10

Allowed values: 1-50

{
  "count": 98,
  "per_page": 10,
  "current_page": 1,
  "total_pages": 10,
  "next": "https://alibaba-scraper.omkar.cloud/alibaba/products/reviews?product=1600371615858&page=2",
  "previous": null,
  "results": [
    {
      "id": 6000027405991,
      "rating": 5.0,
      "content": "Great quality, will be ordering again. Confirmed as 92.5% silver through acid test.",
      "original_content": null,
      "date": "2024-06-19",
      "media": [
        {
          "type": "image",
          "link": "https://sc04.alicdn.com/kf/Hc31b336ec24642a096dde35c47c4246eJ.jpeg"
        }
      ],
      "reviewer": {
        "name": "R***n",
        "country_code": "US",
        "country": "United States",
        "is_verified_purchase": false
      },
      "supplier_reply": null,
      "product": {
        "id": 1600371615858,
        "title": "Custom 925 Sterling Silver Italy Link Chain Set Lobster Clasp Adjustable Snake Bone Sweater Chains Necklace Fashion DIY Jewelry",
        "link": "https://www.alibaba.com/product-detail/Custom-925-Sterling-Silver-Italy-Link_1600371615858.html",
        "image": "https://s.alicdn.com/@sc04/kf/Hf17a19bce0e643dd9bcdf437907e448fP.jpg",
        "price": {
          "min": 4.67,
          "max": 24.23,
          "currency": "USD",
          "formatted": "$4.67-24.23"
        },
        "attributes": [
          {
            "name": "Color",
            "value": "Singapore Chain"
          },
          {
            "name": "Length",
            "value": "18+2inches(Adjustable)"
          }
        ]
      },
      "helpful_count": 1
    },
    {
      "id": 6000024668694,
      "rating": 5.0,
      "content": "Quality is great the necklace was a little thin",
      "original_content": null,
      "date": "2024-03-15",
      "media": [
        {
          "type": "image",
          "link": "https://sc04.alicdn.com/kf/A86c7e2a744e8427d9a5f6bd4f0ee1525J.jpg"
        }
      ],
      "reviewer": {
        "name": "D***t",
        "country_code": "US",
        "country": "United States",
        "is_verified_purchase": false
      },
      "supplier_reply": null,
      "product": {
        "id": 1600371615858,
        "title": "Custom 925 Sterling Silver Italy Link Chain Set Lobster Clasp Adjustable Snake Bone Sweater Chains Necklace Fashion DIY Jewelry",
        "link": "https://www.alibaba.com/product-detail/Custom-925-Sterling-Silver-Italy-Link_1600371615858.html",
        "image": "https://s.alicdn.com/@sc04/kf/Hf17a19bce0e643dd9bcdf437907e448fP.jpg",
        "price": {
          "min": 4.67,
          "max": 24.23,
          "currency": "USD",
          "formatted": "$4.67-24.23"
        },
        "attributes": [
          {
            "name": "Color",
            "value": "Singapore Chain"
          },
          {
            "name": "Length",
            "value": "18+2inches(Adjustable)"
          }
        ]
      },
      "helpful_count": 0
    }
  ],
  "product_id": 1600371615858
}