Skip to main content
GET
/
pricing
Full pricing matrix
curl --request GET \
  --url https://api.tryhuntr.com/pricing
{
  "tiers": {
    "lite": {
      "default_model": "gemini-2.5-flash",
      "default_price": 0.018
    },
    "standard": {
      "default_model": "gemini-2.5-flash",
      "default_price": 0.027
    },
    "deep": {
      "default_model": "gemini-2.5-flash",
      "default_price": 0.046
    }
  },
  "endpoints": {
    "tech_stack": {
      "price": 0.012,
      "description": "POST /company-tech-stack"
    },
    "linkedin_company": {
      "price": 0.002,
      "description": "POST /company-linkedin"
    },
    "company_search": {
      "price_per_result": 0.0003,
      "description": "POST /company-search"
    }
  },
  "models": {
    "gpt-4o-mini": {
      "lite": 0.015,
      "standard": 0.022,
      "deep": 0.039
    },
    "gemini-2.5-flash": {
      "lite": 0.018,
      "standard": 0.027,
      "deep": 0.046
    }
  }
}

Response

200 - application/json

Full pricing matrix.

tiers
object

Per-tier info using the default synthesis model.

models
object

Price per model per tier. Keys are model IDs (e.g. 'gpt-5', 'claude-opus-4.7'). Use these to pick a model override and know exactly what you'll pay.

endpoints
object

Standalone endpoint prices and descriptions.