← back to Handbag Auth Nextjs

data/top_luxury_brands.json

163 lines

[
  {
    "rank": 1,
    "brand": "HERMÈS",
    "tier": "ultra-luxury",
    "avgPrice": 15000,
    "topModels": ["Birkin", "Kelly", "Constance", "Evelyne"],
    "affiliatePriority": "high"
  },
  {
    "rank": 2,
    "brand": "CHANEL",
    "tier": "ultra-luxury",
    "avgPrice": 8000,
    "topModels": ["Classic Flap", "Boy Bag", "19", "Gabrielle"],
    "affiliatePriority": "high"
  },
  {
    "rank": 3,
    "brand": "LOUIS VUITTON",
    "tier": "luxury",
    "avgPrice": 3500,
    "topModels": ["Speedy", "Neverfull", "Alma", "Pochette Metis"],
    "affiliatePriority": "high"
  },
  {
    "rank": 4,
    "brand": "DIOR",
    "tier": "luxury",
    "avgPrice": 5000,
    "topModels": ["Lady Dior", "Saddle", "Book Tote", "Diorama"],
    "affiliatePriority": "high"
  },
  {
    "rank": 5,
    "brand": "GUCCI",
    "tier": "luxury",
    "avgPrice": 2500,
    "topModels": ["Dionysus", "Marmont", "Jackie", "Horsebit"],
    "affiliatePriority": "high"
  },
  {
    "rank": 6,
    "brand": "PRADA",
    "tier": "luxury",
    "avgPrice": 2800,
    "topModels": ["Galleria", "Cahier", "Saffiano", "Re-Edition"],
    "affiliatePriority": "high"
  },
  {
    "rank": 7,
    "brand": "BOTTEGA VENETA",
    "tier": "luxury",
    "avgPrice": 3200,
    "topModels": ["Cassette", "Jodie", "Pouch", "Arco"],
    "affiliatePriority": "high"
  },
  {
    "rank": 8,
    "brand": "CELINE",
    "tier": "luxury",
    "avgPrice": 3000,
    "topModels": ["Luggage", "Box", "Cabas", "Sangle"],
    "affiliatePriority": "high"
  },
  {
    "rank": 9,
    "brand": "SAINT LAURENT",
    "tier": "luxury",
    "avgPrice": 2600,
    "topModels": ["Kate", "Loulou", "Sac de Jour", "College"],
    "affiliatePriority": "high"
  },
  {
    "rank": 10,
    "brand": "FENDI",
    "tier": "luxury",
    "avgPrice": 2900,
    "topModels": ["Baguette", "Peekaboo", "Kan I", "Mamma"],
    "affiliatePriority": "high"
  },
  {
    "rank": 11,
    "brand": "BALENCIAGA",
    "tier": "luxury",
    "avgPrice": 2200,
    "topModels": ["City", "Hourglass", "Le Cagole", "Triangle Duffle"],
    "affiliatePriority": "medium"
  },
  {
    "rank": 12,
    "brand": "GOYARD",
    "tier": "ultra-luxury",
    "avgPrice": 4500,
    "topModels": ["St. Louis", "Artois", "Saigon", "Belvedere"],
    "affiliatePriority": "high"
  },
  {
    "rank": 13,
    "brand": "VALENTINO",
    "tier": "luxury",
    "avgPrice": 2400,
    "topModels": ["Rockstud", "Roman Stud", "VLOGO", "Supervee"],
    "affiliatePriority": "medium"
  },
  {
    "rank": 14,
    "brand": "GIVENCHY",
    "tier": "luxury",
    "avgPrice": 2300,
    "topModels": ["Antigona", "Pandora", "GV3", "Mystic"],
    "affiliatePriority": "medium"
  },
  {
    "rank": 15,
    "brand": "LOEWE",
    "tier": "luxury",
    "avgPrice": 2600,
    "topModels": ["Puzzle", "Hammock", "Barcelona", "Gate"],
    "affiliatePriority": "medium"
  },
  {
    "rank": 16,
    "brand": "BURBERRY",
    "tier": "accessible-luxury",
    "avgPrice": 1800,
    "topModels": ["TB Bag", "Lola", "Olympia", "Frances"],
    "affiliatePriority": "medium"
  },
  {
    "rank": 17,
    "brand": "MULBERRY",
    "tier": "accessible-luxury",
    "avgPrice": 1500,
    "topModels": ["Bayswater", "Alexa", "Lily", "Iris"],
    "affiliatePriority": "medium"
  },
  {
    "rank": 18,
    "brand": "CHLOE",
    "tier": "luxury",
    "avgPrice": 2100,
    "topModels": ["Drew", "Faye", "Tess", "C Bag"],
    "affiliatePriority": "medium"
  },
  {
    "rank": 19,
    "brand": "MIU MIU",
    "tier": "luxury",
    "avgPrice": 2000,
    "topModels": ["Matelasse", "Wander", "Arcadie", "Confidential"],
    "affiliatePriority": "medium"
  },
  {
    "rank": 20,
    "brand": "COACH",
    "tier": "accessible-luxury",
    "avgPrice": 400,
    "topModels": ["Tabby", "Willow", "Rogue", "Cassie"],
    "affiliatePriority": "low"
  }
]