Web Search

Query a web search index and return ranked results.

v2.1.0searchby norien · updated 11h ago
$ norien tool install web-search@2.1.0
Category
search
Runtime
Permissions
0
Environment
0
declared variables

Details

Slug
web-search
Version
2.1.0
Runtime
Entrypoint
Authentication
api_key · X-Search-Key
License
Published
11h ago

Requirements

Permissions

None requested.

Dependencies

None.

Tags

searchwebresearch

Environment variables

No environment variables

This tool needs no configuration.

Input schema

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Maximum results, 1-50."
    },
    "query": {
      "type": "string",
      "description": "Search terms."
    }
  }
}

Output schema

{
  "type": "object",
  "properties": {
    "results": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "snippet": {
            "type": "string"
          }
        }
      }
    }
  }
}

Version history