Shein Product Details API

Shein Product API uses the /api/v1/search?engine=shein_product endpoint to retrieve real-time product details.

The API allows developers to access detailed information about specific Shein product, such as pricing, images, descriptions, variants and other product attributes.

API Parameters

Product ID

  • Name
    product_id
    Required
    Required
    Description

    The parameter specifies the product ID of the Shein product you want to retrieve.

Localization

Filters

Engine

  • Name
    engine
    Required
    Required
    Description

    Parameter defines an engine that will be used to retrieve real-time data. It must be set to shein_product.

API key

  • Name
    api_key
    Required
    Required
    Description

    The api_key authenticates your requests. Use it as a query parameter (https://www.searchapi.io/api/v1/search?api_key=YOUR_API_KEY) or in the Authorization header (Bearer YOUR_API_KEY).

API Examples

Full Response

Full Response
GET
https://www.searchapi.io/api/v1/search?engine=shein_product&product_id=33704388
Request
import requests

url = "https://www.searchapi.io/api/v1/search"
params = {
  "engine": "shein_product",
  "product_id": "33704388"
}

response = requests.get(url, params = params)
print(response.text)
Response
{
  "search_metadata": {
    "id": "search_xPRye85MgqZ7crMxoKadz2Q7",
    "status": "Success",
    "created_at": "2024-09-27T15:51:09Z",
    "request_time_taken": 1.62,
    "parsing_time_taken": 0.03,
    "total_time_taken": 1.65,
    "request_url": "https://us.shein.com/dsbayvkj-p-33704388.html",
    "html_url": "https://www.searchapi.io/api/v1/searches/search_xPRye85MgqZ7crMxoKadz2Q7.html",
    "json_url": "https://www.searchapi.io/api/v1/searches/search_xPRye85MgqZ7crMxoKadz2Q7"
  },
  "search_parameters": {
    "engine": "shein_product",
    "product_id": "33704388",
    "shein_domain": "us.shein.com"
  },
  "product": {
    "product_id": "33704388",
    "sku": "sz2402281262532083",
    "title": "SHEIN ICON Women Embroidered Bowknot Washed Denim Jeans",
    "series": "SHEIN ICON",
    "store": {
      "id": 2452103564,
      "title": "SHEIN ICON",
      "description": "SHEIN ICON ensures you never go unnoticed with their always-trendy & equally edgy looks.",
      "logo": "https://img.ltwebstatic.com/images3_srm/2023/07/14/1689316995256c877762064041b0a7ccca2c7b9b2e.png"
    },
    "stock": 20,
    "category_id": "1934",
    "supplier_id": "2000914",
    "is_in_stock": true,
    "is_on_sale": true,
    "specifications": [
      {
        "attribute_id": 31,
        "name": "Details",
        "value": "Button, Pocket, Zipper"
      },
      {
        "attribute_id": 101,
        "name": "Style",
        "value": "Casual"
      },
      {
        "attribute_id": 25,
        "name": "Closure Type",
        "value": "Zipper Fly"
      },
      ...
    ],
    "main_sale_attribute": {
      "attribute_id": 27,
      "name": "Color",
      "value": "Light Wash"
    },
    "secondary_sale_attributes": [
      {
        "attribute_id": 87,
        "name": "Size",
        "options": ["26", "27", "28", "30", "32"]
      }
    ],
    "shipping_detail": {
      "quick_ship": {
        "days": "7-9",
        "arrival_date": "Oct 4 - Oct 6",
        "description": "'QuickShip' will provide a faster delivery service between Friday, Oct 4 - Sunday, Oct 6."
      },
      "shipping_methods": [
        {
          "title": "STANDARD SHIPPING",
          "days": "10-13",
          "arrival_date": "Oct 7 - Oct 10",
          "transport_type": "standard_express",
          "price": "$3.99",
          "extracted_price": 3.99,
          "price_usd": "$3.99",
          "extracted_price_usd": 3.99,
          "shipping_country": "United States"
        },
        ...
      ]
    },
    "delivery_policy": {
      "text": "Receiving time = Processing time + Shipping time"
    },
    "return_policy": {
      "is_returnable": true,
      "text": "Free First Return on all US Orders! The following conditions must be met: 1. Items must be returned within 30 days after the delivery date. 2. Items must be unworn, undamaged and in original packaging."
    },
    "price": "$21.49",
    "extracted_price": 21.49,
    "price_usd": "$21.49",
    "extracted_price_usd": 21.49,
    "original_price": "$23.99",
    "extracted_original_price": 23.99,
    "original_price_usd": "$23.99",
    "extracted_original_price_usd": 23.99,
    "sizes": {
      "size_template": {
        "image": "http://img.ltwebstatic.com/images3_pi/2022/03/24/1648099436dac89beeef6af3ff9d94d728a3090b92.jpg",
        "descriptions": [
          {
            "number": 1,
            "name": "Bottom Waist",
            "description": "Measure straight across the top of the waistband from edge to edge."
          },
          ...
        ]
      },
      "local": {
        "country_code": "US",
        "size_rules": [
          {
            "name": "S",
            "correspond": "4"
          },
          {
            "name": "XS",
            "correspond": "2"
          },
          ...
        ],
        "size_info": {
          "cm": [
            {
              "attribute_value": "26",
              "attribute_value_en": "26",
              "measures": [
                {
                  "name": "Length",
                  "value": "104.7 cm"
                },
                ...
              ]
            },
            ...
          ],
          "inch": [
            {
              "attribute_value": "26",
              "attribute_value_en": "26",
              "measures": [
                {
                  "name": "Length",
                  "value": "41.2 inch"
                },
                {
                  "name": "Waist Size",
                  "value": "28.1 inch"
                },
                ...
              ]
            },
            ...
          ]
        }
      },
      "multi_local": {
        "br": [
          {
            "name": "XS",
            "correspond": "PP"
          },
          {
            "name": "S",
            "correspond": "P"
          },
          ...
        ],
        "eu": [
          {
            "name": "S",
            "correspond": "36"
          },
          ...
        ],
        ...
      }
    },
    "variants": {
      "size": [
        {
          "sale_attributes": [
            {
              "attribute_id": 87,
              "name": "Size",
              "value": "26"
            }
          ],
          "stock": 20,
          "price": "$21.49",
          "extracted_price": 21.49,
          "price_usd": "$21.49",
          "extracted_price_usd": 21.49,
          "original_price": "$23.99",
          "extracted_original_price": 23.99,
          "original_price_usd": "$23.99",
          "extracted_original_price_usd": 23.99,
          "discount_percentage": 10,
          "discount_amount": "$2.50",
          "extracted_discount_amount": 2.5
        },
        ...
      ],
      "colors": [
        {
          "product_id": "37801012",
          "title": "SHEIN ICON Women s Embroidered Bowknot Straight Legged Washed Denim Pants With Pockets",
          "stock": 999,
          "category_id": "1934",
          "supplier_id": "2000914",
          "is_on_sale": true,
          "specifications": [
            {
              "attribute_id": 31,
              "name": "Details",
              "value": "Button, Pocket, Zipper"
            },
            ...
          ],
          "main_sale_attribute": {
            "attribute_id": 27,
            "name": "Color",
            "value": "Medium Wash"
          },
          "secondary_sale_attributes": [
            {
              "attribute_id": 87,
              "name": "Size",
              "options": ["26", "27", "28", "30", "32"]
            }
          ],
          "price": "$21.79",
          "extracted_price": 21.79,
          "price_usd": "$21.79",
          "extracted_price_usd": 21.79,
          "original_price": "$24.39",
          "extracted_original_price": 24.39,
          "original_price_usd": "$24.39",
          "extracted_original_price_usd": 24.39,
          "main_image": "https://img.ltwebstatic.com/images3_pi/2024/07/01/01/17198039297464e73c2e6e375ff1a6ad7817a6b40f.jpg"
        },
        ...
      ],
      "more_options": [
        {
          "display": "Tall",
          "product_id": "36577072",
          "title": "SHEIN Tall Women s Embroidered Butterfly Insert Pocket Washed Wide Leg Loose Fit Jeans",
          "price": "$17.47",
          "extracted_price": 17.47,
          "price_usd": "$17.47",
          "extracted_price_usd": 17.47,
          "original_price": "$25.89",
          "extracted_original_price": 25.89,
          "original_price_usd": "$25.89",
          "extracted_original_price_usd": 25.89,
          "discount_percentage": 33,
          "discount_amount": "$8.42",
          "extracted_discount_amount": 8.42,
          "shein_club_membership": {
            "price": "$16.60",
            "extracted_price": 16.6,
            "price_usd": "$16.60",
            "extracted_price_usd": 16.6,
            "discount_percentage": 36,
            "discount_amount": "$9.29",
            "extracted_discount_amount": 9.29
          },
          "main_image": "https://img.ltwebstatic.com/images3_pi/2024/04/19/b9/1713518249b0d7ca4881e8cd6a2e621f4c40bd2e5d.jpg",
          "images": [
            "https://img.ltwebstatic.com/images3_pi/2024/04/19/ae/17135182531e360fc58fd48a3ef918f840beebee7d.jpg",
            "https://img.ltwebstatic.com/images3_pi/2024/04/19/4f/17135182556b6fbff0a7a33e0e509eecdb642002d2.jpg",
            "https://img.ltwebstatic.com/images3_pi/2024/04/19/34/17135182586b4752f1cd0972a25554a35887fc9b99.jpg",
            "https://img.ltwebstatic.com/images3_pi/2024/04/19/88/171351826093f50d76ea3e1a04c81d5f72ea701d67.jpg",
            "https://img.ltwebstatic.com/images3_pi/2024/04/19/a1/17135182622448da867a5b45a472dd3c162fc325b9.jpg"
          ]
        },
        ...
      ]
    },
    "reward_points": 21,
    "double_points": 0,
    "main_image": "https://img.ltwebstatic.com/images3_pi/2024/04/19/b9/1713518249b0d7ca4881e8cd6a2e621f4c40bd2e5d.jpg",
    "images": [
      "https://img.ltwebstatic.com/images3_pi/2024/04/19/b9/1713518249b0d7ca4881e8cd6a2e621f4c40bd2e5d.jpg",
      "https://img.ltwebstatic.com/images3_pi/2024/04/19/ae/17135182531e360fc58fd48a3ef918f840beebee7d.jpg",
      "https://img.ltwebstatic.com/images3_pi/2024/04/19/4f/17135182556b6fbff0a7a33e0e509eecdb642002d2.jpg",
      "https://img.ltwebstatic.com/images3_pi/2024/04/19/34/17135182586b4752f1cd0972a25554a35887fc9b99.jpg",
      "https://img.ltwebstatic.com/images3_pi/2024/04/19/88/171351826093f50d76ea3e1a04c81d5f72ea701d67.jpg",
      "https://img.ltwebstatic.com/images3_pi/2024/04/19/a1/17135182622448da867a5b45a472dd3c162fc325b9.jpg"
    ]
  }
}