Sephora Products Scraper avatar
Sephora Products Scraper

Pricing

$19.99/month + usage

Go to Apify Store
Sephora Products Scraper

Sephora Products Scraper

Scrape beauty products from Sephora.fr with automatic pagination and comprehensive product data extraction including prices, reviews, and shades.

Pricing

$19.99/month + usage

Rating

5.0

(1)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

4

Total users

2

Monthly active users

8 days ago

Last modified

Categories

Share

💄 Sephora Products Scraper

This actor allows you to scrape beauty products from Sephora.fr by providing a search URL. It automatically handles pagination and extracts comprehensive product information including images, prices, brand details, shades, reviews, and more.

Features

  • URL-based Scraping: Extract products by providing a complete Sephora search URL
  • Automatic Pagination: Automatically clicks "See More" button and loads more products until reaching the end or max items limit
  • Comprehensive Product Data: Extract detailed information about each product including:
    • Product images and URLs
    • Product names and brands
    • Pricing information
    • Available shades and color variations
    • Customer review counts
    • Product flags (Best Seller, New, etc.)
    • Quick view links
  • Smart Deduplication: Automatically removes duplicate products based on product URLs
  • Stealth Mode: Uses advanced anti-detection techniques to avoid blocking
  • Random Delays: Includes human-like delays between actions to avoid rate limiting

Input Parameters

FieldTypeRequiredDescription
searchUrlstringYesComplete Sephora.fr search URL to scrape
maxItemsintegerNoMaximum number of products to fetch (default: unlimited)

How to Get Search URL

  1. Go to Sephora.fr
  2. Use the search bar or filters to find products (search keywords, categories, brands, etc.)
  3. Copy the complete URL from your browser's address bar
  4. Paste it into the searchUrl field

Example search URLs:

https://www.sephora.fr/recherche/?q=soldes
https://www.sephora.fr/recherche/?q=lipstick
https://www.sephora.fr/maquillage/levres/rouge-a-levres/

Output

The output is a dataset of product objects, each containing:

  • searchUrl: The original search URL used
  • productUrl: Direct link to the product detail page
  • imageUrl: URL of the product image
  • productName: Full product name
  • brandName: Brand name (e.g., "RARE BEAUTY")
  • shortDescription: Brief product description
  • price: Current price (e.g., "18,00€")
  • salePrice: Sale price if applicable
  • shade: Selected shade/variation information
  • shadeCount: Number of available shades (e.g., "7 teintes disponibles")
  • shadeName: Name of the specific shade
  • quickViewUrl: URL for quick view popup
  • flagLabel: Product flag/badge (e.g., "Best seller", "New")
  • reviewCount: Number of customer reviews
  • scrapedAt: Timestamp of when the product was scraped

Example output:

[
{
"searchUrl": "https://www.sephora.fr/recherche/?q=soldes",
"productUrl": "https://www.sephora.fr/p/soft-pinch---liquid-blush-in-hope-P10053951.html",
"imageUrl": "https://media.sephora.eu/content/dam/digital/pim/published/R/RARE_BEAUTY/693953/327905-media_swatch.jpg?scaleWidth=240&scaleHeight=240&scaleMode=fit",
"productName": "Mini Soft Pinch Blush liquide",
"brandName": "RARE BEAUTY",
"shortDescription": "Mini Soft PinchBlush liquide",
"price": "18,00€",
"shade": "Hope (3.2ml) 7 teintes disponibles",
"shadeCount": "7 teintes disponibles",
"quickViewUrl": "https://www.sephora.fr/p/soft-pinch---liquid-blush-in-hope-693953.html?source=quickview",
"shadeName": "Hope (3.2ml)",
"flagLabel": "Best seller",
"salePrice": "18,00€",
"reviewCount": "401",
"scrapedAt": "2025-11-05T08:05:27.892Z"
},
...
]

Use Cases

  • Price monitoring and comparison
  • Product catalog building
  • Market research and trend analysis
  • Competitor analysis for beauty brands
  • Inventory tracking
  • Review and rating analysis
  • Promotional offer tracking
  • Product availability monitoring

Tips for Best Results

  • Use specific search queries for more targeted results
  • Set a reasonable maxItems limit to avoid long scraping times
  • Check the search results manually first to ensure the URL is correct
  • For large datasets, consider splitting into multiple smaller scraping jobs

Start scraping beauty products from Sephora France today!