Skip to main content
AI Studio  add-on for Spider.
fragrantica.com · HTTP 200

Fragrantica Scraper

Spider read fragrantica.com in 371 ms without a browser and returned 1,446 lines of clean markdown, including sections like "Vyrao Launches Ever 11", "Life and Death in the Tropic of Capricorn" and "Staple Layering Combinations From My Collection".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response fragrantica.com/index.md markdown · 1,446 lines
The woman who loved antiquity.### Vyrao Launches Ever 11Black cherry and vanilla for a 97% increase in self-esteem### Mélodie de l'Amour Parfums Dusita: Perfume, Poetry and Nature### Life and Death in the Tropic of CapricornAn underrated gem from independent perfumer Ellen Covey’s Olympic Orchids.### House of Bō’s Acapulco 76: An Extravagant Era Bottled, All Grown UpSeriously? Is Fragrantica’s Resident NYC Sadboi wearing a summer seasonal scent with mango and sun lotion...?### Staple Layering Combinations From My CollectionFrom perfume oils to Khumra to perfume sprays to Bakhoor smoke, layering is just the way of life where I live.### A New House: Maison Matthieu MeneuvrierWill the brand be able to carve out a distinct space in an overcrowded market?### Dolce Base by Lusso Maasa: Niche at a Mass-Market PricePrice is far from being a reliable indicator of a fragrance's quality.### La Rhapsodie Noire by Parfums Dusita, in the Moonlight"What makes it particularly interesting is its nocturnal character, therefore unusual for Pissara Umavijani's output: an exception that proves the rule."### Skandinavisk Launch New Fragrance CollectionThe brand, perhaps best known for their home fragrances, releases seven scents as personal perfumes### BEST FRAGRANCES SPRING-SUMMER 2026: Eddie Bulliqi & Bella Van Der WeerdExotic flowers and fruits, as well as perfume frost.Eddie Bulliqi,Bella van der Weerd### An Invisible Treasure: Thesaurus by Cale Fragranze d’Autorethe rarest treasure is never something we posses, but something we become…### Chocolate Ganache and Toffee Ganache: Sweets from Arabiyat SugarNuts, cereals, and caramel instead of chocolate### ARMAF Club De Nuit Intense OverdoseNew launch from Armaf: Club de Nuit Intense Overdose.### A'Mare by Arte Profumi: Incense and the Sea
Code · Fields · Cost · Run it keyless, no account

The same call, in code.

The capture above came back as markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on fragrantica.com.

fragrantica-com-scraper.ts
import { SpiderBrowser } from "spider-browser";

const spider = new SpiderBrowser({
  apiKey: process.env.SPIDER_API_KEY!,
});

await spider.connect();
const page = spider.page!;
await page.goto("https://fragrantica.com");

// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();

console.log(data);
await spider.close();
ready to run · spider-browser, no selectors

Ready for volume? Get an API key →

Fields you can pull.

Business NameAddressPhoneCategoryRating

Spider names these from the page. The capture above came back as markdown; the same call with return_format: "json" returns them as keys.

What fragrantica.com costs to scrape.

The capture above cost $0.001126 to fetch. Pricing is $1 per GB of pre-transformation bandwidth plus $0.001 per CPU minute, so a page like this one lands at a fraction of a cent. Failed requests are billed at $0.

  • Free balance on signup
  • No card required to test
  • Balance never expires
See the full pricing →

Run it keyless, no account

curl -X POST https://api.spider.cloud/scrape -H "Content-Type: application/json" -d '{"url": "https://fragrantica.com/", "return_format": "markdown"}'

More Directories scrapers.

Start scraping fragrantica.com.

You already have the call. A key raises the rate limit and turns on browser rendering, proxies, and concurrency. Balance never expires, and top-ups go through secure checkout.