{
  "schema_version": "1.0",
  "name": "Comturk pricing feed",
  "description": "Public read-only pricing data for Comturk plans. Prices are listed in USD and billed monthly.",
  "url": "https://comturk.com/feeds/pricing.json",
  "source_page": "https://comturk.com/pricing.html",
  "last_updated": "2026-05-17",
  "currency": "USD",
  "billing_period": "month",
  "plans": [
    {
      "id": "free",
      "name": "Free",
      "price": 0,
      "currency": "USD",
      "billing_period": "month",
      "availability": "available",
      "included": [
        "100 AI messages",
        "20 documents",
        "5 MB PDF storage",
        "Web widget",
        "Instagram",
        "Messenger"
      ],
      "signup_url": "https://chat.comturk.com/signup"
    },
    {
      "id": "starter",
      "name": "Starter",
      "price": 29,
      "currency": "USD",
      "billing_period": "month",
      "availability": "available",
      "included": [
        "1,500 AI messages",
        "100 documents",
        "100 MB PDF storage",
        "All channels",
        "WhatsApp and Email",
        "Web indexing"
      ],
      "signup_url": "https://chat.comturk.com/signup"
    },
    {
      "id": "business",
      "name": "Business",
      "price": 89,
      "currency": "USD",
      "billing_period": "month",
      "availability": "available",
      "popular": true,
      "included": [
        "6,000 AI messages",
        "500 documents",
        "250 MB PDF storage",
        "All channels",
        "Web indexing pages",
        "Priority support"
      ],
      "signup_url": "https://chat.comturk.com/signup"
    },
    {
      "id": "enterprise",
      "name": "Enterprise",
      "price": 499,
      "currency": "USD",
      "billing_period": "month",
      "availability": "available",
      "included": [
        "40,000 AI messages",
        "2,000 documents",
        "500 MB PDF storage",
        "Web crawling",
        "Advanced content ingestion",
        "Dedicated support"
      ],
      "signup_url": "https://chat.comturk.com/signup",
      "contact_url": "https://comturk.com/company/contact.html"
    }
  ],
  "notes": [
    "All plans include multi-channel support.",
    "Plans can be changed from the Comturk dashboard.",
    "Public feed data is informational and should be confirmed at checkout."
  ],
  "sales_contact_url": "https://comturk.com/company/contact.html"
}
