Perfume API
Perfume API and perfume database API
Need a perfume API for search, profiles, or recommendations? scentrev-mcp exposes the catalog over REST. No MCP client required. Same data as the perfume MCP.
What this perfume API is for
Product finders, wardrobe apps, retail chat, and agent backends. You send a Bearer token and an RPC name. You get normalized longevity, sillage, season, accords, and community scores — not HTML from a review site.
Example: filtered perfume search
curl -s https://api.scentrev.com/rpc/search_fragrances_filtered \
-H "Authorization: Bearer frag_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"filter_season":"summer","min_sillage_category":"moderate","sort_by":"rating"}'Swap the RPC for get_fragrance_profile when you have a slug, or search_by_references to blend two bottles. Full names live in docs. Recommendation patterns are spelled out in the perfume recommendation API guide.
Prefer the phrase fragrance API? That page is here. Prefer agents inside an IDE? Use fragrance MCP.