ToolAssay

Signalbase — PEOPLE discovery with the signal attached

Signalbase — PEOPLE discovery with the signal attached: each result carries the matched signal (funding/job change/hiring) explaining WHY NOW. Filters: `title`/`function`/`seniority`, `signal_type` + `signal_date_range` (lookback), `company_size`/`industry`, `country`/`city`, `linkedin_url`/`company_domain`/`company_linkedin_url`. `limit` ≤100 — flat price per call. The signal-first alternative to plain ICP people search: start from who has a reason to buy this month.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.25listed price per call
n/aprice 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/people

CategoryMarket data
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

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "body": {
    "limit": 5,
    "signal_type": "funding_round",
    "title": "VP Sales"
  },
  "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": {
            "city": {
              "type": "string"
            },
            "company_domain": {
              "type": "string"
            },
            "company_linkedin_url": {
              "type": "string"
            },
            "company_size": {
              "type": "string"
            },
            "count": {
              "enum": [
                "true",
                "false"
              ],
              "type": "string"
            },
            "country": {
              "type": "string"
            },
            "exclude_countries": {
              "type": "string"
            },
            "function": {
              "type": "string"
            },
            "include_former": {
              "type": "string"
            },
            "industry": {
              "type": "string"
            },
            "limit": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer"
            },
            "linkedin_url": {
              "type": "string"
            },
            "page": {
              "minimum": 1,
              "type": "integer"
            },
            "person_countries": {
              "type": "string"
            },
            "seniority": {
              "type": "string"
            },
            "signal_date_range": {
              "type": "string"
            },
            "signal_type": {
              "type": "string"
            },
            "title": {
              "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