ToolAssay

Fundable — One COMPANY profile plus its latest funding round, participating inve

Fundable — One COMPANY profile plus its latest funding round, participating investors and source articles. Address it by any ONE of `id` (UUID from a deal row `company_id`), `domain`, `linkedin`, `crunchbase`. Returns name, domain, description, employee band, `ipo_status`, `num_funding_rounds`, `total_raised`, `latest_valuation_usd` + date, industries and location. This is the resolver for fundable/deals, whose rows carry only `company_id` — you need it for the domain, which is the join key for…

Answeringour last check, 2026-09-24
1 of 1checks answered this week
342 msmedian answer time
$0.1listed price per call
$0.1price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://vaaya.ai/api/run/fundable/company

CategoryCompany and compliance
Provider hostvaaya.ai
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.1 342 ms

Example input (from the provider)

{
  "body": {
    "domain": "stripe.com"
  },
  "bodyType": "json",
  "method": "POST",
  "pathParams": {},
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "$schema": "http://json-schema.org/draft-07/schema#",
          "additionalProperties": false,
          "properties": {
            "crunchbase": {
              "type": "string"
            },
            "domain": {
              "type": "string"
            },
            "id": {
              "type": "string"
            },
            "linkedin": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "pathParams": {
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON