Skip to main content

Perfumer data

WikiParfum catalogs the world’s perfumers (perfumists) with biographical information, associated fragrance houses, and links to their creations. Use perfumer data to build creator profiles, attribute fragrances to their makers, and enable perfumer-driven discovery.

Retrieve a single perfumer

By ID

query PerfumistById {
  findPerfumistById(id: "69", lang: "EN") {
    id
    name
    slug
    bio
    house
    country
    gender
    teaser
    perfumes
    image1 { urls { low mid high } }
    image2 { urls { low mid high } }
    image3 { urls { low mid high } }
  }
}

By slug

query PerfumistBySlug {
  findPerfumistBySlug(slug: "francis-kurkdjian", lang: "EN") {
    id
    name
    slug
    bio
    house
  }
}

List and search perfumers

Browse the perfumer catalog with text search and pagination.
query BrowsePerfumists {
  findPerfumists(search: {
    lang: "EN"
    search: "francis"
    page: "0,10"
  }) {
    id
    name
    slug
    house
    image1 { urls { low } }
  }
}

Key perfumer fields

FieldDescription
idUnique perfumer identifier
namePerfumer name
slugURL-friendly identifier
bioBiographical text
houseFragrance house affiliation
countryCountry of origin
genderPerfumer gender
perfumesArray of perfume IDs attributed to this perfumer
teaserShort summary text
image1 / image2 / image3Resized image URLs