{
  "currency": "USD",
  "model": "subscription + flat-rate overage",
  "tiers": [
    {
      "plan": "free",
      "monthlyPrice": "$0",
      "includedQueries": 1000,
      "overageRate": "N/A (hard cap)",
      "rateLimit": "5 req/min",
      "monthlyCap": 1000
    },
    {
      "plan": "starter",
      "monthlyPrice": "$10",
      "includedQueries": 5000,
      "overageRate": "$0.01/query",
      "rateLimit": "30 req/min",
      "monthlyCap": "Unlimited"
    },
    {
      "plan": "pro",
      "monthlyPrice": "$49",
      "includedQueries": 50000,
      "overageRate": "$0.01/query",
      "rateLimit": "120 req/min",
      "monthlyCap": "Unlimited"
    }
  ],
  "overageRate": "$0.01 per query, all tools, regardless of source. Predictable billing -no per-tool surprises.",
  "free_tools": {
    "search_available_datasets": "Free for everyone, anonymous and authenticated. 10/min anonymous, 30/min authenticated. Doesn't count toward monthly query allowance."
  },
  "domains": 59,
  "tools": 290,
  "catalog_url": "https://livedatalink.ai/tools",
  "note": "Free tier: 1,000 queries/month, no card required. Starter at $10/month is intended for smaller workloads. Pro at $49/month is intended for higher-volume production use. Compare current provider pricing and licensing terms for your specific sources."
}