Discover/fragrantica.com API
live

fragrantica.com APIfragrantica.com

Access Fragrantica perfume data via API: search perfumes, get fragrance notes pyramids, main accords, ratings, brand lists, and note categories.

Endpoints
4
Updated
10d ago
Try it
Page number (0-based)
Results per page
Search keyword (e.g. 'chanel', 'rose', 'dior')
api.parse.bot/scraper/d2c369a4-db4f-46ae-829d-562361126109/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/d2c369a4-db4f-46ae-829d-562361126109/search_perfumes?page=0&limit=20&query=chanel' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Search for perfumes using keywords via Algolia. Returns paginated results with perfume name, designer, year, rating, and other metadata.

Input
ParamTypeDescription
pageintegerPage number (0-based)
limitintegerResults per page
queryrequiredstringSearch keyword (e.g. 'chanel', 'rose', 'dior')
Response
{
  "type": "object",
  "fields": {
    "hits": "array of perfume objects with naslov (name), dizajner (designer), godina (year), rating, slug, id, spol (gender), thumbnail",
    "page": "integer current page number",
    "nbHits": "integer total number of matching perfumes",
    "nbPages": "integer total number of pages",
    "hitsPerPage": "integer results per page"
  },
  "sample": {
    "data": {
      "hits": [
        {
          "id": 40069,
          "slug": "Chanel/Chanel-No-5-Eau-de-Parfum",
          "spol": "female",
          "godina": 1986,
          "naslov": "Chanel No 5 Eau de Parfum",
          "rating": 3.5977,
          "dizajner": "Chanel",
          "thumbnail": "https://fimgs.net/mdimg/perfume/m.40069.jpg"
        }
      ],
      "page": 0,
      "nbHits": 389,
      "nbPages": 20,
      "hitsPerPage": 20
    },
    "status": "success"
  }
}

About the fragrantica.com API

The Fragrantica API covers 4 endpoints that expose perfume search, detailed fragrance profiles, brand directories, and note categories from Fragrantica's community-driven perfume database. The get_perfume_details endpoint alone returns 8 distinct fields including the full notes pyramid (top, middle, and base), main accords with intensity scores, average rating, and a description — giving developers structured access to data that typically requires manual browsing.

Search and Browse Perfumes

The search_perfumes endpoint accepts a query string (e.g. 'chanel', 'rose', 'oud') and returns paginated results via 0-based page and limit parameters. Each hit includes naslov (perfume name), dizajner (designer), godina (year), rating, spol (gender classification), slug, id, and a thumbnail URL. The nbHits field tells you the total match count so you can calculate pagination depth using nbPages and hitsPerPage.

Detailed Perfume Profiles

The get_perfume_details endpoint takes a full Fragrantica perfume URL and returns the complete fragrance profile. The notes object contains three keyed arrays — top, middle, and base — each listing note names. The main_accords array returns objects with name and intensity, which lets you rank a perfume's dominant character (e.g. woody at 85, floral at 60). rating_value and rating_count reflect community scoring, and description provides the editorial text for the fragrance.

Brands and Notes Directories

list_brands accepts an optional letter parameter (single character A–Z) to filter results alphabetically, returning brand name and Fragrantica url for each match. This makes it straightforward to build or refresh a full brand index letter by letter. list_notes requires no parameters and returns every fragrance note grouped into categories (e.g. Citrus, Flowers, Woods), with each note's name, url, and image field — useful for building note-based search interfaces or ingredient taxonomy trees.

Common use cases
  • Build a fragrance recommendation engine using main_accords intensity scores and note pyramid data
  • Index a full brand directory by iterating list_brands through letters A–Z
  • Populate a perfume database with year, gender, rating, and thumbnail from search_perfumes hits
  • Display a visual notes taxonomy using the categorized output of list_notes with note images
  • Compare community ratings across multiple perfumes using rating_value and rating_count
  • Filter a perfume catalog by gender classification using the spol field from search results
  • Enrich an e-commerce fragrance catalog with top/middle/base note pyramids via get_perfume_details
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Fragrantica offer an official developer API?+
Fragrantica does not publish an official public developer API or documented data access program. This Parse API provides structured access to the data available on fragrantica.com.
What does `get_perfume_details` return that `search_perfumes` does not?+
search_perfumes returns lightweight metadata: name, designer, year, rating, gender, slug, and thumbnail. get_perfume_details adds the full notes pyramid (top, middle, base arrays), main_accords with intensity values, a full description text, and explicit rating_count. You need to call get_perfume_details with a perfume's URL to get the notes and accords data.
Can I retrieve user reviews or individual community votes for a perfume?+
Not currently. The API returns rating_value (average score) and rating_count (number of votes) but does not expose individual user reviews or vote breakdowns. You can fork this API on Parse and revise it to add an endpoint that returns per-user review text and scores.
How does pagination work in `search_perfumes`?+
Pagination is 0-based: pass page=0 for the first page. The response includes nbHits (total results), nbPages (total pages), and hitsPerPage to let you calculate how many pages exist for a given query. Increment page up to nbPages - 1 to walk through all results.
Does the API cover fragrance concentration variants (EDP, EDT, parfum)?+
Concentration variant data (e.g. Eau de Parfum vs. Eau de Toilette) is not a dedicated field in any current endpoint response. The search_perfumes hits and get_perfume_details response do not explicitly expose concentration as a structured field. You can fork this API on Parse and revise it to parse and surface concentration information from perfume detail pages.
Page content last updated . Spec covers 4 endpoints from fragrantica.com.
Related APIs in EcommerceSee all →
mouser.com API
mouser.com API
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
woocommerce.com API
Browse and search thousands of WooCommerce extensions, themes, and business services from the official marketplace while accessing detailed product information, user reviews, and ratings. Integrate marketplace data, blog content, and documentation directly into your applications to help users discover and learn about WooCommerce solutions.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
lazada.co.th API
Search for products and browse categories on Lazada Thailand to find detailed information like prices, descriptions, and availability. Discover items by keyword or category to compare specifications and make informed purchasing decisions.