ToolAssay

Signalbase — Real-time JOB CHANGE signals

Signalbase — Real-time JOB CHANGE signals: executive moves and role transitions sourced from LinkedIn + press releases (names GDPR-masked). Filters: `date_preset`/`dateFrom`/`dateTo`, `positions`/`departments`/`seniorities` (comma-separated), `new_role`, `keyword`, `company_name`/`company_domain`/`company_linkedin_url`, `personLinkedinUrl`, `countries`/`city`, `source` (linkedin/press_release). `limit` ≤100 — flat price per call. New-exec-in-seat is the classic 90-day buying window.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
309 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/job-changes

CategoryMarket data
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.25 309 ms

Example input (from the provider)

{
  "body": {
    "date_preset": "last_30d",
    "limit": 5,
    "seniorities": "c_level"
  },
  "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_name": {
              "type": "string"
            },
            "count": {
              "enum": [
                "true",
                "false"
              ],
              "type": "string"
            },
            "countries": {
              "type": "string"
            },
            "dateFrom": {
              "type": "string"
            },
            "dateTo": {
              "type": "string"
            },
            "date_preset": {
              "type": "string"
            },
            "departments": {
              "type": "string"
            },
            "exclude_countries": {
              "type": "string"
            },
            "keyword": {
              "type": "string"
            },
            "limit": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer"
            },
            "new_role": {
              "type": "string"
            },
            "page": {
              "minimum": 1,
              "type": "integer"
            },
            "personLinkedinUrl": {
              "type": "string"
            },
            "positions": {
              "type": "string"
            },
            "search": {
              "type": "string"
            },
            "seniorities": {
              "type": "string"
            },
            "sort_by": {
              "type": "string"
            },
            "sort_order": {
              "enum": [
                "asc",
                "desc"
              ],
              "type": "string"
            },
            "source": {
              "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