Preferences

Privacy is important to us, so you have the option of disabling certain types of storage that may not be necessary for the basic functioning of the website. Blocking categories may impact your experience on the website. More information

Accept all cookies

These items are required to enable basic website functionality.

Always active

These items are used to deliver advertising that is more relevant to you and your interests.

These items allow the website to remember choices you make (such as your user name, language, or the region you are in) and provide enhanced, more personal features.

These items help the website operator understand how its website performs, how visitors interact with the site, and whether there may be technical issues.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Careers

Marketing Coordinator

Backstory of CURATED

Founded in 2015 by John Temerian and Jordi Ricart, CURATED specializes in Vintage Blue Chip Automobiles, specifically low-production cars built between the 1970s and the early 2000s.

Passionately believing the automobile is a viable and consistent alternative investment asset class, and betting on this specific era of iconic supercars, we continue to pave the way for the next generation of collectors.

Through careful sourcing, storytelling, and restoration, CURATED has built a reputation as the world’s premier dealership for vintage supercars. Behind the scenes, disciplined financial operations and strong accounting controls are critical to supporting vehicle sales, restoration projects, technician labor, parts inventory, and commission-based compensation.

Job Description

A hands-on operator supporting the execution of Curated’s marketing across events, partnerships, merchandise, and brand activity. This role exists to bring structure, speed, and consistency to everything Curated puts into the world.

You will work closely with the Merchandise, Events & Partnerships Manager to ensure ideas move from concept to delivery without friction.

 

Key Responsibilities

Events

  • Support planning and execution of Curated events, rallies, private dinners, panels, concours activations, and hospitality experiences
  • Assist with logistics and monitoring including schedules, guest lists, RSVPs, travel
  • coordination, car transport, partners and vendor management
  • Help manage on-site event operations and brand presentation
  • Help coordinate content capture before, during, and after events
  • Support execution of the Curated Invitational rally and related experiences
  • Track event budgets, invoices, payments, and vendor costs 


Partnerships

  • Assist in the coordination and delivery of brand partnerships and collaborations
  • Track deliverables, timelines, approvals, and campaign requirements
  • Support communication with brands, agencies, media, and external partners
  • Help ensure all partnership activity aligns with Curated’s brand standards and positioning
  • Support in partnership/event deck creation



Merchandise

  • Coordinate merchandise launches, capsule collections, and product releases
  • Liaise with suppliers, printers, and fulfilment partners
  • Assist with budgets, product uploads, inventory tracking, and launch preparation
  • Support campaign rollout across social, email, and website channels
  • Track merchandise performance and assist with sales and inventory reporting
  • Manage merchandise inventory organization and visual display within the showroom
  • Support and execute posting on @wewearcurated Instagram 
  • Assist on set during photoshoots and content productions (styling support, product handling, logistics, and coordination) 
  • Monthly merch inventory check and send month end inventory reports to accounting 



Marketing Operations

  • Help manage marketing calendars, timelines, and project tracking
  • Coordinate across internal departments including sales, editorial, social, and production
  • Support website updates, email campaigns, and content organization
  • Maintain organized asset libraries, presentations, and marketing documentation

 

Profile

  • Highly organized with strong attention to detail 
  • Comfortable managing multiple projects simultaneously 
  • Strong written and verbal communication skills 
  • Proactive, dependable, and solutions-oriented 
  • Strong understanding of presentation, aesthetics, and luxury brand standards
  • Self-starting, creative, not scared to ask questions 
  • Interest in automotive, design and culture preferred 

 

What Success Looks Like

  • Events and launches are executed to a high standard 
  • Partnerships run smoothly and professionally 
  • Internal workflows become faster and more organized 
  • Brand presentation remains consistent across every touchpoint 
  • The wider team can operate more efficiently through stronger coordination 

 

Position Context

This is a support role with real responsibility and exposure to high-level projects, events, and partnerships.

The ideal candidate is someone who thrives in fast-moving environments, takes ownership of details, and helps keep momentum across multiple areas of the business.

Benefits

  • Competitive compensation based on experience and performance.
  • Health, dental, and vision insurance contribution.
  • Paid time off and holidays.
  • Opportunities for professional development and manufacturer-specific training.
  • The chance to work on some of the most collectible and historically significant supercars in the world within a globally recognized restoration environment.

Thank you for your interest! Your application has been shared with the hiring manager.
Oops! Something went wrong while submitting the form.
function hide(el) { if (!el) return; el.style.display = "none"; } function attachHandler(form) { const successEl = document.querySelector('[career="success"]'); const errorEl = successEl ? successEl.nextElementSibling : null; hide(successEl); hide(errorEl); form.addEventListener("submit", async function (e) { e.preventDefault(); const submitBtn = form.querySelector('[type="submit"]'); const originalBtnText = submitBtn ? submitBtn.value || submitBtn.textContent : null; if (submitBtn) { submitBtn.disabled = true; if ("value" in submitBtn) submitBtn.value = "Sending…"; else submitBtn.textContent = "Sending…"; } const fd = new FormData(form); const formPayload = formDataToJson(fd); const emailPayload = buildEmailPayload(form, formPayload); try { const res = await fetch(WEBHOOK_URL, { method: "POST", body: JSON.stringify(emailPayload), }); if (!res.ok) throw Error("Webhook response was not OK"); hide(form); show(successEl); hide(errorEl); } catch (err) { console.error("Error sending webhook:", err); show(errorEl); hide(successEl); } finally { if (submitBtn) { submitBtn.disabled = false; if ("value" in submitBtn) submitBtn.value = originalBtnText || "Submit"; else submitBtn.textContent = originalBtnText || "Submit"; } } }); } document.addEventListener("DOMContentLoaded", function () { document.querySelectorAll("[careers]").forEach(attachHandler); }); })();