Scrape product pages on rituals.com
The call that returns product pages from rituals.com today, with the parameters, patterns and failure modes read off the request log since 14 Aug 2026. Last tested 6 Sep 2026.
About rituals.com
rituals.com describes itself as “Select a country and language for the best user experience on our webshop”.
Its sitemaps list 30,794 URLs across 19 files (lv-lv, lt-lt, sl-si, et-ee, hr-hr, hu-hu). 25,231 of the 30,794 dated entries changed in the last 30 days, the newest on 5 Sep 2026.
Its robots.txt names 1 sitemap and disallows 12 paths, among them /en-at/, /en-be/, /en-bg/.
Measured on Crawlbase
Success rate over every request from every account in August 2026: 99.8%. Patterns, countries and failures come from the request log since 14 Aug 2026; 51.3% of successful calls used the JavaScript token and the median answer took 7.7s.
Among the 23 beauty sites in the Cookbook, rituals.com ranks 3 of 23 by success rate; the category median is 95.6%. Its median answer of 7.7s is slower than the category median of 2.3s. 17 of the 23 accept the plain token; this one does on some pages only.
The call
Product pages are the shape the accounts fetch most here, with the country and token that succeed most often. Replace the placeholder path with a real product URL from the site.
curl "https://api.crawlbase.com/?token=YOUR_TOKEN&url=https%3A%2F%2Fwww.rituals.com%2Fen-us%2Fexample-page"from crawlbase import CrawlingAPI api = CrawlingAPI({'token': 'YOUR_TOKEN'}) r = api.get('https://www.rituals.com/en-us/example-page') html = r['body']
const { CrawlingAPI } = require('crawlbase'); const api = new CrawlingAPI({ token: 'YOUR_TOKEN' }); const r = await api.get('https://www.rituals.com/en-us/example-page');
Parameters that matter
| Parameter | Set it to | Why |
|---|---|---|
country | leave unset | Most successful calls set no country (0.2%) and succeed at 100%. |
javascript | leave unset | Plain-token calls succeed at 100%, JavaScript-token calls at 99.4%. Both work; start without the browser and switch per URL pattern where the table below shows it. |
URL patterns accounts fetch
| Pattern | Share of successes | JavaScript token | Country | Query parameters |
|---|---|---|---|---|
/en-us/{slug} | 98.8% | 100% | US | none |
Fields you get
Structured data Crawlbase found on rituals.com, by page type. These are the schema.org types in the page, the fields your parser can read straight from the JSON-LD block:
- Listing:
BreadcrumbList
What breaks, and the fix
Of the failures since 14 Aug 2026, the site answered:
Run it on a schedule
A catalogue refresh is a list of product URLs. Push it to the Crawler with a callback, let it pace the calls and retry what the site refuses, and read the results from Cloud Storage. The median answer on this site is 7.7s.
Questions
Do I need a browser to scrape rituals.com?
It depends on the page. Plain-token calls succeed at 100%, JavaScript-token calls at 99.4%; the URL pattern table shows which paths accounts fetch with a browser.
How much does a rituals.com page cost on Crawlbase?
1 credit without a browser. rituals.com is in the standard tier.
Which country should I set for rituals.com?
None is needed: most successful calls leave it unset.
Other pages on rituals.com
Pages rituals.com lists in its own sitemaps, fetched by Crawlbase on 6 Sep 2026 and verified in 2 consecutive runs. Each row is the cheapest call that returned the page with its content.
| Page | Example | Token | Country | Median |
|---|---|---|---|---|
Home/ | rituals.com/ | Plain | none | 2.3s |
Detail page/ro-ro/{slug}/hotels | rituals.com/ro-ro/lp/hotels | Plain | none | 11.9s |
Listing/lt-lt/collection/{slug}Structured data: BreadcrumbList | rituals.com/lt-lt/collection/private | Plain | none | 2.4s |