{
  "version": "1.0",
  "publisher": "Christ Giving",
  "domain": "christgiving.com",
  "contact": "editor@nexcom.media",
  "effective_date": "2026-05-08",
  "currency": "USD",
  "pricing_tiers": [
    {
      "name": "per_request",
      "price": 0.005,
      "unit": "request"
    },
    {
      "name": "per_article",
      "price": 0.05,
      "unit": "article_fetch"
    },
    {
      "name": "bulk_archive",
      "price": 250,
      "unit": "snapshot"
    },
    {
      "name": "annual_unlimited",
      "price": 5000,
      "unit": "year"
    }
  ],
  "payment_protocols": [
    {
      "name": "cloudflare_pay_per_crawl",
      "header": "cf-pay-per-crawl-license"
    },
    {
      "name": "tollbit",
      "header": "crawler-payment-token"
    },
    {
      "name": "scalepost",
      "header": "crawler-payment-token"
    },
    {
      "name": "direct_bearer",
      "header": "authorization"
    }
  ],
  "free_endpoints": [
    "https://christgiving.com/llms.txt",
    "https://christgiving.com/feed.json",
    "https://christgiving.com/sitemap.xml",
    "https://christgiving.com/sitemap-news.xml",
    "https://christgiving.com/.well-known/ai-paywall.json",
    "https://christgiving.com/ai.txt"
  ],
  "paid_endpoints": [
    "https://christgiving.com/news/*",
    "https://christgiving.com/article/*"
  ]
}