{
  "type": "advertising",
  "description": "One text-only ad per calendar day, seen by every visitor.",
  "title": "Advertising on vutuv",
  "url": "https://vutuv.de/system/ads",
  "rules": [
    "Shown on profiles and in the feed: beside the content on a desktop, near the top on a phone.",
    "Signed-in members see at most one ad an hour and none for the rest of the day once they close one. Visitors without an account see it on every profile they open. Each card goes again after two minutes in view.",
    "Text only: a title of up to 30 characters, one sentence of up to 90 and a link, always clearly labeled as an ad.",
    "Ads must be family-friendly and follow the community guidelines.",
    "Every ad is reviewed and approved before it runs; the earliest bookable day is three days out.",
    "Booked online by logged-in members. Payment by invoice."
  ],
  "formats": {
    "json": "https://vutuv.de/system/ads.json",
    "text": "https://vutuv.de/system/ads.txt",
    "markdown": "https://vutuv.de/system/ads.md",
    "xml": "https://vutuv.de/system/ads.xml"
  },
  "booked_days": [],
  "next_available_day": "2026-09-22",
  "generated_at": "2026-09-19T11:34:58Z",
  "schema_version": 3,
  "example": {
    "address": "example.com/jobs",
    "title": "Acme is looking for you",
    "text": "Elixir development in Mainz, remote is fine.",
    "url": "https://www.example.com/jobs"
  },
  "price": {
    "display": "350.00 € per day (net)",
    "net": true,
    "currency": "EUR",
    "cents": 35000,
    "gross_cents": 41650,
    "tiers": [
      {
        "display": "One day for 350.00 €",
        "days": 1,
        "cents": 35000,
        "gross_cents": 41650,
        "saving": null
      },
      {
        "display": "7 days for 2,000.00 €",
        "days": 7,
        "cents": 200000,
        "gross_cents": 238000,
        "saving": "285.71 € per day, 18 % less"
      },
      {
        "display": "30 days for 7,500.00 €",
        "days": 30,
        "cents": 750000,
        "gross_cents": 892500,
        "saving": "250.00 € per day, 29 % less"
      }
    ],
    "vat_percent": 19,
    "vat_display": "plus 19 % VAT = 416.50 €"
  },
  "booking_url": "https://vutuv.de/system/ads/new",
  "booking_window": {
    "from": "2026-09-22",
    "to": "2026-12-31"
  },
  "community_guidelines_url": "https://vutuv.de/community"
}
