Alibaba Scraper

ENDPOINTS
GET/suppliers/reviews

Supplier Reviews

Fetch buyer reviews across every product a supplier sells: rating, text, photos, buyer country and the product reviewed.

QUERY PARAMS

Store subdomain, any store URL, or the numeric company ID from a product's supplier.id.

Examples:

  • Subdomain: limingsilver
  • URL: https://limingsilver.en.alibaba.com/
  • Company ID: 240220922

Reviews page.

Default: 1

Allowed values: 1-10000

Reviews per page.

Default: 10

Allowed values: 1-50

{
  "count": 110,
  "per_page": 10,
  "current_page": 1,
  "total_pages": 11,
  "next": "https://alibaba-scraper.omkar.cloud/alibaba/suppliers/reviews?supplier=limingsilver&page=2",
  "previous": null,
  "results": [
    {
      "id": 4000014514879,
      "rating": 5.0,
      "content": "Such a beautiful necklace. Good quality and worth the price",
      "original_content": null,
      "date": "2026-02-08",
      "media": [
        {
          "type": "image",
          "link": "https://sc04.alicdn.com/kf/Secfccd693c89400d9ca569261c7a2bbdK.jpg"
        }
      ],
      "reviewer": {
        "name": "R***a",
        "country_code": null,
        "country": null,
        "is_verified_purchase": false
      },
      "supplier_reply": null,
      "product": {
        "id": 62031211768,
        "title": "Wholesale Custom Diy Jewelry 925 Sterling Silver Trendy Cuban Cross Snake Pendant Necklace Singapore Box Link Chain Women Gift",
        "link": "https://www.alibaba.com/product-detail/Wholesale-Custom-Diy-Jewelry-925-Sterling_62031211768.html",
        "image": "https://s.alicdn.com/@sc04/kf/H9984002b1d2a4a35b7dac09ab67d587a5.jpg",
        "price": {
          "min": 3.62,
          "max": 9.72,
          "currency": "USD",
          "formatted": "$3.62-9.72"
        },
        "attributes": [
          {
            "name": "Color",
            "value": "White 1mm Torsion chain"
          },
          {
            "name": "Length",
            "value": "16+2 inches"
          }
        ]
      },
      "helpful_count": 0
    },
    {
      "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": null,
        "country": null,
        "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": "Box Chain"
          },
          {
            "name": "Length",
            "value": "16+2inches(Adjustable)"
          }
        ]
      },
      "helpful_count": 1
    },
    {
      "id": 6000016088899,
      "rating": 5.0,
      "content": "Super cute! Dainty, just what I needed! Will order again!",
      "original_content": null,
      "date": "2023-05-28",
      "media": [
        {
          "type": "image",
          "link": "https://sc04.alicdn.com/kf/Af9eb3109218545f39b80dad0a4d328c4k.jpg"
        }
      ],
      "reviewer": {
        "name": "K***s",
        "country_code": null,
        "country": null,
        "is_verified_purchase": true
      },
      "supplier_reply": null,
      "product": {
        "id": 1600509200661,
        "title": "GR15 New Chain Link Rings for Women Wedding Brilliant Cubic Zircon High Quality Simple Sterling Silver Women Finger Ring Jewelry",
        "link": "https://www.alibaba.com/product-detail/GR15-New-Chain-Link-Rings-for_1600509200661.html",
        "image": "https://s.alicdn.com/@sc04/kf/H51489478370c45fabe37c8a0909281019.jpg",
        "price": {
          "min": 8.77,
          "max": 10.44,
          "currency": "USD",
          "formatted": "$8.77-10.44"
        },
        "attributes": []
      },
      "helpful_count": 0
    },
    {
      "id": 6000014123027,
      "rating": 5.0,
      "content": "Good quality,very shine,definitely would buy again.",
      "original_content": null,
      "date": "2023-04-11",
      "media": [
        {
          "type": "image",
          "link": "https://sc04.alicdn.com/kf/Aadb006a3afd5401091a9e2eeff9e7916X.jpg"
        },
        {
          "type": "image",
          "link": "https://sc04.alicdn.com/kf/A068f31799a9d4a7ea04d3454ed492763T.jpg"
        }
      ],
      "reviewer": {
        "name": "C***a",
        "country_code": null,
        "country": null,
        "is_verified_purchase": true
      },
      "supplier_reply": null,
      "product": {
        "id": 62402282505,
        "title": "GR13 925 Sterling Silver Fashion Luxury Stackable Eternity Band Diamond Full Zircon Engagement Wedding Rings Fine Jewelry Women",
        "link": "https://www.alibaba.com/product-detail/GR13-925-Sterling-Silver-Fashion-Luxury_62402282505.html",
        "image": "https://s.alicdn.com/@sc04/kf/Hfe05e267d13c4f0d8bcbe838ed150f30s.jpg",
        "price": {
          "min": 5.44,
          "max": 5.44,
          "currency": "USD",
          "formatted": "$5.44"
        },
        "attributes": []
      },
      "helpful_count": 1
    },
    {
      "id": 6000011274855,
      "rating": 5.0,
      "content": "Excellent quality, incredible speed of delivery, material silver 925/1000, beautiful jewelry.",
      "original_content": null,
      "date": "2023-01-21",
      "media": [
        {
          "type": "image",
          "link": "https://sc04.alicdn.com/kf/Ac03db7225c664caf88c470db253a0884i.jpg"
        }
      ],
      "reviewer": {
        "name": "U***e",
        "country_code": null,
        "country": null,
        "is_verified_purchase": true
      },
      "supplier_reply": null,
      "product": {
        "id": 62263526505,
        "title": "GP09 Fashion 925 Sterling Silver Love Guardian Angel Wing Heart Pendants Fine Jewelry Zirconia Charms for Necklace Girls Women",
        "link": "https://www.alibaba.com/product-detail/GP09-Fashion-925-Sterling-Silver-Love_62263526505.html",
        "image": "https://s.alicdn.com/@sc04/kf/H7e9e8777d7714031a9a956afec2a5921P.jpg",
        "price": {
          "min": 6.53,
          "max": 7.79,
          "currency": "USD",
          "formatted": "$6.53-7.79"
        },
        "attributes": []
      },
      "helpful_count": 2
    },
    {
      "id": 6000011261015,
      "rating": 5.0,
      "content": "Excellent quality, incredible speed of delivery, material silver 925/1000, beautiful jewelry.",
      "original_content": null,
      "date": "2023-01-21",
      "media": [
        {
          "type": "image",
          "link": "https://sc04.alicdn.com/kf/A2ad4a939fc11462fbb84935abfd4f5a2n.jpg"
        }
      ],
      "reviewer": {
        "name": "U***e",
        "country_code": null,
        "country": null,
        "is_verified_purchase": true
      },
      "supplier_reply": null,
      "product": {
        "id": 62263526505,
        "title": "GP09 Fashion 925 Sterling Silver Love Guardian Angel Wing Heart Pendants Fine Jewelry Zirconia Charms for Necklace Girls Women",
        "link": "https://www.alibaba.com/product-detail/GP09-Fashion-925-Sterling-Silver-Love_62263526505.html",
        "image": "https://s.alicdn.com/@sc04/kf/H7e9e8777d7714031a9a956afec2a5921P.jpg",
        "price": {
          "min": 6.53,
          "max": 7.79,
          "currency": "USD",
          "formatted": "$6.53-7.79"
        },
        "attributes": []
      },
      "helpful_count": 0
    },
    {
      "id": 6000010978089,
      "rating": 5.0,
      "content": "Good chains. Manufacture printed wrong logo and agreed on partial refund",
      "original_content": null,
      "date": "2023-01-10",
      "media": [
        {
          "type": "image",
          "link": "https://sc04.alicdn.com/kf/A32bab325516149f39c13e7f2bba8f814h.jpg"
        }
      ],
      "reviewer": {
        "name": "J***o",
        "country_code": null,
        "country": null,
        "is_verified_purchase": true
      },
      "supplier_reply": null,
      "product": {
        "id": 62031211768,
        "title": "Wholesale Custom Diy Jewelry 925 Sterling Silver Trendy Cuban Cross Snake Pendant Necklace Singapore Box Link Chain Women Gift",
        "link": "https://www.alibaba.com/product-detail/Wholesale-Custom-Diy-Jewelry-925-Sterling_62031211768.html",
        "image": "https://s.alicdn.com/@sc04/kf/H9984002b1d2a4a35b7dac09ab67d587a5.jpg",
        "price": {
          "min": 3.62,
          "max": 9.72,
          "currency": "USD",
          "formatted": "$3.62-9.72"
        },
        "attributes": [
          {
            "name": "Color",
            "value": "White 1mm Torsion chain"
          },
          {
            "name": "Length",
            "value": "16+2 inches"
          }
        ]
      },
      "helpful_count": 0
    },
    {
      "id": 6000009778865,
      "rating": 5.0,
      "content": "great items jewelry perfect service supplier fast delivery shipping thanks 🙏🙏",
      "original_content": null,
      "date": "2022-12-01",
      "media": [
        {
          "type": "image",
          "link": "https://sc04.alicdn.com/kf/A962adfd8c271440cb1e123a012f20db0X.jpg"
        }
      ],
      "reviewer": {
        "name": "W***i",
        "country_code": null,
        "country": null,
        "is_verified_purchase": true
      },
      "supplier_reply": null,
      "product": {
        "id": 60731465502,
        "title": "EC12 925 Sterling Silver Jewelry Women Men Jewelry Round Zircon CZ Fashion Four Claws Stud Earrings",
        "link": "https://www.alibaba.com/product-detail/EC12-925-Sterling-Silver-Jewelry-Women_60731465502.html",
        "image": "https://s.alicdn.com/@sc04/kf/HTB1nWUcXq67gK0jSZFHq6y9jVXax.jpg",
        "price": {
          "min": 4.69,
          "max": 5.21,
          "currency": "USD",
          "formatted": "$4.69-5.21"
        },
        "attributes": []
      },
      "helpful_count": 0
    },
    {
      "id": 6000009778867,
      "rating": 5.0,
      "content": "great items jewelry perfect service supplier fast delivery shipping thanks 🙏🙏",
      "original_content": null,
      "date": "2022-12-01",
      "media": [
        {
          "type": "image",
          "link": "https://sc04.alicdn.com/kf/A388c8c13dbd24d4e844290dc8da6d47fU.jpg"
        }
      ],
      "reviewer": {
        "name": "W***i",
        "country_code": null,
        "country": null,
        "is_verified_purchase": true
      },
      "supplier_reply": null,
      "product": {
        "id": 60840980641,
        "title": "KL02 Trendy 925 Sterling Silver Drop Earring Fashion Cubic Zirconia Dangle Drop Earrings for Woman Daily Wear Accessories",
        "link": "https://www.alibaba.com/product-detail/KL02-Trendy-925-Sterling-Silver-Drop_60840980641.html",
        "image": "https://s.alicdn.com/@sc04/kf/HTB1aBRuaUrrK1RkSne1q6ArVVXaq.jpg",
        "price": {
          "min": 4.36,
          "max": 4.62,
          "currency": "USD",
          "formatted": "$4.36-4.62"
        },
        "attributes": []
      },
      "helpful_count": 0
    },
    {
      "id": 6000009778869,
      "rating": 5.0,
      "content": "great items jewelry perfect service supplier fast delivery shipping thanks 🙏🙏",
      "original_content": null,
      "date": "2022-12-01",
      "media": [
        {
          "type": "image",
          "link": "https://sc04.alicdn.com/kf/Abc60e80522534768be17a24dcc70662du.jpg"
        }
      ],
      "reviewer": {
        "name": "W***i",
        "country_code": null,
        "country": null,
        "is_verified_purchase": true
      },
      "supplier_reply": null,
      "product": {
        "id": 60759582958,
        "title": "CGX02 Classic Design 925 Sterling Silver Elegant Korean Imitation Pearl Dangle Jewelry for Women Pearl Wedding Drop Earrings",
        "link": "https://www.alibaba.com/product-detail/CGX02-Classic-Design-925-Sterling-Silver_60759582958.html",
        "image": "https://s.alicdn.com/@sc04/kf/HTB1zb3xOCzqK1RjSZFjq6zlCFXaQ.jpg",
        "price": {
          "min": 2.49,
          "max": 2.77,
          "currency": "USD",
          "formatted": "$2.49-2.77"
        },
        "attributes": []
      },
      "helpful_count": 0
    }
  ],
  "supplier": {
    "id": 240220922,
    "subdomain": "limingsilver",
    "link": "https://limingsilver.en.alibaba.com/"
  }
}