Lazada

Run Lazada PDP Scraper

This endpoint allows you to scrape a Lazada Product Detail Page (PDP).

Note

Use the Sync Scraper API Server (https://sync.scraper.mrscraper.com) host when calling this endpoint.

POST
/api/lazada/pdp/sync
x-api-token<token>

In: header

urlstring

Lazada PDP URL

Response Body

application/json

curl -X POST "https://api.app.mrscraper.com/api/lazada/pdp/sync" \  -H "Content-Type: application/json" \  -d '{    "url": "https://www.lazada.sg/products/pdp-i3158507329-s22328619522.html"  }'
{
  "success": true,
  "message": "URL scrapped",
  "data": {
    "productName": "Loose Ice Silk Short Sleeve Fitness T-Shirt Quick Dry Breathable Summer Men's Sport Shirt Standard Fit Youth Fashion Geometric Pattern",
    "mrp": 5.13,
    "price": 5.13,
    "rating": 4.7,
    "reviews": 1169,
    "statusText": "In stock",
    "seller": "Taobao",
    "deliverDays": 28,
    "location": "Singapore, Singapore, 81 JALAN TAMAN",
    "storeDetails": {
      "chatUrl": "https://pages.lazada.sg/wow/i/sg/im/chat?brandId=39704",
      "hideAllMetrics": false,
      "imEnable": true,
      "imUserId": "100013690",
      "imageUrl": "https://img.alicdn.com/tfs/TB15B0qhq61gK0jSZFlXXXDKFXa-558-84.png",
      "newSeller": false,
      "positiveSellerRating": {
        "labelText": "Seller Ratings",
        "value": "91%"
      },
      "rateLevel": 0,
      "sellerIcon": "https://sg-test-11.slatic.net/shop/fc775d1c5e2a086dd80254558a4faf78.png",
      "sellerId": "100005188",
      "shopId": 75087,
      "shopName": "Taobao",
      "size": 0,
      "storeSellingTags": [
        {
          "icon": "https://gw.alicdn.com/imgextra/i2/O1CN01ReFHJS1eKGiuBgFTQ_!!6000000003852-2-tps-24-24.png",
          "value": "Top1 Seller for Projector Accessories"
        },
        {
          "icon": "https://gw.alicdn.com/imgextra/i2/O1CN01jdqUq21osIIy6EvYF_!!6000000005280-2-tps-24-24.png",
          "value": "8-Year Store"
        },
        {
          "icon": "https://gw.alicdn.com/imgextra/i1/O1CN01lnZQvd1TTvIaAsuo7_!!6000000002384-2-tps-24-24.png",
          "value": "New Arrival"
        },
        {
          "icon": "https://gw.alicdn.com/imgextra/i3/O1CN01cR6t1V1foKKgiXTj8_!!6000000004053-2-tps-24-24.png",
          "value": "Quick replies: Avg. 2 mins"
        }
      ],
      "time": 0,
      "type": "3",
      "url": "//www.lazada.sg/shop/taobao/?itemId=3158507329&channelSource=pdp"
    }
  }
}