{
  "name": "GrabGPU price and availability API",
  "description": "Hourly rental prices and reported stock for cloud GPUs, from four public provider APIs, refreshed daily. Free, no key, no rate limit.",
  "captured_at": "2026-09-27T11:30:22.494846Z",
  "currency": "USD",
  "unit": "per GPU per hour",
  "counts": {
    "gpus": 72,
    "providers": 22
  },
  "endpoints": [
    {
      "url": "https://grabgpu.com/api/search?gpu={model}&in_stock=true&min_gpus={n}&max_price={usd}&limit={n}",
      "returns": "offers matching the filters, rentable first, cheapest first"
    },
    {
      "url": "https://grabgpu.com/mcp",
      "returns": "remote MCP server (Streamable HTTP, no auth) with one tool, find_gpu"
    },
    {
      "url": "https://grabgpu.com/api/openapi.json",
      "returns": "OpenAPI 3.1 description of /api/search"
    },
    {
      "url": "https://grabgpu.com/api/offers.json",
      "returns": "every provider offer for every model, flat"
    },
    {
      "url": "https://grabgpu.com/api/best-deals.json",
      "returns": "cheapest GPUs confirmed in stock, cheapest first"
    },
    {
      "url": "https://grabgpu.com/api/gpus.json",
      "returns": "every priced GPU model with its cheapest and median price"
    },
    {
      "url": "https://grabgpu.com/api/gpus/{slug}.json",
      "returns": "one model with every provider offer"
    },
    {
      "url": "https://grabgpu.com/api/providers.json",
      "returns": "every provider with the models it rents"
    },
    {
      "url": "https://grabgpu.com/api/best-deals.md",
      "returns": "the in-stock table as Markdown"
    },
    {
      "url": "https://grabgpu.com/api/gpus.md",
      "returns": "every model as a Markdown table"
    }
  ],
  "terms": {
    "usage": "Quote it, cite it, build on it. A link back to grabgpu.com is appreciated.",
    "referral": "rent_url counts the click and redirects to direct_url, which may be a referral link that pays us a commission. The buyer pays the provider the same price. provider fields let you build your own link instead.",
    "accuracy": "Availability is what the provider reported at collection time, not a booking guarantee.",
    "logging": "API requests are logged with IP, country and user agent, and deleted after 90 days."
  }
}