ToolAssay

Linkup — DEEP agentic search

Linkup — DEEP agentic search: iterative multi-query retrieval for hard or multi-hop questions where one-pass search misses. Same params as linkup/search (`q` + outputType/dates/domain filters). Slower (tens of seconds) and 5× the price — escalate here only after linkup/search or exa/search come back thin. For full multi-step research reports, parallel/task (10-30¢) is the bigger rung.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
232 msmedian answer time
$0.05listed price per call
$0.05price 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/linkup/deep-search

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.05 232 ms

Example input (from the provider)

{
  "body": {
    "q": "timeline of x402 protocol adoption across payment vendors"
  },
  "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": {
            "excludeDomains": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "fromDate": {
              "maxLength": 30,
              "minLength": 4,
              "type": "string"
            },
            "includeDomains": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "includeImages": {
              "type": "boolean"
            },
            "includeInlineCitations": {
              "type": "boolean"
            },
            "outputType": {
              "enum": [
                "sourcedAnswer",
                "searchResults",
                "structured"
              ],
              "type": "string"
            },
            "q": {
              "maxLength": 4000,
              "minLength": 1,
              "type": "string"
            },
            "structuredOutputSchema": {
              "minLength": 2,
              "type": "string"
            },
            "toDate": {
              "maxLength": 30,
              "minLength": 4,
              "type": "string"
            }
          },
          "required": [
            "q"
          ],
          "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