Sephora.com Scraper avatar
Sephora.com Scraper
Try for free

7 days trial then $10.00/month - No credit card required now

View all Actors
Sephora.com Scraper

Sephora.com Scraper

scraping_empire/sephora-com-scraper
Try for free

7 days trial then $10.00/month - No credit card required now

Scrape everything on Sephora.com from category products, product urls, and even search results.

Sephora.com scraper

This scraper provides a way to crawl all products from sephora.com, either by providing category url, product url, or even search a keyword and get all products related to that keyword.

Features

  • Fetch products from category all pages (id, price, category, ratings, image, ...)
  • Fetch products from product urls
  • Fetch products from a search query

Input Parameters

The input of this scraper should be as follows:

** Start urls **

  • URL should be either the link of a category or the link of a product, examples:
1Category:   https://www.sephora.com/shop/makeup-cosmetics
2Product:    https://www.sephora.com/product/ilia-super-serum-skin-tint-spf-40-P455418

** Page limit **

  • (Optional) If you don't want to scrape all pages, you can specify the maximum pages to scrape per category

** Search keywords **

  • (Optional) You can scrape products related to specific keywords

** Crawl Type **

The are two modes to scrape:

  • Quick: will get products from category or search without getting inside the product page, this way is faster and use way less requests, but you won't get all information (such as description, images, and loves_count)

  • Full: will go inside each product page, and get all information available, this is slight slower when there is lot of products.

Output example

** Category/Search **

1{
2    "id": "P501297",
3    "detail_link": "https://www.sephora.com/api/catalog/products/P501297?preferedSku=2685121",
4    "rating": "4.81",
5    "name": "01 \"Taunt\" Massage Candle",
6    "quantity_rating": "21",
7    "brand": "DedCool",
8    "price": "$74.25",
9    "image": "https://www.sephora.com/productimages/sku/s2685121-main-zoom.jpg?imwidth=270&pb=clean-planet-positive-badge-2021",
10    "keyword": "candle"
11  }

** Product Page **

1{
2    "id": "P507645",
3    "detail_link": "https://www.sephora.com/product/metallic-glow-mini-tin-candle-trio-P507645?skuId=2697159",
4    "rating": "4.97",
5    "name": "Metallic Glow Mini Tin Candle Trio",
6    "quantity_rating": 32,
7    "brand": "VOLUSPA",
8    "category": [
9      "Fragrance",
10      "Candles & Home Scents",
11      "Candles"
12    ],
13    "price": "$30.00",
14    "image": "https://www.sephora.com/productimages/sku/s2697159-main-zoom.jpg",
15    "description": "Burn Time: 25 hours each Fragrance Description: Get into the holiday spirit with Voluspa’s Metallic Glow Mini Tin Trio Set, featuring three delightful scents: Sparkling Cuvée, Noble Fir Garland, and Cinnamon Woods. This set is perfect for creating a warm and festive ambiance in your home or gifting to a loved one. About the Candles: The Japonica Collection is characterized by distinctive packaging featuring luxe textures, embossed glass and brilliant color patterns with a metallic overlay. All details are inspired by the fine art of Chiyogami Japanese papermaking. Need a stocking stuffer or small gift? Break the Metallic Glow sets apart and start stuffing.",
16    "loves_count": 1292,
17    "keyword": null
18  }
Developer
Maintained by Community
Actor metrics
  • 2 monthly users
  • 100.0% runs succeeded
  • 0.0 days response time
  • Created in Nov 2023
  • Modified about 1 month ago
Categories