{
  "$schema": "https://json.schemastore.org/acp-protocol.json",
  "protocol": {
    "name": "acp",
    "version": "1.0.0"
  },
  "api_base_url": "https://datainfometrix.com/api",
  "transports": [
    "http+json",
    "https"
  ],
  "capabilities": {
    "services": [
      "catalog",
      "quote",
      "inventory",
      "search"
    ]
  },
  "merchant": {
    "name": "Data InfoMetrix LLC",
    "domain": "datainfometrix.com",
    "currency": "USD",
    "country": "US",
    "contact": "sales@datainfometrix.com"
  },
  "offerings": [
    {
      "id": "free-10-sample",
      "name": "Free 10-Record Technographic Sample",
      "type": "sample",
      "price": 0.00,
      "currency": "USD",
      "min_order_value": 0.00,
      "turnaround_sla": "2-4 hours",
      "checkout_url": "https://datainfometrix.com/api/contact",
      "requires_payment": false,
      "delivery_method": "email"
    },
    {
      "id": "custom-b2b-installed-base-list",
      "name": "Custom B2B Installed Base Database (Scoped by Technology, TAM & Firmographics)",
      "type": "custom-dataset",
      "pricing_model": "tiered-per-record",
      "price_per_record_usd": 0.35,
      "min_order_value": 500.00,
      "turnaround_sla": "1 business day",
      "quote_url": "https://datainfometrix.com/api/contact",
      "requires_payment": true,
      "payment_methods": [
        "invoice",
        "stripe",
        "credit-card",
        "ach",
        "wire"
      ]
    },
    {
      "id": "enterprise-tam-enrichment",
      "name": "Enterprise CRM Installed Base & Technographic Enrichment",
      "type": "data-enrichment",
      "pricing_model": "custom-quote",
      "min_order_value": 1500.00,
      "turnaround_sla": "2-3 business days",
      "quote_url": "https://datainfometrix.com/api/contact",
      "requires_payment": true,
      "payment_methods": [
        "invoice",
        "ach",
        "wire",
        "stripe"
      ]
    }
  ]
}
