ToolAssay

Signalbase — COMPANY search independent of any signal

Signalbase — COMPANY search independent of any signal: profiles with industry, headcount, location, founded year, categories. Filters: `search` (free text), `domain`/`linkedin_url` (exact lookup), `industry`/`categories` (comma-separated), `countries`, `employee_count_min`/`max`, `founded_year_min`/`max`. `limit` ≤100 — flat price per call. Use to resolve/browse companies before pulling their signals.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
324 msmedian answer time
$0.25listed price per call
$0.25price 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/signalbase/companies

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

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.25 324 ms

Example input (from the provider)

{
  "body": {
    "countries": "US",
    "limit": 5,
    "search": "fintech"
  },
  "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": true,
          "properties": {
            "categories": {
              "type": "string"
            },
            "count": {
              "enum": [
                "true",
                "false"
              ],
              "type": "string"
            },
            "countries": {
              "type": "string"
            },
            "dateFrom": {
              "type": "string"
            },
            "dateTo": {
              "type": "string"
            },
            "date_preset": {
              "type": "string"
            },
            "domain": {
              "type": "string"
            },
            "employee_count_max": {
              "minimum": 0,
              "type": "integer"
            },
            "employee_count_min": {
              "minimum": 0,
              "type": "integer"
            },
            "exclude_countries": {
              "type": "string"
            },
            "founded_year_max": {
              "type": "integer"
            },
            "founded_year_min": {
              "type": "integer"
            },
            "industry": {
              "type": "string"
            },
            "limit": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer"
            },
            "linkedin_url": {
              "type": "string"
            },
            "page": {
              "minimum": 1,
              "type": "integer"
            },
            "search": {
              "type": "string"
            },
            "sort_by": {
              "type": "string"
            },
            "sort_order": {
              "enum": [
                "asc",
                "desc"
              ],
              "type": "string"
            },
            "subcategories": {
              "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