{
  "currency": "USD",
  "model": "subscription + flat-rate overage",
  "tiers": [
    {
      "plan": "free",
      "monthlyPrice": "$0",
      "includedQueries": 100,
      "overageRate": "N/A (hard cap)",
      "rateLimit": "5 req/min",
      "monthlyCap": 100
    },
    {
      "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": 45,
  "tools": 232,
  "catalog_url": "https://livedatalink.ai/tools",
  "note": "Free tier: 100 queries/month, no credit card needed. Starter at $10/month covers most builders. Pro at $49/month for production agents. Competitors charge $100-1,200/month for the same government data -and that's per source."
}