{
  "api": "JT Podcast Advertising API",
  "version": "1.0",
  "description": "Submit advertising inquiries for the Jon & Tara Podcast. Host-read sponsorships, episode sponsors, and multi-episode campaigns.",
  "show": {
    "name": "Jon & Tara Podcast",
    "url": "https://jtpodcast.com",
    "tagline": "Real Life. Real Conversations.",
    "contact": "jon@jtpodcast.com"
  },
  "audience": {
    "episodes_published": 133,
    "years_on_air": 7,
    "avg_episode_length_min": 64,
    "core_age_range": "25–54",
    "platforms": [
      "Apple Podcasts",
      "Spotify",
      "YouTube",
      "Amazon Music",
      "iHeart"
    ],
    "topics": [
      "Marriage & Relationships",
      "Personal Development",
      "Health & Wellness",
      "Martial Arts & Fitness",
      "Spirituality",
      "Family & Parenting",
      "Entrepreneurship",
      "Self-Improvement"
    ],
    "best_fit_advertisers": [
      "Health & wellness brands",
      "Relationship coaching / therapy services",
      "Self-help books & courses",
      "Fitness & nutrition products",
      "Family-focused apps & services",
      "Faith-based products",
      "Personal finance & entrepreneurship tools"
    ]
  },
  "packages": [
    {
      "id": "pre-roll",
      "name": "Pre-Roll Mention",
      "price_per_episode": 75,
      "description": "60-second host-read at the top of the episode — the first thing listeners hear.",
      "placements": [
        "Episode opening (0:00–1:30)"
      ],
      "deliverables": [
        "60-second host-read spot",
        "Custom talking points welcome",
        "YouTube + all podcast platforms"
      ],
      "min_episodes": 1,
      "availability": "open"
    },
    {
      "id": "mid-roll",
      "name": "Mid-Roll Sponsor",
      "price_per_episode": 150,
      "description": "90-second host-read mid-episode when listener attention is highest.",
      "placements": [
        "Mid-episode (approx 30–45 min mark)"
      ],
      "deliverables": [
        "90-second host-read spot",
        "Custom talking points",
        "Website mention + show notes link",
        "YouTube + all podcast platforms"
      ],
      "min_episodes": 2,
      "availability": "open"
    },
    {
      "id": "episode-sponsor",
      "name": "Full Episode Sponsor",
      "price_per_episode": 400,
      "description": "Presenting sponsorship of an entire episode — pre-roll + mid-roll + end-roll.",
      "placements": [
        "Pre-roll (opening)",
        "Mid-roll",
        "End-roll (closing)"
      ],
      "deliverables": [
        "3 host-read placements",
        "\"Brought to you by\" intro",
        "Custom talking points",
        "Show notes feature + link",
        "Social media mention",
        "YouTube + all podcast platforms"
      ],
      "min_episodes": 1,
      "availability": "open",
      "featured": true
    },
    {
      "id": "campaign-bundle",
      "name": "Campaign Bundle (4 Episodes)",
      "price_per_episode": 275,
      "total_price": 1100,
      "description": "Mid-roll placement across 4 consecutive episodes. Best for brand awareness campaigns.",
      "placements": [
        "Mid-roll on 4 episodes"
      ],
      "deliverables": [
        "4x 90-second host-read spots",
        "Custom talking points per episode",
        "Show notes links (all 4)",
        "Campaign performance summary",
        "YouTube + all podcast platforms"
      ],
      "min_episodes": 4,
      "availability": "open"
    }
  ],
  "endpoints": {
    "GET /.netlify/functions/advertise-inquiry": "Returns this catalog",
    "POST /.netlify/functions/advertise-inquiry": "Submit an advertising inquiry"
  },
  "post_schema": {
    "company": "string (required) — your company or brand name",
    "name": "string (required) — your full name",
    "email": "string (required) — your email address",
    "package": "string (required) — one of: pre-roll, mid-roll, episode-sponsor, campaign-bundle",
    "phone": "string (optional) — phone number",
    "website": "string (optional) — your website URL",
    "budget": "number (optional) — total campaign budget in USD",
    "message": "string (optional) — additional details or questions",
    "campaign_start": "string (optional) — desired campaign start date (YYYY-MM-DD)"
  },
  "example_request": {
    "company": "Acme Wellness Co.",
    "name": "Jane Smith",
    "email": "jane@acmewellness.com",
    "package": "episode-sponsor",
    "website": "https://acmewellness.com",
    "budget": 800,
    "message": "We'd love to sponsor 2 episodes focused on health & wellness topics.",
    "campaign_start": "2026-06-01"
  }
}