Sephora Data Scraper | Scrape Skincare, Beauty & Makeup Product Data

 RealdataAPI / sephora-scraper

Scrape skincare, makeup, and beauty product data from the leading Sephora platform using Sephora Data Scraper. The scraper allows you to collect product details, categories, prices, and other information in a customized dataset. It is available in the USA, UK, UAE, Canada, Australia, France, Germany, Mexico, Singapore, Italy, and other countries.


 Customize me!  Report an issue Developer tools ES-commerce Marketing

Readme

API

Input

Related actors

What is a Sephora Scraper?

It Is A Data Scraping Tool To Extract Makeup, Beauty, And Skincare Product Data From Sephora, The Leading Ecommerce Platform For This Category.


What Are the Features of Sephora Data Scraper?

It supports extracting product details, like product images, prices, SKU information, and prices from the platform.

It supports scraping product categories.

To Avoid Floating Calculations Of Prices, It Multiplies Product Prices By 100.


To Do

It supports collecting product reviews.

It supports collecting video information.

Input Parameters of Sephora Scraper

It Would Be Significant To Feed JSON-Based Inputs To The Sephora Data Scraper With The Following Input Fields:


Field Type Description

startUrls Array It is an input field with starting URLs that you can use to start the scraper. It supports product page links, category page links, and other URLs.

proxy Object Choose the proxy server to support the scraper execution.

maxConcurrency Object With this input field, the scraper runs at the maximum concurrency and avoids blocking from the Sephora website.

Check Out The Below Example:


{

  "StartUrls": [

    { "Url": "Https://Www.Sephora.Com/Shop/Eyeshadow-Palettes" }

  ],

  "Proxy": { "UseRealdataAPIProxy": True },

  "MaxConcurrency": 5

}

Sample Inputs of Sephora Scraper

Product Category Data Scraping


{

  "StartUrls": [

    { "Url": "Https://Www.Sephora.Com/Shop/Mascara" }

  ],

  "Proxy": { "UseRealdataAPIProxy": True }

}

Product Detail Scraping


{

  "StartUrls": [

    { "Url": "Https://Www.Sephora.Com/Product/Make-No-Mistake-Foundation-Concealer-Stick-P420440?SkuId=1887520&Icid2=Products%20grid:P420440" }

  ],

  "Proxy": { "UseRealdataAPIProxy": True }

}

Data Storage

The Data Scraper Saves The Scraped Product Information In JSON-Supported Sephora Dataset Format.


{

  "Source": {

    "Id": "P420440",

    "CrawlUrl": "Https://Www.Sephora.Com/Product/Make-No-Mistake-Foundation-Concealer-Stick-P420440?SkuId=1887520&Icid2=Products%20grid:P420440",

    "CanonicalUrl": "Https://Www.Sephora.Com/Product/Make-No-Mistake-Foundation-Concealer-Stick-P420440",

    "Retailer": "SEPHORA",

    "Currency": "USD"

  },

  "Brand": "SEPHORA COLLECTION",

  "Title": "Make No Mistake Foundation & Concealer Stick",

  "Description": "<B>Coverage:</B><Br>&#10004; Medium<Br><Br><B>Skin Type:</B><Br>&#10004; Combination<Br>&#10004; Oily<Br><Br><B>Finish:</B><Br>&#10004; Matte<Br><Br><B>What It Is:</B><Br> A Medium- To Full-Coverage Foundation And Concealer Stick With A Natural Matte Finish.<Br><Br><B>What It Does:</B><Br> This Two-In-One Multitasker Can Be Used As Both Foundation And Concealer. The Creamy Formula Does Not Settle Into Fine Lines And Wrinkles, And The Stick Format Is Perfect For Easy On-The-Go Application.<Br><Br><B>What Else You Need To Know:</B><Br>This Product Is Noncomedogenic And Is Not Tested On Animals.<Br><Br><B>Ingredient Note: </B>\N<Br>All Sephora Collection Products Comply With The Most Rigorous International Laws On Product Safety&#151;Going Beyond Satisfying European And US Cosmetics Regulations. They Also Satisfy The Strictest Internal Requirements Of Development, Quality, Traceability, And Safety, And Lead By Example With A Restricted Substance List That Excludes More Than 1,400 Substances.",

  "Categories": [

    "Makeup",

    "Face",

    "Foundation"

  ],

  "Options": [

    {

      "Type": "Color",

      "Values": [

        {

          "Id": "3 Beechwood",

          "Name": "3 Beechwood",

          "Icon": "Https://Www.Sephora.Com/Productimages/Sku/S1887405+Sw.Jpg"

        },

        {

          "Id": "15 Mahogany",

          "Name": "15 Mahogany",

          "Icon": "Https://Www.Sephora.Com/Productimages/Sku/S1887520+Sw.Jpg"

        },

        {

          "Id": "16 Ebony",

          "Name": "16 Ebony",

          "Icon": "Https://Www.Sephora.Com/Productimages/Sku/S1887538+Sw.Jpg"

        }

      ]

    },

    {

      "Type": "Size",

      "Values": [

        {

          "Id": "0.41 Oz/ 11.6 G",

          "Name": "0.41 Oz/ 11.6 G"

        }

      ]

    }

  ],

  "Variants": [

    {

      "Id": "1887405",

      "Sku": "1887405",

      "Price": {

        "Current": 800,

        "Original": 2000,

        "StockStatus": "OutOfStock"

      },

      "Options": [

        "3 Beechwood",

        "0.41 Oz/ 11.6 G"

      ]

    },

    {

      "Id": "1887520",

      "Sku": "1887520",

      "Price": {

        "Current": 800,

        "Original": 2000,

        "StockStatus": "InStock"

      },

      "Options": [

        "15 Mahogany",

        "0.41 Oz/ 11.6 G"

      ]

    },

    {

      "Id": "1887538",

      "Sku": "1887538",

      "Price": {

        "Current": 800,

        "Original": 2000,

        "StockStatus": "InStock"

      },

      "Options": [

        "16 Ebony",

        "0.41 Oz/ 11.6 G"

      ]

    }

  ],

  "Medias": [

    {

      "Type": "Image",

      "Url": "Https://Www.Sephora.Com/Productimages/Sku/S1887405-Main-Zoom.Jpg?Pb=2020-03-Sephora-Value-2020",

      "VariantIds": [

        "1887405"

      ]

    },

    {

      "Type": "Image",

      "Url": "Https://Www.Sephora.Com/Productimages/Product/P420440-Av-01-Zoom.Jpg",

      "Alt": "SEPHORA COLLECTION Make No Mistake Foundation & Concealer Stick Image 2",

      "VariantIds": [

        "1887405",

        "1887520",

        "1887538"

      ]

    },

    {

      "Type": "Image",

      "Url": "Https://Www.Sephora.Com/Productimages/Sku/S1887520-Main-Zoom.Jpg?Pb=2020-03-Sephora-Value-2020",

      "VariantIds": [

        "1887520"

      ]

    },

    {

      "Type": "Image",

      "Url": "Https://Www.Sephora.Com/Productimages/Product/P420440-Av-01-Zoom.Jpg",

      "Alt": "SEPHORA COLLECTION Make No Mistake Foundation & Concealer Stick Image 2",

      "VariantIds": [

        "1887405",

        "1887520",

        "1887538"

      ]

    },

    {

      "Type": "Image",

      "Url": "Https://Www.Sephora.Com/Productimages/Sku/S1887538-Main-Zoom.Jpg?Pb=2020-03-Sephora-Value-2020",

      "VariantIds": [

        "1887538"

      ]

    },

    {

      "Type": "Image",

      "Url": "Https://Www.Sephora.Com/Productimages/Product/P420440-Av-01-Zoom.Jpg",

      "Alt": "SEPHORA COLLECTION Make No Mistake Foundation & Concealer Stick Image 2",

      "VariantIds": [

        "1887405",

        "1887520",

        "1887538"

      ]

    }

  ],

  "Stats": {

    "ReviewCount": 749,

    "Rating": 3.9306,

    "LovesCount": 61136

  }

}

Is Scraping Skincare, Beauty & Makeup Product Data From Sephora Legal?

We Have Developed The Sephora API For Ethical Uses, And It Scrapes Publically Available Product Data From The Platform Following Necessary Guidelines. However, You Should Scrape Personal Data Only If You Know The Legitimacy Of Your Data Scraping Reason.


ON THIS PAGE

What is a Sephora Scraper?

What Are the Features of Sephora Data Scraper?

To Do

Input Parameters of Sephora Scraper

Sample Inputs of Sephora Scraper

Data Storage

Is Scraping Skincare, Beauty & Makeup Product Data From Sephora Legal?

Industries

Check Out How Industries Use Sephora Scraper Worldwide.

know more >  https://www.realdataapi.com/sephora-scraper.php


Comments

Popular posts from this blog

How to Scrape Travel Websites Data for Better Analysis and Strategic Planning?

Amazon Best Sellers Data Scraper | Scrape Amazon Best Sellers Categories and Details Data

Scraping Grocery Prices from Blinkit, Instacart, BigBasket for Competitive Analysis