ToolAssay

Find companies whose recent JOB POSTS mention a technology via OpenFunnel (SYNC,

Find companies whose recent JOB POSTS mention a technology via OpenFunnel (SYNC, 50 results/page): { tech } (e.g. "Snowflake") + optional `variations` (OR-matched phrasings, e.g. ["K8s"]), `lookback_days` (≤365), `page`, `enrich` (firmographics), `hq_country_code` (alpha-3), min/max_employee_count (filters auto-enable enrich), `include_evidence` (the job-post snippet — the outreach hook). Perfect for "sell to companies running X" and competitor-displacement plays.

Answeringour last check, 2026-09-25
1 of 1checks answered this week
329 msmedian answer time
$0.4listed price per call
$0.4price 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/openfunnel/tech-companies

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

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-25 valid payment request 402$0.4 329 ms

Example input (from the provider)

{
  "body": {
    "enrich": false,
    "exclude_aggregators": false,
    "exclude_company_slugs": [
      "example"
    ],
    "exclude_vendor": false,
    "hq_country_code": "exa",
    "include_evidence": false,
    "lookback_days": 1,
    "max_employee_count": 0,
    "min_employee_count": 0,
    "page": 1,
    "tech": "example",
    "variations": [
      "example"
    ]
  },
  "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": {
            "enrich": {
              "type": "boolean"
            },
            "exclude_aggregators": {
              "type": "boolean"
            },
            "exclude_company_slugs": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "exclude_vendor": {
              "type": "boolean"
            },
            "hq_country_code": {
              "maxLength": 3,
              "minLength": 3,
              "type": "string"
            },
            "include_evidence": {
              "type": "boolean"
            },
            "lookback_days": {
              "maximum": 365,
              "minimum": 1,
              "type": "integer"
            },
            "max_employee_count": {
              "minimum": 0,
              "type": "integer"
            },
            "min_employee_count": {
              "minimum": 0,
              "type": "integer"
            },
            "page": {
              "maximum": 1000,
              "minimum": 1,
              "type": "integer"
            },
            "tech": {
              "maxLength": 128,
              "minLength": 1,
              "type": "string"
            },
            "variations": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "tech"
          ],
          "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