{
  "unit_price_usd": 0.005,
  "overage_usd_per_lookup": 0.005,
  "lanes": [
    {
      "name": "keyless",
      "price_usd": 0,
      "lookups": null,
      "rate_limit_per_min": 10,
      "note": "No key. Search and single product lookup only."
    },
    {
      "name": "free",
      "price_usd": 0,
      "lookups": 1000,
      "rate_limit_per_min": 10,
      "note": "1,000 lookups per month, renews. Key from POST /v1/keys. Attribution required for commercial use."
    },
    {
      "name": "pack",
      "price_usd": 20,
      "lookups": 4000,
      "rate_limit_per_min": 60,
      "note": "Prepaid, never expires.",
      "checkout_url": "https://buy.stripe.com/00w9ATbzT05adMr7IGeQM05"
    },
    {
      "name": "builder",
      "price_usd": 49,
      "lookups": 10000,
      "rate_limit_per_min": 60,
      "note": "Per month, self-serve.",
      "checkout_url": "https://buy.stripe.com/14A3cvfQ93hmeQvgfceQM03"
    },
    {
      "name": "pro",
      "price_usd": 149,
      "lookups": 50000,
      "rate_limit_per_min": 300,
      "note": "Per month. Bulk history, CSV export, Parquet drops.",
      "checkout_url": "https://buy.stripe.com/fZu5kD1Zj4lq9wbfb8eQM04"
    },
    {
      "name": "enterprise",
      "price_usd": null,
      "lookups": null,
      "rate_limit_per_min": null,
      "note": "Custom. MAP monitoring, feeds, SLA."
    }
  ],
  "reports": [
    {
      "edition": "2026-08",
      "price_usd": 49,
      "checkout_url": "https://buy.stripe.com/dRmdR9cDX6tygYD1kieQM06"
    }
  ],
  "lookup_costs": {
    "search": 0,
    "product": 1,
    "prices": 1,
    "history": 2,
    "compare": 2,
    "verified_offers": 2
  },
  "pricing_url": "https://golfdata.co/v1/pricing",
  "free_key_url": "https://golfdata.co/v1/keys",
  "checkout_url": "https://buy.stripe.com/14A3cvfQ93hmeQvgfceQM03",
  "docs_url": "https://golfdata.co/llms.txt",
  "openapi_url": "https://golfdata.co/openapi.json"
}