{
  "currency": "USD",
  "model": "fixed monthly subscription allowance",
  "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": "N/A (hard cap)",
      "rateLimit": "30 req/min",
      "monthlyCap": 5000
    },
    {
      "plan": "pro",
      "monthlyPrice": "$49",
      "includedQueries": 50000,
      "overageRate": "N/A (hard cap)",
      "rateLimit": "120 req/min",
      "monthlyCap": 50000
    }
  ],
  "overageRate": "No automatic overage charges. Upgrade or contact support for more monthly capacity.",
  "free_tools": {
    "search_available_datasets": "Free for everyone, anonymous and authenticated. 10/min anonymous, 30/min authenticated. Doesn't count toward monthly query allowance.",
    "dry_run": "Set dry_run:true on any data tool to validate its name and arguments without calling an upstream source or consuming query allowance. Preview attempts remain rate-limited."
  },
  "domains": 59,
  "tools": 284,
  "catalog_url": "https://livedatalink.ai/tools",
  "note": "Free tier: 1,000 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."
}