ToolAssay

Exa neural web search for AI agents — POST or GET a query, get ranked live resul

Exa neural web search for AI agents — POST or GET a query, get ranked live results (title, url, published_date, author, score) with optional highlight snippets. Filter by category (news, research paper, github, company, pdf…), domain include/exclude, and publish date. For a direct answer use /exa/answer. No API key, pay per call on Base or Solana.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.01listed 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://netintel.dev/exa/search

CategoryCompany and compliance
Provider hostnetintel.dev
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days10 from 1 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": {
    "num_results": 5,
    "query": "x402 payment protocol"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "category": {
              "description": "company | research paper | news | pdf | github | tweet | personal site | linkedin profile | financial report",
              "type": "string"
            },
            "end_published_date": {
              "description": "ISO 8601 date/datetime upper bound",
              "type": "string"
            },
            "include_domains": {
              "description": "Up to 20 hostnames to restrict to",
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "num_results": {
              "description": "1-10 results (default 10); >10 clamped. Aliases: numResults, limit, n, count",
              "type": "number"
            },
            "query": {
              "description": "Search query, 1-1000 chars. Aliases: q, search, prompt, text",
              "type": "string"
            },
            "snippets": {
              "description": "none (default) | highlights | text \u2014 clamps num_results to 2",
              "type": "string"
            },
            "start_published_date": {
              "description": "ISO 8601 date/datetime lower bound",
              "type": "string"
            },
            "type": {
              "description": "auto (default) | neural | keyword | fast",
              "type": "string"
            }
          },
          "required": [
            "query"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "findings": {
              "type": "array"
            },
            "num_results": {
              "type": "number"
            },
            "provider": {
              "type": "string"
            },
            "query": {
              "type": "string"
            },
            "results": {
              "items": {
                "properties": {
                  "author": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "highlights": {
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "published_date": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "score": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "text": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "title": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "url": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": "array"
            },
            "search_type": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON