Sephora Product Scraper - Prices, Ratings & Reviews
Pricing
from $1.65 / 1,000 products
Sephora Product Scraper - Prices, Ratings & Reviews
Scrape beauty products from Sephora by keyword: brand, product name, price, star rating, review count, bestseller/new/exclusive flags, image and product URL. No login, no key. Export JSON, CSV, Excel. Independent tool, not affiliated with Sephora.
Pricing
from $1.65 / 1,000 products
Rating
0.0
(0)
Developer
Scrape Sage
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Categories
Share
Disclaimer: This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Sephora or any of its subsidiaries. All trademarks mentioned are the property of their respective owners. "Sephora" is referenced only to describe the publicly available website this Actor collects data from.
Scrape beauty products from Sephora by keyword and get clean, structured data: brand, product name, price, star rating, review count, bestseller / new / exclusive flags, image and product URL.
Fast, and no login or API key.
What it does
- Searches Sephora by keyword (
lipstick,mascara,vitamin c serum, a brand likeDior, ...). - Returns each product with brand, name, price (list price / range), rating and review count, sale status, and merchandising flags (bestseller, new, Sephora-exclusive, online-only).
- Paginates automatically up to your Max products.
Example output
{"type": "product","productId": "P467208","brand": "Lancôme","name": "Lash Idôle Lash-Lifting & Volumizing Mascara","sku": "2417145","listPrice": "$16.00 - $30.00","onSale": false,"rating": 4.5006,"reviews": 10760,"isBestseller": true,"isNew": false,"image": "https://www.sephora.com/productimages/sku/s2417145-main-zoom.jpg","url": "https://www.sephora.com/product/...-P467208"}
Input
| Field | Description |
|---|---|
| Search keywords | Product keywords or brand names (one search each). |
| Max products | Cap across all searches. |
| Proxy | Default Apify proxy works; US residential IPs are the most reliable. |
Use cases
- Price & assortment monitoring - track prices, ranges and sale status across the catalog.
- Ratings & review research - rank products by rating and review volume by category.
- Competitive / brand analysis - pull a brand's full lineup with pricing and social proof.
- Product feeds - build a structured beauty-product dataset.
Notes
Data comes from Sephora's public catalog search API (rich product JSON), which is far more reliable than scraping the storefront HTML. rating is a 0-5 star average; listPrice may be a range when a product has multiple sizes. Use US residential proxies for the highest reliability at scale.
Run it from an agent (MCP / API)
Agent-ready: typed input schema, structured JSON output. An agent can pull Sephora products for a keyword or brand in one step. Pass searchQueries and read the product records back.
Agent-ready: autonomous payments (x402 & Skyfire)
This actor is agent-ready — AI agents can discover it, run it, and pay for it autonomously, with no Apify account and no human in the loop. It uses pay-per-event pricing and limited permissions, so it qualifies for Apify's agentic-payment standards:
- x402 — an open, HTTP-native payment protocol. Agents pay per run in USDC on the Base network directly through the Apify MCP server — no account, no API key.
- Skyfire — agent-to-service payments for fully autonomous AI-agent workflows.
Building an AI agent, MCP tool, or autonomous data pipeline? This scraper is ready to plug in and pay as it goes.
How much does it cost to scrape Sephora?
This Actor uses Apify's pay-per-event pricing: you are charged only for the results it delivers, with no monthly rental and no start fee. The events it can charge are:
- Product - One Sephora product (brand, name, price, rating, reviews, flags, image, URL)
The current price of each event is shown on the Pricing tab of this page. Set a maximum total charge on the run if you want a hard cap on spend, and use the input limits to control how much the Actor fetches.
Automate & schedule
Run this Actor on autopilot and pull results into your own stack:
- Apify API - start runs, fetch datasets and manage schedules over REST.
- apify-client for JavaScript and apify-client for Python - official SDKs.
- Schedules - run it hourly, daily or weekly and keep your dataset current.
- Webhooks - trigger downstream actions (CRM import, Slack alert, email sequence) the moment a run finishes.
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'MY_APIFY_TOKEN' });const run = await client.actor('scrapesage/sephora-scraper').call({// your input - see the Input section above});const { items } = await client.dataset(run.defaultDatasetId).listItems();console.log(`Got ${items.length} records`);
Integrate with any app
Connect the dataset to thousands of apps - no code required:
- Make - multi-step automation scenarios.
- Zapier - push new records straight into your CRM or spreadsheet.
- Slack - get notified when a scheduled run finds something new.
- Google Drive / Sheets - auto-export every run to a spreadsheet.
- Airbyte - pipe results into your data warehouse.
- GitHub - trigger runs from commits or releases.
More scrapers from scrapesage
Related Actors in the same category:
- Taobao & Tmall Scraper - Products, Prices, Sellers & Reviews
- Kompass Scraper - Global B2B Company & Supplier Leads
- Faire Scraper - Wholesale Brands, Supplier Leads & Products
- AliExpress Scraper - Products, Prices, Orders & Supplier Leads
- GetYourGuide Scraper - Tours, Activities, Prices & Reviews
FAQ
Login or key? No. Product detail (ingredients, shades)? This returns catalog/search-level fields (price, rating, reviews, flags, image, URL). Legal? It reads publicly listed catalog data; use it in line with Sephora's terms and applicable law.
Disclaimer
This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Sephora or any of its subsidiaries. All trademarks mentioned are the property of their respective owners.
"Sephora" and any related marks are the property of their respective owners and are used here only in a descriptive, nominative sense - to identify the publicly accessible website from which this Actor collects data. This Actor is not an official Sephora product, is not authorised or certified by Sephora, and does not distribute Sephora software. It collects only publicly available information; you are responsible for ensuring your use of that data complies with applicable laws, regulations and the terms of the source website.
Need help?
Open an issue on the Actor's Issues tab, or visit the Apify help center. Feature requests are welcome - this Actor is actively maintained.